Connector

Connector

ما هو Connector؟

Connector هو إضافة Chrome تم تطويرها بواسطة intellisc.isoft، والميزة الرئيسية لها هي "Connector".

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

screenshot

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

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

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

                        Connector provides deep integration with Automated diagnostic equipment console to initiate automatic equipment test and read test results at Vehicle Testing Centers that use Automated diagnostic equipment to test break and emission.                    

معلومات أساسية عن التمديد

الاسم Connector Connector
ID pmfmklabfjmnmjihlpmkfemgcfdpfhdn
عنوان URL الرسمي https://chromewebstore.google.com/detail/connector/pmfmklabfjmnmjihlpmkfemgcfdpfhdn
الوصف Connector
حجم الملف 14.21 KB
عدد التثبيتات 685
النسخة الحالية 0.0.5
آخر تحديث 2022-09-28
تاريخ النشر 2017-06-08
تقييم 5.00/5 مجموع تقييمات 2
المطور intellisc.isoft
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Connector",
    "short_name": "Connector",
    "description": "Connector",
    "version": "0.0.5",
    "minimum_chrome_version": "38",
    "browser_action": {
        "default_icon": "\/icons\/icon_16.png",
        "default_title": "connector"
    },
    "icons": {
        "16": "\/icons\/icon_16.png",
        "32": "\/icons\/icon_32.png",
        "48": "\/icons\/icon_48.png",
        "128": "\/icons\/icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "contentscriptPreload.js"
            ],
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "all_frames": true
        },
        {
            "js": [
                "contentscript.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "connectorExtension.js"
    ],
    "permissions": [
        "nativeMessaging"
    ]
}