dcf-chrome-extension

Calculate the fair valuation of an investment using discounted cash flow method.

Co to jest dcf-chrome-extension?

dcf-chrome-extension to rozszerzenie Chrome opracowane przez azb4ehlmsoclaj, a jego główną funkcją jest „Calculate the fair valuation of an investment using discounted cash flow method.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia dcf-chrome-extension

Pobierz pliki rozszerzeń dcf-chrome-extension 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

                        Chrome extension that helps to calculate the fair valuation of an investment using discounted cash flow method.
The discounted cash flow method is used to estimate the value of an investment based on its expected future cash flows. DCF analysis attempts to figure out the value of an investment today, based on projections of how much money it will generate in the future.
The purpose of DCF analysis is to estimate the money an investor would receive from an investment, adjusted for the time value of money. The time value of money assumes that a dollar today is worth more than a dollar tomorrow because it can be invested. As such, a DCF analysis is appropriate in any situation where a person is paying money in the present with expectations of receiving more money in the future.                    

Podstawowe informacje o rozszerzeniu

Nazwa dcf-chrome-extension dcf-chrome-extension
ID ollmkiibjgkgoohjicffdlamlmlbipec
Oficjalny URL https://chromewebstore.google.com/detail/dcf-chrome-extension/ollmkiibjgkgoohjicffdlamlmlbipec
Opis Calculate the fair valuation of an investment using discounted cash flow method.
Rozmiar pliku 1.82 MB
Liczba instalacji 57
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2021-03-30
Data Publikacji 2021-03-30
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper azb4ehlmsoclaj
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "dcf-chrome-extension",
    "version": "1.0.2",
    "description": "Calculate the fair valuation of an investment using discounted cash flow method.",
    "homepage_url": "https:\/\/github.com\/bertolo1988\/dcf-chrome-extension",
    "author": "bertolo1988  (https:\/\/github.com\/bertolo1988)",
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_title": "dcf-chrome-extension",
        "default_popup": "index.html",
        "default_icon": {
            "16": "benjamin_16.png",
            "32": "benjamin_32.png",
            "48": "benjamin_48.png",
            "128": "benjamin_128.png"
        }
    },
    "icons": {
        "16": "benjamin_16.png",
        "32": "benjamin_32.png",
        "48": "benjamin_48.png",
        "128": "benjamin_128.png"
    },
    "manifest_version": 2
}