ROI Investment Calculator

Investment calculator for stock, dividend, bond, yield, provident fund, education fund and more!

ROI Investment Calculator là gì?

ROI Investment Calculator là một tiện ích mở rộng Chrome được phát triển bởi mmcohenmoshe, và tính năng chính của nó là "Investment calculator for stock, dividend, bond, yield, provident fund, education fund and more!".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ROI Investment Calculator

Tải xuống các tệp mở rộng ROI Investment Calculator 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

                        Investment Calculator Online - ROI investment calculator
Investment calculator for stock, dividend, bond, yield, provident fund, education fund and more.

Parameters:
1. Amount of Investment - The starting amount of investment in Stock / Bond / Provident Fund / Education fund
2. Interest (annual) - Rate of Return: The rate at which your investments will grow
3. Commission (annual) - A commission to pay to your broker / investment house
4. Years to Grow                    

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

Tên ROI Investment Calculator ROI Investment Calculator
ID ehmnlenndkobkenminonfmnpdodopdml
URL Chính Thức https://chrome.google.com/webstore/detail/roi-investment-calculator/ehmnlenndkobkenminonfmnpdodopdml
Mô tả Investment calculator for stock, dividend, bond, yield, provident fund, education fund and more!
Kích Thước Tệp 103 KB
Số Lần Cài Đặt 109
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2020-03-02
Ngày Phát Hành 2020-03-02
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển mmcohenmoshe
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://calculatorinvestment.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ROI Investment Calculator",
    "version": "0.0.2",
    "description": "Investment calculator for stock, dividend, bond, yield, provident fund, education fund and more!",
    "permissions": [
        "topSites"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/google-analytics.com; object-src 'self'",
    "manifest_version": 2
}