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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Stock & Cryptocurrency Monitor 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
이메일 [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\/"
    ]
}