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.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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) Xerox Device Connector(deprecated)
ID lmolmlmfdmllibhapombdpnlogagnmdi
官方網址 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
    }
}