ROI Investment Calculator

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

Apa itu ROI Investment Calculator?

ROI Investment Calculator adalah ekstensi Chrome yang dikembangkan oleh mmcohenmoshe, dan fitur utamanya adalah "Investment calculator for stock, dividend, bond, yield, provident fund, education fund and more!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ROI Investment Calculator

Unduh file ekstensi ROI Investment Calculator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama ROI Investment Calculator ROI Investment Calculator
ID ehmnlenndkobkenminonfmnpdodopdml
URL Resmi https://chrome.google.com/webstore/detail/roi-investment-calculator/ehmnlenndkobkenminonfmnpdodopdml
Deskripsi Investment calculator for stock, dividend, bond, yield, provident fund, education fund and more!
Ukuran File 103 KB
Jumlah Instalasi 109
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2020-03-02
Tanggal Publikasi 2020-03-02
Penilaian 5.00/5 Total 2 Penilaian
Pengembang mmcohenmoshe
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://calculatorinvestment.com
Bahasa yang Didukung 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
}