Vietnam Stock Manager
This is an extension to manage your Vietnam stock values
What is Vietnam Stock Manager?
Vietnam Stock Manager is a Chrome extension developed by nhattrungluu, and its main feature is "This is an extension to manage your Vietnam stock values".
Extension Screenshots
Download Vietnam Stock Manager Extension CRX File
Download Vietnam Stock Manager 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
We have 3 core features: - Manage daily profit/loss of a specific stock - Manage daily profit/loss of all assets - Help everyone to avoid being noticed by their bosses at work while looking at stock charts. =) It supports all stocks from : - HOSE - HNX - UPCOM
Extension Basic Information
Name | Vietnam Stock Manager |
ID | doeaabmegppokcadigamdgdhbkpenhil |
Official URL | https://chromewebstore.google.com/detail/vietnam-stock-manager/doeaabmegppokcadigamdgdhbkpenhil |
Description | This is an extension to manage your Vietnam stock values |
File Size | 805 KB |
Installation Count | 24 |
Current Version | 1.4.0 |
Last Updated | 2021-08-20 |
Publish Date | 2021-04-13 |
Rating | 5.00/5 Total 4 Ratings |
Developer | nhattrungluu |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vietnam Stock Manager", "version": "1.4.0", "description": "This is an extension to manage your Vietnam stock values", "background": { "page": "background.html", "persistent": false }, "browser_action": { "default_popup": "index.html", "default_icon": { "16": "\/assets\/logo16.png", "32": "\/assets\/logo32.png", "48": "\/assets\/logo64.png", "128": "\/assets\/logo128.png" } }, "content_scripts": [ { "matches": [ "http:\/\/price.abs.vn\/*" ], "all_frames": true, "run_at": "document_end", "js": [ "\/script\/crawlingStockData.js" ] } ], "icons": { "16": "\/assets\/logo16.png", "32": "\/assets\/logo32.png", "48": "\/assets\/logo64.png", "128": "\/assets\/logo128.png" }, "permissions": [ "storage", "alarms", "background" ], "manifest_version": 2 } |