Dividend Yield Calculator
This extension calculates the current dividend yield for a stock based on the price purchased.
Hvad er Dividend Yield Calculator?
Dividend Yield Calculator er en Chrome-udvidelse udviklet af akumacukpo, og dens hovedfunktion er "This extension calculates the current dividend yield for a stock based on the price purchased.".
Udvidelsesskærmbilleder
Download Dividend Yield Calculator-udvidelses-CRX-fil
Download Dividend Yield Calculator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Calculate current yield on a stock you purchased.
Grundlæggende oplysninger om udvidelsen
Navn | Dividend Yield Calculator |
ID | pbdnfpmdpahnfenkmfdahjmfkdmifmcb |
Officiel URL | https://chromewebstore.google.com/detail/dividend-yield-calculator/pbdnfpmdpahnfenkmfdahjmfkdmifmcb |
Beskrivelse | This extension calculates the current dividend yield for a stock based on the price purchased. |
Filstørrelse | 15.76 KB |
Antal Installationer | 27 |
Nuværende Version | 0.0.0.3 |
Senest Opdateret | 2023-08-09 |
Udgivelsesdato | 2017-09-04 |
Bedømmelse | 4.00/5 Samlet 1 Bedømmelser |
Udvikler | akumacukpo |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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": [ " |