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