Connector

Connector

Что такое Connector?

Connector - это расширение Chrome, разработанное intellisc.isoft, и его основная функция - "Connector".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Connector

Скачайте файлы расширений Connector в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
    ]
}