Stock & Cryptocurrency Monitor
Stock (Australia, Brazil, Canada, United States, Forex) & Cryptocurrency monitoring with price alert feature.
What is Stock & Cryptocurrency Monitor?
Stock & Cryptocurrency Monitor is a Chrome extension developed by Diones Franco de Andrade, and its main feature is "Stock (Australia, Brazil, Canada, United States, Forex) & Cryptocurrency monitoring with price alert feature.".
Extension Screenshots
Download Stock & Cryptocurrency Monitor Extension CRX File
Download Stock & Cryptocurrency Monitor 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
Stock & Cryptocurrency monitor. Features: * Stock monitoring, available markets: Australia(Asx), Brazil(Bovespa, B3), Canada(Tsx, Toronto), United States(Dow Jones, Nasdaq), Forex; * Cryptocurrency monitoring; * Historical price; * Pivot calculation; * Historical dividends; * Configurable min and max price alerts; * Portfolio manager. Discreet and perfect for those who like monitoring stocks and expend long hours working in front of a computer. Suggestions: [email protected]
Extension Basic Information
Name | Stock & Cryptocurrency Monitor |
ID | heclkjfhijjcnikjhncnihdbcokfdono |
Official URL | https://chromewebstore.google.com/detail/stock-cryptocurrency-moni/heclkjfhijjcnikjhncnihdbcokfdono |
Description | Stock (Australia, Brazil, Canada, United States, Forex) & Cryptocurrency monitoring with price alert feature. |
File Size | 906 KB |
Installation Count | 5,444 |
Current Version | 3.6.10 |
Last Updated | 2024-02-29 |
Publish Date | 2020-06-21 |
Rating | 4.23/5 Total 80 Ratings |
Developer | Diones Franco de Andrade |
[email protected] | |
Payment Type | free |
Supported Languages | en,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "3.6.10", "default_locale": "en", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_popup": "pages\/popup.html" }, "background": { "page": "pages\/background.html" }, "options_ui": { "page": "pages\/options.html", "chrome_style": true, "open_in_tab": true }, "permissions": [ "storage", "alarms", "notifications", "https:\/\/query1.finance.yahoo.com\/", "http:\/\/download.finance.yahoo.com\/", "https:\/\/*.advfn.com\/", "https:\/\/min-api.cryptocompare.com\/", "https:\/\/bitinfocharts.com\/", "https:\/\/www.cryptocompare.com\/", "https:\/\/tokenmarket.net\/", "https:\/\/shapeshift.io\/" ] } |