Shopee Price History - ShopeeCheck.com

Product price tracking on Shopee

O que é Shopee Price History - ShopeeCheck.com?

Shopee Price History - ShopeeCheck.com é uma extensão do Chrome desenvolvida por https://shopeecheck.com, e sua principal característica é "Product price tracking on Shopee".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Shopee Price History - ShopeeCheck.com

Baixe arquivos de extensão Shopee Price History - ShopeeCheck.com no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Product price tracking on Shopee                    

Informações Básicas da Extensão

Nome Shopee Price History - ShopeeCheck.com Shopee Price History - ShopeeCheck.com
ID hibnncmaejeofknejmdcfbenaomfenad
URL Oficial https://chromewebstore.google.com/detail/shopee-price-history-shop/hibnncmaejeofknejmdcfbenaomfenad
Descrição Product price tracking on Shopee
Tamanho do Arquivo 710 KB
Contagem de Instalações 540
Versão Atual 1.0.3
Última Atualização 2021-05-31
Data de Publicação 2021-05-27
Classificação 2.33/5 Total de 3 Avaliações
Desenvolvedor https://shopeecheck.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://shopeecheck.com
URL da Página de Política de Privacidade https://nhatkythuthuat.com/help/privacy-policy
Idiomas Suportados 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'"
}