11Sight

This extension allows you to get notifications.

11Sightคืออะไร?

11Sight เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://11sight.com และคุณลักษณะหลักของมันคือ "This extension allows you to get notifications."

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

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

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

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

                        This extension allows you to get notifications.                    

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

ชื่อ 11Sight 11Sight
ID pekiflfkkgnigmamnkficohhinpejnoa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/11sight/pekiflfkkgnigmamnkficohhinpejnoa
คำอธิบาย This extension allows you to get notifications.
ขนาดไฟล์ 64.96 KB
จำนวนการติดตั้ง 261
เวอร์ชันปัจจุบัน 0.4.1
อัปเดตครั้งล่าสุด 2022-01-27
วันที่เผยแพร่ 2019-06-24
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://11sight.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "11Sight",
    "version": "0.4.1",
    "browser_action": {
        "default_icon": "img\/11sight-logo.png",
        "default_title": "11sight"
    },
    "icons": {
        "128": "img\/11sight-logo.png"
    },
    "permissions": [
        "https:\/\/*.11sight.com\/",
        "background",
        "notifications",
        "desktopCapture"
    ],
    "background": {
        "scripts": [
            "src\/background.js"
        ],
        "persistent": true
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "js": [
                "src\/content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.11sight.com\/*"
            ]
        }
    ]
}