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)はhttps://appgallery.services.xerox.comによって開発されたChromeの拡張機能で、その主な機能は「This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices.」です。
拡張機能のスクリーンショット
Xerox Device Connector(deprecated)拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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 } } |