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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 Xerox Device Connector Xerox Device Connector
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
이메일 [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
    }
}