Ecom Extension

Notifier for the Ecom website

什么是Ecom Extension?

Ecom Extension是由lab3开发的Chrome扩展程序,该扩展的主要功能是“Notifier for the Ecom website”。

扩展截图

screenshot

下载Ecom Extension扩展crx文件

下载Ecom Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        You'll never have to open the Ecom again!                    

扩展基本信息

名称 Ecom Extension Ecom Extension
ID lfeekphmlmlngfjlmabjhniljiknohmb
官方URL https://chrome.google.com/webstore/detail/ecom-extension/lfeekphmlmlngfjlmabjhniljiknohmb
简介 Notifier for the Ecom website
文件大小 188 KB
安装次数 43
当前版本 1.0.6
更新时间 2018-10-23
上架时间 2018-10-22
开发者 lab3
付费类型 free
支持的语言 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'"
}