Xerox Device Connector(deprecated)
This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices.
Xerox Device Connector(deprecated)คืออะไร?
Xerox Device Connector(deprecated) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://appgallery.services.xerox.com และคุณลักษณะหลักของมันคือ "This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Xerox Device Connector(deprecated)
ดาวน์โหลดไฟล์ส่วนขยาย Xerox Device Connector(deprecated) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Xerox Device Connector, in conjunction with the Xerox App Gallery portal, enables the web browser to communicate with your Xerox networked devices. This extension is utilized when a user attempts to add, update, or remove a device. Additionally, this extension enables the required communication with Xerox networked devices when a user is installing, uninstalling, or re-installing an app designed for an app-enabled Xerox device.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Xerox Device Connector(deprecated) |
ID | lmolmlmfdmllibhapombdpnlogagnmdi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/xerox-device-connectordep/lmolmlmfdmllibhapombdpnlogagnmdi |
คำอธิบาย | This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices. |
ขนาดไฟล์ | 18.59 KB |
จำนวนการติดตั้ง | 1,680 |
เวอร์ชันปัจจุบัน | 5.1 |
อัปเดตครั้งล่าสุด | 2018-09-28 |
วันที่เผยแพร่ | 2018-09-28 |
ผู้พัฒนา | https://appgallery.services.xerox.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://appgallery.services.xerox.com |
URL หน้าช่วยเหลือ | http://www.support.xerox.com/support/xerox-app-gallery |
URL หน้านโยบายความเป็นส่วนตัว | https://www.xerox.com/en-us/about/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Xerox Device Connector(deprecated)", "version": "5.1", "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": [ "*:\/\/invalid.com\/*" ], "js": [ "contentscript.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false } } |