Công cụ đặt hàng ranvang.com
Công cụ đặt hàng taobao, tmall, 1688 trên ranvang.com
Cos'è Công cụ đặt hàng ranvang.com?
Công cụ đặt hàng ranvang.com è un'estensione di Chrome sviluppata da Sproxy, e la sua funzione principale è "Công cụ đặt hàng taobao, tmall, 1688 trên ranvang.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Công cụ đặt hàng ranvang.com
Scarica i file di estensione Công cụ đặt hàng ranvang.com 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 của RanVang.com trên trình duyệt Chrome và Cốc Cốc RanVang.com cung cấp giải pháp mua sắm online, nhập hàng kinh doanh giá gốc, vận chuyển hàng siêu tốc phù hợp với mọi nhu cầu của bạn. Để giúp quý khách đặt hàng tốt hơn chúng tôi xin giới thiệu đến quý khách hàng một phiên bản công cụ đặt hàng tối ưu với các chức năng như: - Đặt hàng đơn giản, dễ dàng hơn trên các website 1688, tmall, taobao - Thêm nhanh sản phẩm vào danh sách sản phẩm yêu thích - Tự động dịch nội dung trên website - Hỗ trợ thông báo lỗi không đặt được hàng ngay trên thanh công cụ
Informazioni di Base sull'Estensione
Nome | Công cụ đặt hàng ranvang.com |
ID | ibkohphgalhojmgpfbkbkbkfkhlccbgh |
URL Ufficiale | https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng-ranvangc/ibkohphgalhojmgpfbkbkbkfkhlccbgh |
Descrizione | Công cụ đặt hàng taobao, tmall, 1688 trên ranvang.com |
Dimensione del File | 511 KB |
Conteggio Installazioni | 369 |
Versione Corrente | 0.25.5 |
Ultimo Aggiornamento | 2022-02-11 |
Data di Pubblicazione | 2021-11-13 |
Sviluppatore | Sproxy |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://ranvang.com/ |
URL della Pagina di Aiuto | https://app.ranvang.com/ |
Lingue Supportate | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.25.5", "short_name": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng ranvang.com", "description": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng taobao, tmall, 1688 tr\u00ean ranvang.com", "name": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng ranvang.com", "permissions": [ "https:\/\/app.ranvang.com\/" ], "icons": { "128": ".\/logo.png" }, "background": { "page": "background.html", "persistent": false }, "content_scripts": [ { "js": [ ".\/content.js" ], "matches": [ "*:\/\/*.taobao.com\/*", "*:\/\/taobao.com\/", "*:\/\/*.1688.com\/*", "*:\/\/1688.com\/*", "*:\/\/*.tmall.com\/*", "*:\/\/tmall.com\/*", "http:\/\/*.tmall.hk\/*", "https:\/\/*.tmall.hk\/*", "http:\/\/*.liangxinyao.com\/*", "https:\/\/*.liangxinyao.com\/*" ], "run_at": "document_idle" }, { "js": [ ".\/content_service.js" ], "matches": [ "http:\/\/nothing.gobizdev.com\/*", "https:\/\/nothing.gobizdev.com\/*" ] } ], "web_accessible_resources": [ "content.html", "templates\/*", "injector.js", "*.png" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |