Ecom Extension

Notifier for the Ecom website

Wat is Ecom Extension?

Ecom Extension is een Chrome-extensie ontwikkeld door lab3, en de belangrijkste functie is "Notifier for the Ecom website".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Ecom Extension

Download Ecom Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        You'll never have to open the Ecom again!                    

Basisinformatie over de Extensie

Naam Ecom Extension Ecom Extension
ID lfeekphmlmlngfjlmabjhniljiknohmb
Officiële URL https://chrome.google.com/webstore/detail/ecom-extension/lfeekphmlmlngfjlmabjhniljiknohmb
Beschrijving Notifier for the Ecom website
Bestandsgrootte 188 KB
Aantal Installaties 43
Huidige Versie 1.0.6
Laatst Bijgewerkt 2018-10-23
Publicatiedatum 2018-10-22
Ontwikkelaar lab3
Betalingswijze free
Ondersteunde Talen 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'"
}