Dividend Yield Calculator
This extension calculates the current dividend yield for a stock based on the price purchased.
Cos'è Dividend Yield Calculator?
Dividend Yield Calculator è un'estensione di Chrome sviluppata da akumacukpo, e la sua funzione principale è "This extension calculates the current dividend yield for a stock based on the price purchased.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dividend Yield Calculator
Scarica i file di estensione Dividend Yield Calculator 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
Calculate current yield on a stock you purchased.
Informazioni di Base sull'Estensione
Nome | Dividend Yield Calculator |
ID | pbdnfpmdpahnfenkmfdahjmfkdmifmcb |
URL Ufficiale | https://chromewebstore.google.com/detail/dividend-yield-calculator/pbdnfpmdpahnfenkmfdahjmfkdmifmcb |
Descrizione | This extension calculates the current dividend yield for a stock based on the price purchased. |
Dimensione del File | 15.76 KB |
Conteggio Installazioni | 27 |
Versione Corrente | 0.0.0.3 |
Ultimo Aggiornamento | 2023-08-09 |
Data di Pubblicazione | 2017-09-04 |
Valutazione | 4.00/5 Totale 1 Valutazioni |
Sviluppatore | akumacukpo |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dividend Yield Calculator", "description": "This extension calculates the current dividend yield for a stock based on the price purchased.", "version": "0.0.0.3", "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "tablescript.js" ] } ], "host_permissions": [ " |