Connector

Connector

Connector क्या है?

Connector intellisc.isoft द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Connector"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Connector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}