Công cụ đặt hàng DongGiang Express
Công cụ đặt hàng extension giúp khách bỏ giỏ web mua hàng TQ và chuyển về VN với dịch vụ dgexpress.vn
Cos'è Công cụ đặt hàng DongGiang Express?
Công cụ đặt hàng DongGiang Express è un'estensione di Chrome sviluppata da congcuorder, e la sua funzione principale è "Công cụ đặt hàng extension giúp khách bỏ giỏ web mua hàng TQ và chuyển về VN với dịch vụ dgexpress.vn".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Công cụ đặt hàng DongGiang Express
Scarica i file di estensione Công cụ đặt hàng DongGiang Express 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
Công cụ đặt hàng extension giúp khách bỏ giỏ web mua hàng TQ và chuyển về VN với dịch vụ oder TQ siêu tốc Extension nhúng giỏ hàng lên các website: taobao, tmall, 1688, zara, JD,... Công cụ Extension đặt hàng của dịch vụ Oder hàng TQ siêu tốc: 1/ Cài đặt và đăng ký thành công bạn sẽ nhúng được giỏ hàng lên các website: taobao, tmall, 1688, zara, JD... 2/ Tính giá nhập hàng và bỏ giỏ dễ dàng. 3/ Gửi đơn đặt hàng qua trang web order.dgexpress.vn Chính sách bảo mật - Private policy: https://sites.google.com/view/dgexpress-vn
Informazioni di Base sull'Estensione
Nome | Công cụ đặt hàng DongGiang Express |
ID | kenkngfjpllpommihjllgignpoeelgbe |
URL Ufficiale | https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng-donggian/kenkngfjpllpommihjllgignpoeelgbe |
Descrizione | Công cụ đặt hàng extension giúp khách bỏ giỏ web mua hàng TQ và chuyển về VN với dịch vụ dgexpress.vn |
Dimensione del File | 60.04 KB |
Conteggio Installazioni | 135 |
Versione Corrente | 1.9 |
Ultimo Aggiornamento | 2021-03-30 |
Data di Pubblicazione | 2019-06-19 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | congcuorder |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://order.dgexpress.vn |
URL della Pagina della Politica sulla Privacy | https://sites.google.com/view/dichvutaobao/home |
Lingue Supportate | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng DongGiang Express", "short_name": "DGExpress", "description": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng extension gi\u00fap kh\u00e1ch b\u1ecf gi\u1ecf web mua h\u00e0ng TQ v\u00e0 chuy\u1ec3n v\u1ec1 VN v\u1edbi d\u1ecbch v\u1ee5 dgexpress.vn", "version": "1.9", "background": { "persistent": true, "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "https:\/\/order.dgexpress.vn\/*", "http:\/\/order.dgexpress.vn\/*" ] }, "content_scripts": [ { "matches": [ "http:\/\/*.1688.com\/*", "https:\/\/*.1688.com\/*", "http:\/\/*.taobao.com\/*", "https:\/\/*.taobao.com\/*", "http:\/\/*.tmall.com\/*", "https:\/\/*.tmall.com\/*", "http:\/\/*.zara.cn\/*", "https:\/\/*.zara.cn\/*", "http:\/\/*.hm.com\/*", "https:\/\/*.hm.com\/*", "http:\/\/*.jd.com\/*", "https:\/\/*.jd.com\/*", "http:\/\/*.tmall.hk\/*", "https:\/\/*.tmall.hk\/*" ], "css": [ "content.css" ], "js": [ "jquery-2.1.4.min.js", "content.js" ], "run_at": "document_start" } ], "permissions": [ "https:\/\/order.dgexpress.vn\/*", "http:\/\/order.dgexpress.vn\/*" ], "icons": { "16": "img\/dgex-icon16.png", "48": "img\/dgex-icon48.png", "128": "img\/dgex-icon128.png" }, "oauth2": { "client_id": "918113404185-uo3nob1dvra30p85frlfcg7socvc9252.apps.googleusercontent.com", "scopes": [ "profile" ] }, "content_security_policy": "script-src 'self' https:\/\/order.dgexpress.vn\/ http:\/\/order.dgexpress.vn\/; object-src 'self'" } |