Sen Vàng CORP
Plugin hỗ trợ chọn sản phẩm khi mua hàng trực tuyến tại website taobao.com,tmall.com và 1688.com
Cos'è Sen Vàng CORP?
Sen Vàng CORP è un'estensione di Chrome sviluppata da https://senvangcorp.vn, e la sua funzione principale è "Plugin hỗ trợ chọn sản phẩm khi mua hàng trực tuyến tại website taobao.com,tmall.com và 1688.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sen Vàng CORP
Scarica i file di estensione Sen Vàng CORP 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ợ đặt hàng Sen Vàng. Đây là Plugin hỗ trợ người dùng lấy thông tin sản phẩm bao gồm giá sản phẩm, số lượng, kích thước, màu sắc, link sản phẩm, hình ảnh... Người dùng chỉ việc cài đặt plugin từ cửa hàng webstore vào trình duyệt chrome hoặc coccoc là có thể vào trang của trung quốc như taobao,tmall,1688 để lựa chọn sản phẩm phù hợp cho mình.
Informazioni di Base sull'Estensione
Nome | Sen Vàng CORP |
ID | ohafgkanmenclappkjnnaioahecnjpja |
URL Ufficiale | https://chromewebstore.google.com/detail/sen-v%C3%A0ng-corp/ohafgkanmenclappkjnnaioahecnjpja |
Descrizione | Plugin hỗ trợ chọn sản phẩm khi mua hàng trực tuyến tại website taobao.com,tmall.com và 1688.com |
Dimensione del File | 57.82 KB |
Conteggio Installazioni | 10 |
Versione Corrente | 2.3.6 |
Ultimo Aggiornamento | 2020-07-06 |
Data di Pubblicazione | 2019-01-28 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://senvangcorp.vn |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://senvangcorp.vn/ |
URL della Pagina della Politica sulla Privacy | https://thietkewebos.com/privacy-policy.html |
Lingue Supportate | vi |
manifest.json | |
{ "manifest_version": 2, "name": "Sen V\u00e0ng CORP", "short_name": "senvangcorp", "description": "Plugin h\u1ed7 tr\u1ee3 ch\u1ecdn s\u1ea3n ph\u1ea9m khi mua h\u00e0ng tr\u1ef1c tuy\u1ebfn t\u1ea1i website taobao.com,tmall.com v\u00e0 1688.com", "version": "2.3.6", "browser_action": { "default_icon": "images\/icon.png" }, "icons": { "16": "images\/icon16.png", "128": "images\/icon128.png" }, "background": [], "content_scripts": [ { "matches": [ "https:\/\/*.1688.com\/*", "http:\/\/*.1688.com\/*", "https:\/\/*.taobao.com\/*", "http:\/\/*.taobao.com\/*", "https:\/\/*.tmall.com\/*", "http:\/\/*.tmall.com\/*", "https:\/\/*.tmall.hk\/*", "http:\/\/*.tmall.hk\/*" ], "js": [ "js\/app.js" ], "css": [ "css\/app.css" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "https:\/\/*.taobao.com\/*", "http:\/\/*.taobao.com\/*", "https:\/\/*.1688.com\/*", "http:\/\/*.1688.com\/*", "https:\/\/*.tmall.com\/*", "http:\/\/*.tmall.com\/*", "http:\/\/*.hm.com\/*", "https:\/\/*.tmall.hk\/*", "http:\/\/*.tmall.hk\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |