dcf-chrome-extension

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

O que é dcf-chrome-extension?

dcf-chrome-extension é uma extensão do Chrome desenvolvida por azb4ehlmsoclaj, e sua principal característica é "Calculate the fair valuation of an investment using discounted cash flow method.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão dcf-chrome-extension

Baixe arquivos de extensão dcf-chrome-extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome dcf-chrome-extension dcf-chrome-extension
ID ollmkiibjgkgoohjicffdlamlmlbipec
URL Oficial https://chromewebstore.google.com/detail/dcf-chrome-extension/ollmkiibjgkgoohjicffdlamlmlbipec
Descrição Calculate the fair valuation of an investment using discounted cash flow method.
Tamanho do Arquivo 1.82 MB
Contagem de Instalações 57
Versão Atual 1.0.2
Última Atualização 2021-03-30
Data de Publicação 2021-03-30
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor azb4ehlmsoclaj
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}