Ecom Extension

Notifier for the Ecom website

What is Ecom Extension?

Ecom Extension is a Chrome extension developed by lab3, and its main feature is "Notifier for the Ecom website".

Extension Screenshots

screenshot

Download Ecom Extension Extension CRX File

Download Ecom Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        You'll never have to open the Ecom again!                    

Extension Basic Information

Name Ecom Extension Ecom Extension
ID lfeekphmlmlngfjlmabjhniljiknohmb
Official URL https://chrome.google.com/webstore/detail/ecom-extension/lfeekphmlmlngfjlmabjhniljiknohmb
Description Notifier for the Ecom website
File Size 188 KB
Installation Count 43
Current Version 1.0.6
Last Updated 2018-10-23
Publish Date 2018-10-22
Developer lab3
Payment Type free
Supported Languages 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'"
}