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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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
}