Stock & Cryptocurrency Monitor

Stock (Australia, Brazil, Canada, United States, Forex) & Cryptocurrency monitoring with price alert feature.

Was ist Stock & Cryptocurrency Monitor?

Stock & Cryptocurrency Monitor ist eine Chrome-Erweiterung, die von Diones Franco de Andrade entwickelt wurde, und ihr Hauptmerkmal ist "Stock (Australia, Brazil, Canada, United States, Forex) & Cryptocurrency monitoring with price alert feature.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Stock & Cryptocurrency Monitor-Erweiterungs-CRX-Datei herunterladen

Laden Sie Stock & Cryptocurrency Monitor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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]                    

Grundlegende Informationen zur Erweiterung

Name Stock & Cryptocurrency Monitor Stock & Cryptocurrency Monitor
ID heclkjfhijjcnikjhncnihdbcokfdono
Offizielle URL https://chromewebstore.google.com/detail/stock-cryptocurrency-moni/heclkjfhijjcnikjhncnihdbcokfdono
Beschreibung Stock (Australia, Brazil, Canada, United States, Forex) & Cryptocurrency monitoring with price alert feature.
Dateigröße 906 KB
Installationsanzahl 5,444
Aktuelle Version 3.6.10
Letztes Update 2024-02-29
Veröffentlichungsdatum 2020-06-21
Bewertung 4.23/5 Insgesamt 80 Bewertungen
Entwickler Diones Franco de Andrade
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/"
    ]
}