Xerox Device Connector
This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices.
Xerox Device Connectorคืออะไร?
Xerox Device Connector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://agsdev.azurewebsites.net และคุณลักษณะหลักของมันคือ "This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Xerox Device Connector
ดาวน์โหลดไฟล์ส่วนขยาย Xerox Device Connector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Xerox Device Connector |
ID | bbfkmcmbpdnlobcfiokheeohebkohokf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/xerox-device-connector/bbfkmcmbpdnlobcfiokheeohebkohokf |
คำอธิบาย | This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices. |
ขนาดไฟล์ | 19.04 KB |
จำนวนการติดตั้ง | 233 |
เวอร์ชันปัจจุบัน | 5.2.1 |
อัปเดตครั้งล่าสุด | 2019-02-01 |
วันที่เผยแพร่ | 2019-01-28 |
คะแนน | 4.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://agsdev.azurewebsites.net |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.xerox.com/en-us/about/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Xerox Device Connector", "version": "5.2.1", "homepage_url": "https:\/\/localhost", "icons": { "16": "app_gallery_16.png", "32": "app_gallery_32.png", "48": "app_gallery_48.png", "128": "app_gallery_128.png" }, "description": "This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices.", "permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "web_accessible_resources": [ "manifest.json", "contentscript.js" ], "content_scripts": [ { "matches": [ "*:\/\/appgallery.external.xerox.com\/*", "*:\/\/appgallerydev.services.xerox.com\/*", "*:\/\/appgallerytest.services.xerox.com\/*", "*:\/\/appgallerystaging.services.xerox.com\/*", "*:\/\/agsdev.azurewebsites.net\/*", "*:\/\/localhost\/*" ], "js": [ "contentscript.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false } } |