Stock Calendar
Stock Calendar reminds you earnings dates of you stocks.
Cos'è Stock Calendar?
Stock Calendar è un'estensione di Chrome sviluppata da bummybum151, e la sua funzione principale è "Stock Calendar reminds you earnings dates of you stocks.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Stock Calendar
Scarica i file di estensione Stock Calendar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Stock Calendar reminds you earnings dates of you stocks.
Informazioni di Base sull'Estensione
Nome | Stock Calendar |
ID | nbofmheihmleebkjhljhhocfcgnffjam |
URL Ufficiale | https://chromewebstore.google.com/detail/stock-calendar/nbofmheihmleebkjhljhhocfcgnffjam |
Descrizione | Stock Calendar reminds you earnings dates of you stocks. |
Dimensione del File | 1.36 MB |
Conteggio Installazioni | 275 |
Versione Corrente | 1.1.1 |
Ultimo Aggiornamento | 2020-08-16 |
Data di Pubblicazione | 2020-08-10 |
Valutazione | 3.50/5 Totale 4 Valutazioni |
Sviluppatore | bummybum151 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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'" } |