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 هو إضافة Chrome تم تطويرها بواسطة https://agsdev.azurewebsites.net، والميزة الرئيسية لها هي "This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Xerox Device Connector

قم بتنزيل ملفات الامتداد Xerox Device Connector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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
    }
}