11Sight

This extension allows you to get notifications.

Vad är 11Sight?

11Sight är en Chrome-tillägg utvecklad av https://11sight.com, och dess huvudfunktion är "This extension allows you to get notifications.".

Tilläggsskärmbilder

Ladda ner 11Sight-förlängningens CRX-fil

Ladda ner 11Sight-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        This extension allows you to get notifications.                    

Grundläggande Information om Tillägg

Namn 11Sight 11Sight
ID pekiflfkkgnigmamnkficohhinpejnoa
Officiell webbadress https://chromewebstore.google.com/detail/11sight/pekiflfkkgnigmamnkficohhinpejnoa
Beskrivning This extension allows you to get notifications.
Filstorlek 64.96 KB
Antal Installationer 261
Aktuell Version 0.4.1
Senast Uppdaterad 2022-01-27
Publiceringsdatum 2019-06-24
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://11sight.com
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/*"
            ]
        }
    ]
}