Hà Khẩu Logistics - Đặt hàng Trung Quốc
Công cụ hỗ trợ đặt hàng của Rồng Đỏ Logistics trên trình duyệt Chrome & Coccoc.
Cos'è Hà Khẩu Logistics - Đặt hàng Trung Quốc?
Hà Khẩu Logistics - Đặt hàng Trung Quốc è un'estensione di Chrome sviluppata da https://hakhaulogistics.com, e la sua funzione principale è "Công cụ hỗ trợ đặt hàng của Rồng Đỏ Logistics trên trình duyệt Chrome & Coccoc.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hà Khẩu Logistics - Đặt hàng Trung Quốc
Scarica i file di estensione Hà Khẩu Logistics - Đặt hàng Trung Quốc 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
Hà khẩu logistics - Đặt hàng trung quốc là công cụ giúp khách hàng gửi đơn hàng một cách nhanh chóng và thuận tiện
Website: https://hakhaulogistics.com
https://www.facebook.com/hakhaulogistics
Email: [email protected] - Hotline: 02142246888 Informazioni di Base sull'Estensione
| Nome | |
| ID | ghomkbcbllfkpicifgjlcgledhglgloj |
| URL Ufficiale | https://chromewebstore.google.com/detail/h%C3%A0-kh%E1%BA%A9u-logistics-%C4%91%E1%BA%B7t-h%C3%A0n/ghomkbcbllfkpicifgjlcgledhglgloj |
| Descrizione | Công cụ hỗ trợ đặt hàng của Rồng Đỏ Logistics trên trình duyệt Chrome & Coccoc. |
| Dimensione del File | 203 KB |
| Conteggio Installazioni | 384 |
| Versione Corrente | 1.6 |
| Ultimo Aggiornamento | 2021-11-24 |
| Data di Pubblicazione | 2019-05-02 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | https://hakhaulogistics.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://hakhaulogistics.com |
| Lingue Supportate | vi |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "H\u00e0 Kh\u1ea9u Logistics - \u0110\u1eb7t h\u00e0ng Trung Qu\u1ed1c",
"version": "1.6",
"manifest_version": 2,
"description": "C\u00f4ng c\u1ee5 h\u1ed7 tr\u1ee3 \u0111\u1eb7t h\u00e0ng c\u1ee7a R\u1ed3ng \u0110\u1ecf Logistics tr\u00ean tr\u00ecnh duy\u1ec7t Chrome & Coccoc.",
"icons": {
"128": "icon.png",
"16": "icon.png",
"32": "icon.png",
"48": "icon.png"
},
"permissions": [
"http:\/\/hakhaulogistics.com\/*",
"https:\/\/hakhaulogistics.com\/*"
],
"background": {
"scripts": [
"dest\/background.bundle.min.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "icon.png"
},
"content_scripts": [
{
"js": [
"dest\/content.min.js",
"dest\/jquery.js"
],
"matches": [
"https:\/\/item.taobao.com\/*",
"https:\/\/detail.1688.com\/*",
"https:\/\/detail.tmall.com\/*",
"https:\/\/detail.tmall.hk\/*",
"https:\/\/chaoshi.detail.tmall.com\/*"
]
}
],
"web_accessible_resources": [
"template\/index.html",
"css\/main.css",
"images\/logo-addon.png"
]
} | |