11Sight

This extension allows you to get notifications.

11Sight क्या है?

11Sight https://11sight.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to get notifications."।

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

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

crx प्रारूप में 11Sight एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
            ]
        }
    ]
}