Ecom Extension

Notifier for the Ecom website

Ecom Extension là gì?

Ecom Extension là một tiện ích mở rộng Chrome được phát triển bởi lab3, và tính năng chính của nó là "Notifier for the Ecom website".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ecom Extension

Tải xuống các tệp mở rộng Ecom Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        You'll never have to open the Ecom again!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ecom Extension Ecom Extension
ID lfeekphmlmlngfjlmabjhniljiknohmb
URL Chính Thức https://chrome.google.com/webstore/detail/ecom-extension/lfeekphmlmlngfjlmabjhniljiknohmb
Mô tả Notifier for the Ecom website
Kích Thước Tệp 188 KB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2018-10-23
Ngày Phát Hành 2018-10-22
Nhà Phát Triển lab3
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}