Công cụ đặt hàng web NHTV
NhapHangTrungViet
Cos'è Công cụ đặt hàng web NHTV?
Công cụ đặt hàng web NHTV è un'estensione di Chrome sviluppata da adhsv2023, e la sua funzione principale è "NhapHangTrungViet".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Công cụ đặt hàng web NHTV
Scarica i file di estensione Công cụ đặt hàng web NHTV 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ụ hỗ trợ khách hàng thêm sản phẩm từ các wesbite 1688.com, tmall.com, taobao.com về hệ thống NHTV đơn giản
Informazioni di Base sull'Estensione
Nome | Công cụ đặt hàng web NHTV |
ID | ekabikgmijnnhaknkdafablbkbleaojg |
URL Ufficiale | https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng-web-nhtv/ekabikgmijnnhaknkdafablbkbleaojg |
Descrizione | NhapHangTrungViet |
Dimensione del File | 5.8 MB |
Conteggio Installazioni | 282 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2024-01-04 |
Data di Pubblicazione | 2023-04-04 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | adhsv2023 |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://nhaphangtrungviet.com/post/38/privacy-policy |
Lingue Supportate | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "icon.jpg" }, "icons": { "16": "icon.jpg", "48": "icon.jpg", "128": "icon.jpg" }, "content_scripts": [ { "js": [ "node_modules\/chrome-inject-eval\/dist\/umd.min.js", "js\/jquery.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": "NhapHangTrungViet", "manifest_version": 3, "name": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng web NHTV", "host_permissions": [ "http:\/\/nhaphangtrungviet.com\/*", "https:\/\/nhaphangtrungviet.com\/*" ], "background": { "service_worker": "background.js" }, "version": "1.4", "web_accessible_resources": [ { "resources": [ "css\/main.css" ], "matches": [], "extension_ids": [] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |