dcf-chrome-extension

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

什麼是dcf-chrome-extension?

dcf-chrome-extension是由azb4ehlmsoclaj開發的Chrome擴展程式,該擴展的主要功能是“Calculate the fair valuation of an investment using discounted cash flow method.”。

擴展截圖

screenshot
screenshot

下載dcf-chrome-extension擴展crx文件

下載dcf-chrome-extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 dcf-chrome-extension dcf-chrome-extension
ID ollmkiibjgkgoohjicffdlamlmlbipec
官方網址 https://chromewebstore.google.com/detail/dcf-chrome-extension/ollmkiibjgkgoohjicffdlamlmlbipec
簡介 Calculate the fair valuation of an investment using discounted cash flow method.
檔案大小 1.82 MB
安裝次數 57
目前版本 1.0.2
更新時間 2021-03-30
上架時間 2021-03-30
評分 5.00/5 共 1 次評分
開發者 azb4ehlmsoclaj
電子郵箱 [email protected]
付費類型 free
支援的語言 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
}