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はhttps://agsdev.azurewebsites.netによって開発されたChromeの拡張機能で、その主な機能は「This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices.」です。
拡張機能のスクリーンショット
Xerox Device Connector拡張機能のCRXファイルをダウンロード
Xerox Device Connector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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
}
} | |