Shopee Price History - ShopeeCheck.com

Product price tracking on Shopee

Что такое Shopee Price History - ShopeeCheck.com?

Shopee Price History - ShopeeCheck.com - это расширение Chrome, разработанное https://shopeecheck.com, и его основная функция - "Product price tracking on Shopee".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Shopee Price History - ShopeeCheck.com

Скачайте файлы расширений Shopee Price History - ShopeeCheck.com в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Product price tracking on Shopee                    

Основная информация о расширении

Название Shopee Price History - ShopeeCheck.com Shopee Price History - ShopeeCheck.com
ID hibnncmaejeofknejmdcfbenaomfenad
Официальный URL https://chromewebstore.google.com/detail/shopee-price-history-shop/hibnncmaejeofknejmdcfbenaomfenad
Описание Product price tracking on Shopee
Размер файла 710 KB
Количество установок 540
Текущая Версия 1.0.3
Последнее Обновление 2021-05-31
Дата публикации 2021-05-27
Рейтинг 2.33/5 Всего 3 оценок
Разработчик https://shopeecheck.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://shopeecheck.com
URL страницы политики конфиденциальности https://nhatkythuthuat.com/help/privacy-policy
Поддерживаемые языки en,vi
manifest.json
{
    "name": "__MSG_EXTENSION_NAME__",
    "short_name": "__MSG_EXTENSION_NAME__",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "homepage_url": "https:\/\/shopeecheck.com",
    "default_locale": "vi",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "*:\/\/*.shopeecheck.com\/*",
        "*:\/\/ssl.google-analytics.com\/*",
        "contextMenus",
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications",
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/19.png"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.shopee.vn\/*"
            ],
            "js": [
                "assets\/js\/vendor.js",
                "assets\/js\/i18n.js",
                "assets\/js\/common.js",
                "contentScript.js"
            ],
            "css": [
                "assets\/css\/common.css",
                "assets\/css\/contentScript.css"
            ],
            "exclude_matches": [
                "*:\/\/banhang.shopee.vn\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "assets\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}