Công cụ đặt hàng web BangTuongLogistics.com
Công cụ đặt hàng web BangTuongLogistics.com
Cos'è Công cụ đặt hàng web BangTuongLogistics.com?
Công cụ đặt hàng web BangTuongLogistics.com è un'estensione di Chrome sviluppata da adminWebOrder, e la sua funzione principale è "Công cụ đặt hàng web BangTuongLogistics.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Công cụ đặt hàng web BangTuongLogistics.com
Scarica i file di estensione Công cụ đặt hàng web BangTuongLogistics.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
Ứng dụng quản lý hệ thống của BangTuongLogistics.com. Tiện ích cung cấp các tính năng: - xem giá sản phẩm việt nam đồng trên web taobao, tmall, 1688 - thêm sản phẩm từ web thương mại điện tử Trung Quốc vào giỏ hàng
Informazioni di Base sull'Estensione
Nome | Công cụ đặt hàng web BangTuongLogistics.com |
ID | minioaljpkapdideekaghfibefoladng |
URL Ufficiale | https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng-web-bang/minioaljpkapdideekaghfibefoladng |
Descrizione | Công cụ đặt hàng web BangTuongLogistics.com |
Dimensione del File | 64.05 KB |
Conteggio Installazioni | 70 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2023-07-05 |
Data di Pubblicazione | 2021-11-15 |
Sviluppatore | adminWebOrder |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://bangtuonglogistics.com/post/19/privacy-policy |
Lingue Supportate | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "icon.jpg" }, "icons": { "16": "icon.jpg", "48": "icon.jpg", "128": "icon.jpg" }, "content_scripts": [ { "js": [ "js\/script.js" ], "matches": [ "http:\/\/*.taobao.com\/*", "https:\/\/*.taobao.com\/*", "http:\/\/*.1688.com\/*", "https:\/\/*.1688.com\/*", "http:\/\/*.tmall.com\/*", "https:\/\/*.tmall.com\/*", "http:\/\/*.tmall.hk\/*", "https:\/\/*.tmall.hk\/*" ] } ], "description": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng web BangTuongLogistics.com", "manifest_version": 2, "name": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng web BangTuongLogistics.com", "permissions": [ "http:\/\/bangtuonglogistics.com\/*", "https:\/\/bangtuonglogistics.com\/*" ], "background": { "persistent": true, "page": "background.html" }, "version": "1.2", "web_accessible_resources": [ "css\/main.css" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |