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://appgallery.services.xerox.com، والميزة الرئيسية لها هي "This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices.".

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

screenshot
screenshot
screenshot
screenshot

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

قم بتنزيل ملفات الامتداد Xerox Device Connector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 Xerox Device Connector
ID ojpcfkpecldaeaafcmclkmgabiohlbnl
عنوان URL الرسمي https://chromewebstore.google.com/detail/xerox-device-connector/ojpcfkpecldaeaafcmclkmgabiohlbnl
الوصف This extension, in conjunction with Xerox App Gallery portal, is used to talk to your devices.
حجم الملف 19.09 KB
عدد التثبيتات 38,264
النسخة الحالية 5.2.1
آخر تحديث 2019-10-15
تاريخ النشر 2019-10-15
تقييم 5.00/5 مجموع تقييمات 1
المطور https://appgallery.services.xerox.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://appgallery.services.xerox.com
عنوان صفحة المساعدة http://www.support.xerox.com/support/xerox-app-gallery
عنوان صفحة سياسة الخصوصية 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:\/\/appgallery.services.xerox.com",
    "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.services.xerox.com\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}