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

screenshot

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 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
E-mail [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": [
        ""
    ],
    "icons": {
        "16": "icon2.png",
        "48": "icon2.png",
        "128": "icon2.png"
    },
    "browser_action": {
        "default_title": "Dividend Yield Calculator.",
        "default_icon": "icon.png",
        "default_popup": "calculator.html"
    },
    "manifest_version": 2
}