ROI Investment Calculator

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

ROI Investment Calculatorとは何ですか?

ROI Investment Calculatorはmmcohenmosheによって開発されたChromeの拡張機能で、その主な機能は「Investment calculator for stock, dividend, bond, yield, provident fund, education fund and more!」です。

拡張機能のスクリーンショット

screenshot

ROI Investment Calculator拡張機能のCRXファイルをダウンロード

ROI Investment Calculator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 ROI Investment Calculator ROI Investment Calculator
ID ehmnlenndkobkenminonfmnpdodopdml
公式URL https://chrome.google.com/webstore/detail/roi-investment-calculator/ehmnlenndkobkenminonfmnpdodopdml
説明 Investment calculator for stock, dividend, bond, yield, provident fund, education fund and more!
ファイルサイズ 103 KB
インストール数 109
現在のバージョン 0.0.2
最終更新日 2020-03-02
公開日 2020-03-02
評価 5.00/5 合計 2 レビュー
開発者 mmcohenmoshe
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://calculatorinvestment.com
対応言語 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
}