Nguồn hàng Tao bao
Addon hỗ trợ chọn sản phẩm khi mua hàng trực tuyến tại website taobao.com,tmall.com và 1688.com
Cos'è Nguồn hàng Tao bao?
Nguồn hàng Tao bao è un'estensione di Chrome sviluppata da https://nguonhangtaobao.vn, e la sua funzione principale è "Addon hỗ trợ chọn sản phẩm khi mua hàng trực tuyến tại website taobao.com,tmall.com và 1688.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Nguồn hàng Tao bao
Scarica i file di estensione Nguồn hàng Tao bao 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
Addon - Nguồn hàng Tao bao
This is a tool to support online import, create orders directly on taobao.com, 1688.com, tmall.com to help make cheap Chinese orders, create orders anytime, anywhere Informazioni di Base sull'Estensione
| Nome | |
| ID | bgbginncjmpghglgknmlcdpljmjcknbl |
| URL Ufficiale | https://chromewebstore.google.com/detail/ngu%E1%BB%93n-h%C3%A0ng-tao-bao/bgbginncjmpghglgknmlcdpljmjcknbl |
| Descrizione | Addon hỗ trợ chọn sản phẩm khi mua hàng trực tuyến tại website taobao.com,tmall.com và 1688.com |
| Dimensione del File | 89.42 KB |
| Conteggio Installazioni | 31 |
| Versione Corrente | 2.3.7 |
| Ultimo Aggiornamento | 2021-11-16 |
| Data di Pubblicazione | 2020-05-12 |
| Sviluppatore | https://nguonhangtaobao.vn |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://nguonhangtaobao.vn/ |
| URL della Pagina della Politica sulla Privacy | https://thietkewebos.com/privacy-policy.html |
| Lingue Supportate | vi |
| manifest.json | |
{
"manifest_version": 2,
"name": "Ngu\u1ed3n h\u00e0ng Tao bao",
"short_name": "nguonhangtaobao.vn",
"description": "Addon h\u1ed7 tr\u1ee3 ch\u1ecdn s\u1ea3n ph\u1ea9m khi mua h\u00e0ng tr\u1ef1c tuy\u1ebfn t\u1ea1i website taobao.com,tmall.com v\u00e0 1688.com",
"version": "2.3.7",
"browser_action": {
"default_icon": "images\/icon.png",
"default_title": "Ti\u1ec7n \u00edch l\u00ean \u0111\u01a1n h\u00e0ng c\u1ee7a nguonhangtaobao.vn tr\u00ean taobao, tmall, 1688",
"default_popup": "popup.html"
},
"icons": {
"128": "images\/icon.png"
},
"background": {
"scripts": [
"js\/background.min.js"
],
"persistent": false
},
"permissions": [
"storage",
"notifications",
"https:\/\/nguonhangtaobao.vn\/*",
"https:\/\/2.taobao.com\/item.htm"
],
"content_scripts": [
{
"run_at": "document_start",
"matches": [
"https:\/\/*.nguonhangtaobao.vn\/*",
"http:\/\/*.taobao.com\/*",
"https:\/\/*.taobao.com\/*",
"http:\/\/*.tmall.com\/*",
"https:\/\/*.tmall.com\/*",
"https:\/\/*.tmall.hk\/*",
"https:\/\/*.jd.com\/*",
"https:\/\/*.jd.hk\/*",
"http:\/\/detail.1688.com\/*",
"https:\/\/detail.1688.com\/*",
"http:\/\/item.1688.com\/*",
"https:\/\/item.1688.com\/*",
"http:\/\/item.jd.com\/*",
"https:\/\/item.jd.com\/*",
"https:\/\/item.jd.hk\/*"
],
"js": [
"js\/app.min.js"
],
"css": [
"css\/styles.min.css"
]
}
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
} | |