Shopee Price History - ShopeeCheck.com
Product price tracking on Shopee
Wat is Shopee Price History - ShopeeCheck.com?
Shopee Price History - ShopeeCheck.com is een Chrome-extensie ontwikkeld door https://shopeecheck.com, en de belangrijkste functie is "Product price tracking on Shopee".
Extensie Screenshots
Download het CRX-bestand van de extensie Shopee Price History - ShopeeCheck.com
Download Shopee Price History - ShopeeCheck.com-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        Product price tracking on Shopee                     Basisinformatie over de Extensie
| Naam |   |  
| ID | hibnncmaejeofknejmdcfbenaomfenad | 
| Officiële URL | https://chromewebstore.google.com/detail/shopee-price-history-shop/hibnncmaejeofknejmdcfbenaomfenad | 
| Beschrijving | Product price tracking on Shopee | 
| Bestandsgrootte | 710 KB | 
| Aantal Installaties | 540 | 
| Huidige Versie | 1.0.3 | 
| Laatst Bijgewerkt | 2021-05-31 | 
| Publicatiedatum | 2021-05-27 | 
| Beoordeling | 2.33/5 Totaal 3 Beoordelingen | 
| Ontwikkelaar | https://shopeecheck.com | 
| [email protected] | |
| Betalingswijze | free | 
| Extensiewebsite | https://shopeecheck.com | 
| URL van de Privacybeleid Pagina | https://nhatkythuthuat.com/help/privacy-policy | 
| Ondersteunde Talen | 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'"
}  |  |