Connector

Connector

What is Connector?

Connector is a Chrome extension developed by intellisc.isoft, and its main feature is "Connector".

Extension Screenshots

screenshot

Download Connector Extension CRX File

Download Connector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Connector Connector
ID pmfmklabfjmnmjihlpmkfemgcfdpfhdn
Official URL https://chromewebstore.google.com/detail/connector/pmfmklabfjmnmjihlpmkfemgcfdpfhdn
Description Connector
File Size 14.21 KB
Installation Count 685
Current Version 0.0.5
Last Updated 2022-09-28
Publish Date 2017-06-08
Rating 5.00/5 Total 2 Ratings
Developer intellisc.isoft
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}