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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Print-Scan-Ship web extension by Infor Nexus"입니다.
확장 프로그램 스크린샷
Infor Print-Scan-Ship by Infor Nexus 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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]
확장 프로그램 기본 정보
이름 | Infor Print-Scan-Ship by Infor Nexus |
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" ] } |