Ecom Extension

Notifier for the Ecom website

Cos'è Ecom Extension?

Ecom Extension è un'estensione di Chrome sviluppata da lab3, e la sua funzione principale è "Notifier for the Ecom website".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Ecom Extension

Scarica i file di estensione Ecom Extension 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

                        You'll never have to open the Ecom again!                    

Informazioni di Base sull'Estensione

Nome Ecom Extension Ecom Extension
ID lfeekphmlmlngfjlmabjhniljiknohmb
URL Ufficiale https://chrome.google.com/webstore/detail/ecom-extension/lfeekphmlmlngfjlmabjhniljiknohmb
Descrizione Notifier for the Ecom website
Dimensione del File 188 KB
Conteggio Installazioni 43
Versione Corrente 1.0.6
Ultimo Aggiornamento 2018-10-23
Data di Pubblicazione 2018-10-22
Sviluppatore lab3
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ecom Extension",
    "description": "Notifier for the Ecom website",
    "version": "1.0.6",
    "browser_action": {
        "default_icon": ".\/assets\/images\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            ".\/assets\/scripts\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "background",
        "storage",
        "notifications",
        "alarms",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}