11Sight

This extension allows you to get notifications.

Cos'è 11Sight?

11Sight è un'estensione di Chrome sviluppata da https://11sight.com, e la sua funzione principale è "This extension allows you to get notifications.".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione 11Sight

Scarica i file di estensione 11Sight in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension allows you to get notifications.                    

Informazioni di Base sull'Estensione

Nome 11Sight 11Sight
ID pekiflfkkgnigmamnkficohhinpejnoa
URL Ufficiale https://chromewebstore.google.com/detail/11sight/pekiflfkkgnigmamnkficohhinpejnoa
Descrizione This extension allows you to get notifications.
Dimensione del File 64.96 KB
Conteggio Installazioni 261
Versione Corrente 0.4.1
Ultimo Aggiornamento 2022-01-27
Data di Pubblicazione 2019-06-24
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://11sight.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
            ]
        }
    ]
}