Công cụ Đặt Hàng Vận chuyển Mã đại
Công cụ Đặt Hàng Vận chuyển giúp bạn mua hàng trang taobao dễ dàng
Vad är Công cụ Đặt Hàng Vận chuyển Mã đại?
Công cụ Đặt Hàng Vận chuyển Mã đại är en Chrome-tillägg utvecklad av mdnghia, och dess huvudfunktion är "Công cụ Đặt Hàng Vận chuyển giúp bạn mua hàng trang taobao dễ dàng".
Tilläggsskärmbilder
Ladda ner Công cụ Đặt Hàng Vận chuyển Mã đại-förlängningens CRX-fil
Ladda ner Công cụ Đặt Hàng Vận chuyển Mã đại-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
Công cụ hỗ trợ đặt hàng online của vantaimadai.com, bạn có thể dễ dàng lên đơn hàng từ các các taobao, 1688, tmall để cho vào giỏ hàng của chúng tôi. giúp việc mua sắm online không còn khó khăn với quý khách hàng
Grundläggande Information om Tillägg
Namn | Công cụ Đặt Hàng Vận chuyển Mã đại |
ID | hagbpdffnmpnepmnnkgpmamihpnodlme |
Officiell webbadress | https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng-v%E1%BA%ADn-chuy/hagbpdffnmpnepmnnkgpmamihpnodlme |
Beskrivning | Công cụ Đặt Hàng Vận chuyển giúp bạn mua hàng trang taobao dễ dàng |
Filstorlek | 107 KB |
Antal Installationer | 117 |
Aktuell Version | 1.6.5 |
Senast Uppdaterad | 2021-12-15 |
Publiceringsdatum | 2020-09-06 |
Utvecklare | mdnghia |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://vantaimadai.com |
URL till Sekretesspolicy Sidan | https://vantaimadai.com/chinh-sach-bao-mat-thong-tin-khach-hang.html |
Stödda Språk | vi |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "js\/jquery-3.3.1.min.js", "background.js" ] }, "browser_action": { "default_icon": { "128": "images\/logo32.png", "16": "images\/logo32.png", "32": "images\/logo32.png", "48": "images\/logo32.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "css": [ "css\/style.css" ], "js": [ "js\/jquery-3.3.1.min.js", "js\/config.js", "js\/product.js", "js\/taobao.js", "js\/tmall.js", "js\/alibar.js", "js\/ut.js", "js\/script.js", "js\/numeral.js" ], "matches": [ "http:\/\/*.taobao.com\/*", "http:\/\/*.tmall.com\/*", "http:\/\/*.1688.com\/*", "http:\/\/*.tmall.hk\/*", "https:\/\/*.taobao.com\/*", "https:\/\/*.tmall.com\/*", "https:\/\/*.1688.com\/*", "https:\/\/*.tmall.hk\/*", "https:\/\/*.vantaimadai.com\/*" ] } ], "description": "C\u00f4ng c\u1ee5 \u0110\u1eb7t H\u00e0ng V\u1eadn chuy\u1ec3n gi\u00fap b\u1ea1n mua h\u00e0ng trang taobao d\u1ec5 d\u00e0ng", "icons": { "128": "images\/logo32.png", "16": "images\/logo32.png", "32": "images\/logo32.png", "48": "images\/logo32.png" }, "manifest_version": 2, "name": "C\u00f4ng c\u1ee5 \u0110\u1eb7t H\u00e0ng V\u1eadn chuy\u1ec3n M\u00e3 \u0111\u1ea1i", "short_name": "Vantaimadai.com\/", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.6.5", "web_accessible_resources": [ "images\/logo32.png", "images\/order88-cart.png" ] } |