39 lines
966 B
JSON
39 lines
966 B
JSON
|
|
{
|
||
|
|
"extName": {
|
||
|
|
"message": "BinectChrome",
|
||
|
|
"description": "Name of the extension"
|
||
|
|
},
|
||
|
|
"extDescription": {
|
||
|
|
"message": "Send PDFs from cloud applications directly to Binect for physical mail delivery",
|
||
|
|
"description": "Description of the extension"
|
||
|
|
},
|
||
|
|
"popupTitle": {
|
||
|
|
"message": "BinectChrome",
|
||
|
|
"description": "Title of the popup"
|
||
|
|
},
|
||
|
|
"signIn": {
|
||
|
|
"message": "Sign In",
|
||
|
|
"description": "Sign in button text"
|
||
|
|
},
|
||
|
|
"username": {
|
||
|
|
"message": "Username",
|
||
|
|
"description": "Username field label"
|
||
|
|
},
|
||
|
|
"password": {
|
||
|
|
"message": "Password",
|
||
|
|
"description": "Password field label"
|
||
|
|
},
|
||
|
|
"sendToBinect": {
|
||
|
|
"message": "Send PDF to Binect",
|
||
|
|
"description": "Send button text"
|
||
|
|
},
|
||
|
|
"noPdfDetected": {
|
||
|
|
"message": "No PDF detected. Download a PDF to get started.",
|
||
|
|
"description": "Message when no PDF is detected"
|
||
|
|
},
|
||
|
|
"signOut": {
|
||
|
|
"message": "Sign Out",
|
||
|
|
"description": "Sign out button text"
|
||
|
|
}
|
||
|
|
}
|