dcf-chrome-extension

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

dcf-chrome-extension là gì?

dcf-chrome-extension là một tiện ích mở rộng Chrome được phát triển bởi azb4ehlmsoclaj, và tính năng chính của nó là "Calculate the fair valuation of an investment using discounted cash flow method.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng dcf-chrome-extension

Tải xuống các tệp mở rộng dcf-chrome-extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên dcf-chrome-extension dcf-chrome-extension
ID ollmkiibjgkgoohjicffdlamlmlbipec
URL Chính Thức https://chromewebstore.google.com/detail/dcf-chrome-extension/ollmkiibjgkgoohjicffdlamlmlbipec
Mô tả Calculate the fair valuation of an investment using discounted cash flow method.
Kích Thước Tệp 1.82 MB
Số Lần Cài Đặt 57
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2021-03-30
Ngày Phát Hành 2021-03-30
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển azb4ehlmsoclaj
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}