Công cụ đặt hàng AchinhNgachVN
Công cụ Đặt hàng trên trình duyệt Chrome & Cờ rôm+.
Cos'è Công cụ đặt hàng AchinhNgachVN?
Công cụ đặt hàng AchinhNgachVN è un'estensione di Chrome sviluppata da achinhngachvn, e la sua funzione principale è "Công cụ Đặt hàng trên trình duyệt Chrome & Cờ rôm+.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Công cụ đặt hàng AchinhNgachVN
Scarica i file di estensione Công cụ đặt hàng AchinhNgachVN 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
Tiện ích AchinhNgachVN cung cấp các tính năng: - xem giá sản phẩm bằng tiền việt - thêm sản phẩm giỏ hàng achinhngach
Informazioni di Base sull'Estensione
Nome | Công cụ đặt hàng AchinhNgachVN |
ID | gcjfilpilmofnjgelhjkhjndgnhgchmd |
URL Ufficiale | https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng-achinhng/gcjfilpilmofnjgelhjkhjndgnhgchmd |
Descrizione | Công cụ Đặt hàng trên trình duyệt Chrome & Cờ rôm+. |
Dimensione del File | 47.92 KB |
Conteggio Installazioni | 660 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2021-09-15 |
Data di Pubblicazione | 2021-09-15 |
Sviluppatore | achinhngachvn |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://achinhngach.vn/post/38/Privacy%20Policy |
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 \u0110\u1eb7t h\u00e0ng tr\u00ean tr\u00ecnh duy\u1ec7t Chrome & C\u1edd r\u00f4m+.", "manifest_version": 2, "name": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng AchinhNgachVN", "permissions": [ "http:\/\/achinhngach.vn\/*", "https:\/\/achinhngach.vn\/*" ], "background": { "persistent": true, "page": "background.html" }, "version": "1.0", "web_accessible_resources": [ "css\/main.css" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |