Xerox Device Connector
This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices.
Apa itu Xerox Device Connector?
Xerox Device Connector adalah ekstensi Chrome yang dikembangkan oleh https://agsdev.azurewebsites.net, dan fitur utamanya adalah "This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Xerox Device Connector
Unduh file ekstensi Xerox Device Connector dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | Xerox Device Connector |
ID | bbfkmcmbpdnlobcfiokheeohebkohokf |
URL Resmi | https://chromewebstore.google.com/detail/xerox-device-connector/bbfkmcmbpdnlobcfiokheeohebkohokf |
Deskripsi | This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices. |
Ukuran File | 19.04 KB |
Jumlah Instalasi | 233 |
Versi Saat Ini | 5.2.1 |
Terakhir Diperbarui | 2019-02-01 |
Tanggal Publikasi | 2019-01-28 |
Penilaian | 4.00/5 Total 2 Penilaian |
Pengembang | https://agsdev.azurewebsites.net |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://www.xerox.com/en-us/about/privacy-policy |
Bahasa yang Didukung | 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 } } |