Connector

Connector

Cos'è Connector?

Connector è un'estensione di Chrome sviluppata da intellisc.isoft, e la sua funzione principale è "Connector".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Connector

Scarica i file di estensione Connector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Connector Connector
ID pmfmklabfjmnmjihlpmkfemgcfdpfhdn
URL Ufficiale https://chromewebstore.google.com/detail/connector/pmfmklabfjmnmjihlpmkfemgcfdpfhdn
Descrizione Connector
Dimensione del File 14.21 KB
Conteggio Installazioni 685
Versione Corrente 0.0.5
Ultimo Aggiornamento 2022-09-28
Data di Pubblicazione 2017-06-08
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore intellisc.isoft
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}