ConnectNow

This extension enables access to the CONTEXWeb Browser Plugins.

ConnectNowคืออะไร?

ConnectNow เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Compunetix, Inc. และคุณลักษณะหลักของมันคือ "This extension enables access to the CONTEXWeb Browser Plugins."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ConnectNow

ดาวน์โหลดไฟล์ส่วนขยาย ConnectNow ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension enables access to the CONTEXWeb Browser Plugins.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ConnectNow ConnectNow
ID dddkajkghgbmbpnipcacfflijcmfobnp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/connectnow/dddkajkghgbmbpnipcacfflijcmfobnp
คำอธิบาย This extension enables access to the CONTEXWeb Browser Plugins.
ขนาดไฟล์ 14.23 KB
จำนวนการติดตั้ง 179
เวอร์ชันปัจจุบัน 1.01.0
อัปเดตครั้งล่าสุด 2023-12-20
วันที่เผยแพร่ 2019-08-23
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Compunetix, Inc.
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.compunetix.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ConnectNow",
    "short_name": "ConnectNow",
    "version": "1.1.0",
    "version_name": "1.01.0",
    "icons": {
        "48": "ConnectNowChromeExtensionIcon48x48.png",
        "128": "ConnectNowChromeExtensionIcon128x128.png"
    },
    "permissions": [
        "nativeMessaging",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlG6vUNs6hzzuVbQQbFGfBs2TdhiyVk1p1xOtWIeNtG\/dc9LyYhg3L9w+WHcmQ3vv8ZLY+wEpCCUun8dWc2x0lkQQesXaInls37Ewc0gn1C2zTMBUdl9dxzixct+hkPsZ33U1aojLux1eq7wz2LdUUJIYiMBtyYNoDfQ\/\/4g8WaVWeVuNLhkeN+RGA8OIxbLH0UyZMHUNYs1TMt+2vskiBeacZwZi4YL+n\/mD0LBfW1vcC\/TVTXL1Unu3PmRZYUE68WFZMbyXxGe1kb0dgYnkeqdtI6YULGDCJ71PgOH6Egt1CA+clyXR4ybz1a2gsp6A7x5UKRqbVTrlX8XzF0sAwwIDAQAB"
}