Xerox Device Connector
This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices.
Xerox Device Connector là gì?
Xerox Device Connector là một tiện ích mở rộng Chrome được phát triển bởi https://agsdev.azurewebsites.net, và tính năng chính của nó là "This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Xerox Device Connector
Tải xuống các tệp mở rộng Xerox Device Connector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Xerox Device Connector |
ID | bbfkmcmbpdnlobcfiokheeohebkohokf |
URL Chính Thức | https://chromewebstore.google.com/detail/xerox-device-connector/bbfkmcmbpdnlobcfiokheeohebkohokf |
Mô tả | This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices. |
Kích Thước Tệp | 19.04 KB |
Số Lần Cài Đặt | 233 |
Phiên Bản Hiện Tại | 5.2.1 |
Cập Nhật Lần Cuối | 2019-02-01 |
Ngày Phát Hành | 2019-01-28 |
Đánh Giá | 4.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://agsdev.azurewebsites.net |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.xerox.com/en-us/about/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |