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 | 
| 官方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 | 
| 电子邮箱 | [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\/"
    ]
}  |  |