Stock & Cryptocurrency Monitor

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

Qu'est-ce que Stock & Cryptocurrency Monitor ?

Stock & Cryptocurrency Monitor est une extension Chrome développée par Diones Franco de Andrade, et sa fonction principale est "Stock (Australia, Brazil, Canada, United States, Forex) & Cryptocurrency monitoring with price alert feature.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Stock & Cryptocurrency Monitor

Téléchargez les fichiers d'extension Stock & Cryptocurrency Monitor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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]                    

Informations de Base sur l'Extension

Nom Stock & Cryptocurrency Monitor Stock & Cryptocurrency Monitor
ID heclkjfhijjcnikjhncnihdbcokfdono
URL Officiel https://chromewebstore.google.com/detail/stock-cryptocurrency-moni/heclkjfhijjcnikjhncnihdbcokfdono
Description Stock (Australia, Brazil, Canada, United States, Forex) & Cryptocurrency monitoring with price alert feature.
Taille du Fichier 906 KB
Nombre d'Installations 5,444
Version Actuelle 3.6.10
Dernière Mise à Jour 2024-02-29
Date de Publication 2020-06-21
Évaluation 4.23/5 Total 80 Évaluations
Développeur Diones Franco de Andrade
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/"
    ]
}