Dividend Yield Calculator

This extension calculates the current dividend yield for a stock based on the price purchased.

Wat is Dividend Yield Calculator?

Dividend Yield Calculator is een Chrome-extensie ontwikkeld door akumacukpo, en de belangrijkste functie is "This extension calculates the current dividend yield for a stock based on the price purchased.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Dividend Yield Calculator

Download Dividend Yield Calculator-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

                        Calculate current yield on a stock you purchased.                    

Basisinformatie over de Extensie

Naam Dividend Yield Calculator Dividend Yield Calculator
ID pbdnfpmdpahnfenkmfdahjmfkdmifmcb
Officiële URL https://chromewebstore.google.com/detail/dividend-yield-calculator/pbdnfpmdpahnfenkmfdahjmfkdmifmcb
Beschrijving This extension calculates the current dividend yield for a stock based on the price purchased.
Bestandsgrootte 15.76 KB
Aantal Installaties 27
Huidige Versie 0.0.0.3
Laatst Bijgewerkt 2023-08-09
Publicatiedatum 2017-09-04
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar akumacukpo
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}