Công cụ đặt hàng ranvang.com
Công cụ đặt hàng taobao, tmall, 1688 trên ranvang.com
Qu'est-ce que Công cụ đặt hàng ranvang.com ?
Công cụ đặt hàng ranvang.com est une extension Chrome développée par Sproxy, et sa fonction principale est "Công cụ đặt hàng taobao, tmall, 1688 trên ranvang.com".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Công cụ đặt hàng ranvang.com
Téléchargez les fichiers d'extension Công cụ đặt hàng ranvang.com au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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ụ
Informations de Base sur l'Extension
Nom | Công cụ đặt hàng ranvang.com |
ID | ibkohphgalhojmgpfbkbkbkfkhlccbgh |
URL Officiel | https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng-ranvangc/ibkohphgalhojmgpfbkbkbkfkhlccbgh |
Description | Công cụ đặt hàng taobao, tmall, 1688 trên ranvang.com |
Taille du Fichier | 511 KB |
Nombre d'Installations | 369 |
Version Actuelle | 0.25.5 |
Dernière Mise à Jour | 2022-02-11 |
Date de Publication | 2021-11-13 |
Développeur | Sproxy |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://ranvang.com/ |
URL de la Page d'Aide | https://app.ranvang.com/ |
Langues Prises en Charge | 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'" } |