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
官方網址 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'"
}