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] 擴展基本資訊
| 名稱 | |
| ID | heclkjfhijjcnikjhncnihdbcokfdono |
| 官方網址 | 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 |
| 電子郵箱 | [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\/"
]
} | |