Stock & Cryptocurrency Monitor
Stock (Australia, Brazil, Canada, United States, Forex) & Cryptocurrency monitoring with price alert feature.
Stock & Cryptocurrency Monitorとは何ですか?
Stock & Cryptocurrency MonitorはDiones Franco de Andradeによって開発されたChromeの拡張機能で、その主な機能は「Stock (Australia, Brazil, Canada, United States, Forex) & Cryptocurrency monitoring with price alert feature.」です。
拡張機能のスクリーンショット
Stock & Cryptocurrency Monitor拡張機能のCRXファイルをダウンロード
Stock & Cryptocurrency Monitor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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]
拡張機能の基本情報
名前 | Stock & Cryptocurrency Monitor |
ID | heclkjfhijjcnikjhncnihdbcokfdono |
公式URL | https://chromewebstore.google.com/detail/stock-cryptocurrency-moni/heclkjfhijjcnikjhncnihdbcokfdono |
説明 | Stock (Australia, Brazil, Canada, United States, Forex) & Cryptocurrency monitoring with price alert feature. |
ファイルサイズ | 906 KB |
インストール数 | 5,444 |
現在のバージョン | 3.6.10 |
最終更新日 | 2024-02-29 |
公開日 | 2020-06-21 |
評価 | 4.23/5 合計 80 レビュー |
開発者 | Diones Franco de Andrade |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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\/" ] } |