Wichart
Xem nhanh thông tin doanh nghiệp trên sàn chứng khoán Việt Nam.
What is Wichart?
Wichart is a Chrome extension developed by Wigroup, and its main feature is "Xem nhanh thông tin doanh nghiệp trên sàn chứng khoán Việt Nam.".
Extension Screenshots
Download Wichart Extension CRX File
Download Wichart 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
Xem nhanh thông tin tài chính, biểu đồ kỹ thuật doanh nghiệp chỉ bằng 1 click trên tất cả các website.
Extension Basic Information
Name | Wichart |
ID | ooglgnoacbnobhgoidaiobhpfemmjjhe |
Official URL | https://chromewebstore.google.com/detail/wichart/ooglgnoacbnobhgoidaiobhpfemmjjhe |
Description | Xem nhanh thông tin doanh nghiệp trên sàn chứng khoán Việt Nam. |
File Size | 47.36 KB |
Installation Count | 105 |
Current Version | 1.1.0 |
Last Updated | 2020-08-04 |
Publish Date | 2020-07-31 |
Rating | 5.00/5 Total 7 Ratings |
Developer | Wigroup |
[email protected] | |
Payment Type | free |
Extension Website | https://wichart.vn/ |
Supported Languages | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wichart", "description": "Xem nhanh th\u00f4ng tin doanh nghi\u1ec7p tr\u00ean s\u00e0n ch\u1ee9ng kho\u00e1n Vi\u1ec7t Nam.", "version": "1.1.0", "manifest_version": 2, "icons": { "16": "icons\/16.png", "128": "icons\/128.png" }, "permissions": [ "contextMenus" ], "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false } } |