Connector

Connector

Connectorとは何ですか?

Connectorはintellisc.isoftによって開発されたChromeの拡張機能で、その主な機能は「Connector」です。

拡張機能のスクリーンショット

screenshot

Connector拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    ]
}