Ecom Extension

Notifier for the Ecom website

Co je Ecom Extension?

Ecom Extension je rozšíření Chrome vyvinuté lab3, a jeho hlavní funkcí je „Notifier for the Ecom website“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Ecom Extension

Stáhněte si soubory rozšíření Ecom Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        You'll never have to open the Ecom again!                    

Základní Informace o Rozšíření

Název Ecom Extension Ecom Extension
ID lfeekphmlmlngfjlmabjhniljiknohmb
Oficiální URL https://chrome.google.com/webstore/detail/ecom-extension/lfeekphmlmlngfjlmabjhniljiknohmb
Popis Notifier for the Ecom website
Velikost souboru 188 KB
Počet instalací 43
Aktuální Verze 1.0.6
Poslední Aktualizace 2018-10-23
Datum Vydání 2018-10-22
Vývojář lab3
Typ Platby free
Podporované Jazyky 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'"
}