Infor Print-Scan-Ship by Infor Nexus
Print-Scan-Ship web extension by Infor Nexus
Infor Print-Scan-Ship by Infor Nexus क्या है?
Infor Print-Scan-Ship by Infor Nexus inforsoftwarepublishingops द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Print-Scan-Ship web extension by Infor Nexus"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Infor Print-Scan-Ship by Infor Nexus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension is required to run the Infor Nexus Print-Scan-Ship application using the Chrome web browser. The extension connects the Chrome web browser to the Infor Nexus Desktop Utility tool, providing a secure connection between the browser and the Print-Scan-Ship application.
Please contact Infor Nexus Customer Service if you have any questions or concerns,
Infor Nexus Customer Service
US: 1-800-905-8723
China: 86-755-8830-9265
Hong Kong: 852-2111-4039
Korea (Domestic only): 00798-14-203-1550
Taiwan: 886-2-2702-0685
Vietnam: 84-28-35202880
Sri Lanka: 94-112-408-408
India: 91-80-4906-0371
[email protected] एक्सटेंशन की मूल जानकारी
| नाम | |
| ID | fkmgjdbgapopggcnkapkodfjeblddieo |
| आधिकारिक URL | https://chromewebstore.google.com/detail/infor-print-scan-ship-by/fkmgjdbgapopggcnkapkodfjeblddieo |
| विवरण | Print-Scan-Ship web extension by Infor Nexus |
| फ़ाइल का आकार | 11.47 KB |
| स्थापना संख्या | 10,000 |
| वर्तमान संस्करण | 1.4 |
| अंतिम अपडेट | 2021-10-16 |
| प्रकाशन तिथि | 2020-01-23 |
| रेटिंग | 4.00/5 कुल 7 रेटिंग्स |
| डेवलपर | inforsoftwarepublishingops |
| ईमेल | [email protected] |
| भुगतान के प्रकार | free |
| समर्थित भाषाएँ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Infor Print-Scan-Ship by Infor Nexus",
"version": "1.4",
"manifest_version": 2,
"description": "Print-Scan-Ship web extension by Infor Nexus",
"icons": {
"128": "icon-128.png"
},
"externally_connectable": {
"matches": [
"*:\/\/*.gtnexus.com\/en\/trade\/PackByScan*",
"*:\/\/*.gtnexus.com\/en\/trade\/*?forward=*PackByScan*",
"*:\/\/*.gtnexus.info\/en\/trade\/PackByScan*",
"*:\/\/*.gtnexus.info\/en\/trade\/*?forward=*PackByScan*",
"*:\/\/localhost\/offline\/*\/trade\/PackByScanHost.html?*",
"*:\/\/*.tradecard.com\/en\/trade\/PackByScan*",
"*:\/\/*.tradecard.com\/en\/trade\/*?forward=*PackByScan*",
"*:\/\/*.infornexus.com\/en\/trade\/PackByScan*",
"*:\/\/*.infornexus.com\/en\/trade\/*?forward=*PackByScan*"
]
},
"permissions": [
"nativeMessaging",
"tabs"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.gtnexus.com\/en\/trade\/PackByScan*",
"*:\/\/*.gtnexus.com\/en\/trade\/*?forward=*PackByScan*",
"*:\/\/*.gtnexus.info\/en\/trade\/PackByScan*",
"*:\/\/*.gtnexus.info\/en\/trade\/*?forward=*PackByScan*",
"*:\/\/localhost\/offline\/*\/trade\/PackByScanHost.html?*",
"*:\/\/*.tradecard.com\/en\/trade\/PackByScan*",
"*:\/\/*.tradecard.com\/en\/trade\/*?forward=*PackByScan*",
"*:\/\/*.infornexus.com\/en\/trade\/PackByScan*",
"*:\/\/*.infornexus.com\/en\/trade\/*?forward=*PackByScan*"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"web_accessible_resources": [
"webextensioncomm.js"
]
} | |