iCargo Print Extension
Extension for calling the native print executable
iCargo Print Extensionคืออะไร?
iCargo Print Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย icomobapp และคุณลักษณะหลักของมันคือ "Extension for calling the native print executable"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย iCargo Print Extension
ดาวน์โหลดไฟล์ส่วนขยาย iCargo Print Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension is for connecting to a local print application which will be required for printing to label/Dotmatrix printer
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | iCargo Print Extension |
ID | flnjbbiaaaflgieophdmajfjigoaddam |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/icargo-print-extension/flnjbbiaaaflgieophdmajfjigoaddam |
คำอธิบาย | Extension for calling the native print executable |
ขนาดไฟล์ | 3.44 KB |
จำนวนการติดตั้ง | 145 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2016-05-10 |
วันที่เผยแพร่ | 2016-05-10 |
ผู้พัฒนา | icomobapp |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.1", "name": "iCargo Print Extension", "description": "Extension for calling the native print executable", "background": { "scripts": [ "background.js" ] }, "permissions": [ "nativeMessaging" ], "externally_connectable": { "matches": [ "http:\/\/192.168.17.237:7001\/*", "http:\/\/ica3017:7001\/*", "http:\/\/192.168.5.223:9000\/*", "http:\/\/192.168.5.226:19000\/*", "http:\/\/localhost:7001\/*", "*:\/\/*.ibsplc.aero\/*", "http:\/\/192.168.5.226:4000\/*", "http:\/\/192.168.5.226:6000\/*", "http:\/\/192.168.5.226:7000\/*", "http:\/\/192.168.5.226:8000\/*", "http:\/\/192.168.5.226:9000\/*", "http:\/\/192.168.5.226:10000\/*", "http:\/\/192.168.5.226:11000\/*", "http:\/\/192.168.5.226:12000\/*", "http:\/\/192.168.5.226:13000\/*", "http:\/\/192.168.5.226:14000\/*", "http:\/\/192.168.5.226:15000\/*", "http:\/\/192.168.5.226:16000\/*", "http:\/\/192.168.5.226:17000\/*", "http:\/\/192.168.5.226:18000\/*", "http:\/\/192.168.5.226:19000\/*", "http:\/\/192.168.5.226:20000\/*", "http:\/\/192.168.5.226:21000\/*", "http:\/\/192.168.5.226:22000\/*", "http:\/\/192.168.5.226:23000\/*", "http:\/\/192.168.5.223:4000\/*", "http:\/\/192.168.5.223:5000\/*", "http:\/\/192.168.5.223:3000\/*", "http:\/\/192.168.5.223:7000\/*", "http:\/\/192.168.5.223:8000\/*", "http:\/\/192.168.5.223:9000\/*", "http:\/\/192.168.5.223:10000\/*", "http:\/\/192.168.5.223:11000\/*", "http:\/\/192.168.45.4:4000\/*", "http:\/\/192.168.45.4:5000\/*", "http:\/\/192.168.45.4:6000\/*", "http:\/\/192.168.45.4:7000\/*", "http:\/\/192.168.45.4:8000\/*", "http:\/\/192.168.45.4:9000\/*" ] } } |