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
What is Sen Vàng CORP?
Sen Vàng CORP is a Chrome extension developed by https://senvangcorp.vn, and its main feature is "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".
Extension Screenshots
Download Sen Vàng CORP Extension CRX File
Download Sen Vàng CORP extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Sen Vàng CORP |
ID | ohafgkanmenclappkjnnaioahecnjpja |
Official URL | https://chromewebstore.google.com/detail/sen-v%C3%A0ng-corp/ohafgkanmenclappkjnnaioahecnjpja |
Description | 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 |
File Size | 57.82 KB |
Installation Count | 10 |
Current Version | 2.3.6 |
Last Updated | 2020-07-06 |
Publish Date | 2019-01-28 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://senvangcorp.vn |
[email protected] | |
Payment Type | free |
Extension Website | https://senvangcorp.vn/ |
Privacy Policy Page URL | https://thietkewebos.com/privacy-policy.html |
Supported Languages | 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" } |