Shopee Price History - ShopeeCheck.com
Product price tracking on Shopee
¿Qué es Shopee Price History - ShopeeCheck.com?
Shopee Price History - ShopeeCheck.com es una extensión de Chrome desarrollada por https://shopeecheck.com, y su función principal es "Product price tracking on Shopee".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Shopee Price History - ShopeeCheck.com
Descarga archivos de extensión Shopee Price History - ShopeeCheck.com en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
                        Product price tracking on Shopee                     Información Básica de la Extensión
| Nombre |   |  
| ID | hibnncmaejeofknejmdcfbenaomfenad | 
| URL Oficial | https://chromewebstore.google.com/detail/shopee-price-history-shop/hibnncmaejeofknejmdcfbenaomfenad | 
| Descripción | Product price tracking on Shopee | 
| Tamaño del Archivo | 710 KB | 
| Cantidad de Instalaciones | 540 | 
| Versión Actual | 1.0.3 | 
| Última Actualización | 2021-05-31 | 
| Fecha de Publicación | 2021-05-27 | 
| Calificación | 2.33/5 Total de 3 Calificaciones | 
| Desarrollador | https://shopeecheck.com | 
| Correo electrónico | [email protected] | 
| Tipo de Pago | free | 
| Sitio Web de la Extensión | https://shopeecheck.com | 
| URL de la Página de Política de Privacidad | https://nhatkythuthuat.com/help/privacy-policy | 
| Idiomas Soportados | 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'"
}  |  |