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.
Vad är Hà Khẩu Logistics - Đặt hàng Trung Quốc?
Hà Khẩu Logistics - Đặt hàng Trung Quốc är en Chrome-tillägg utvecklad av https://hakhaulogistics.com, och dess huvudfunktion är "Công cụ hỗ trợ đặt hàng của Rồng Đỏ Logistics trên trình duyệt Chrome & Coccoc.".
Tilläggsskärmbilder
Ladda ner Hà Khẩu Logistics - Đặt hàng Trung Quốc-förlängningens CRX-fil
Ladda ner Hà Khẩu Logistics - Đặt hàng Trung Quốc-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | ghomkbcbllfkpicifgjlcgledhglgloj |
| Officiell webbadress | https://chromewebstore.google.com/detail/h%C3%A0-kh%E1%BA%A9u-logistics-%C4%91%E1%BA%B7t-h%C3%A0n/ghomkbcbllfkpicifgjlcgledhglgloj |
| Beskrivning | Công cụ hỗ trợ đặt hàng của Rồng Đỏ Logistics trên trình duyệt Chrome & Coccoc. |
| Filstorlek | 203 KB |
| Antal Installationer | 384 |
| Aktuell Version | 1.6 |
| Senast Uppdaterad | 2021-11-24 |
| Publiceringsdatum | 2019-05-02 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | https://hakhaulogistics.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://hakhaulogistics.com |
| Stödda Språk | 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"
]
} | |