Shopee Price History - ShopeeCheck.com
Product price tracking on Shopee
Cos'è Shopee Price History - ShopeeCheck.com?
Shopee Price History - ShopeeCheck.com è un'estensione di Chrome sviluppata da https://shopeecheck.com, e la sua funzione principale è "Product price tracking on Shopee".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Shopee Price History - ShopeeCheck.com
Scarica i file di estensione Shopee Price History - ShopeeCheck.com in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Product price tracking on Shopee Informazioni di Base sull'Estensione
| Nome | |
| ID | hibnncmaejeofknejmdcfbenaomfenad |
| URL Ufficiale | https://chromewebstore.google.com/detail/shopee-price-history-shop/hibnncmaejeofknejmdcfbenaomfenad |
| Descrizione | Product price tracking on Shopee |
| Dimensione del File | 710 KB |
| Conteggio Installazioni | 540 |
| Versione Corrente | 1.0.3 |
| Ultimo Aggiornamento | 2021-05-31 |
| Data di Pubblicazione | 2021-05-27 |
| Valutazione | 2.33/5 Totale 3 Valutazioni |
| Sviluppatore | https://shopeecheck.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://shopeecheck.com |
| URL della Pagina della Politica sulla Privacy | https://nhatkythuthuat.com/help/privacy-policy |
| Lingue Supportate | 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'"
} | |