Stock Calendar

Stock Calendar reminds you earnings dates of you stocks.

Wat is Stock Calendar?

Stock Calendar is een Chrome-extensie ontwikkeld door bummybum151, en de belangrijkste functie is "Stock Calendar reminds you earnings dates of you stocks.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Stock Calendar

Download Stock Calendar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Stock Calendar reminds you earnings dates of you stocks.                    

Basisinformatie over de Extensie

Naam Stock Calendar Stock Calendar
ID nbofmheihmleebkjhljhhocfcgnffjam
Officiële URL https://chromewebstore.google.com/detail/stock-calendar/nbofmheihmleebkjhljhhocfcgnffjam
Beschrijving Stock Calendar reminds you earnings dates of you stocks.
Bestandsgrootte 1.36 MB
Aantal Installaties 275
Huidige Versie 1.1.1
Laatst Bijgewerkt 2020-08-16
Publicatiedatum 2020-08-10
Beoordeling 3.50/5 Totaal 4 Beoordelingen
Ontwikkelaar bummybum151
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stock Calendar",
    "description": "Stock Calendar reminds you earnings dates of you stocks.",
    "version": "1.1.1",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "Stock Calendar",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options\/options.html"
    },
    "permissions": [
        "https:\/\/finance.yahoo.com\/",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}