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

擴展截圖

screenshot

下載Xerox Device Connector擴展crx文件

下載Xerox Device Connector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 Xerox Device Connector Xerox Device Connector
ID bbfkmcmbpdnlobcfiokheeohebkohokf
官方網址 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
電子郵箱 [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
    }
}