Dividend Yield Calculator
This extension calculates the current dividend yield for a stock based on the price purchased.
Co to jest Dividend Yield Calculator?
Dividend Yield Calculator to rozszerzenie Chrome opracowane przez akumacukpo, a jego główną funkcją jest „This extension calculates the current dividend yield for a stock based on the price purchased.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Dividend Yield Calculator
Pobierz pliki rozszerzeń Dividend Yield Calculator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        Calculate current yield on a stock you purchased.                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | pbdnfpmdpahnfenkmfdahjmfkdmifmcb | 
| Oficjalny URL | https://chromewebstore.google.com/detail/dividend-yield-calculator/pbdnfpmdpahnfenkmfdahjmfkdmifmcb | 
| Opis | This extension calculates the current dividend yield for a stock based on the price purchased. | 
| Rozmiar pliku | 15.76 KB | 
| Liczba instalacji | 27 | 
| Aktualna Wersja | 0.0.0.3 | 
| Ostatnia Aktualizacja | 2023-08-09 | 
| Data Publikacji | 2017-09-04 | 
| Ocena | 4.00/5 Łącznie 1 Oceny | 
| Deweloper | akumacukpo | 
| [email protected] | |
| Typ Płatności | free | 
| Obsługiwane Języki | 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": [
        "  |  |