ROI Investment Calculator

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

Cos'è ROI Investment Calculator?

ROI Investment Calculator è un'estensione di Chrome sviluppata da mmcohenmoshe, e la sua funzione principale è "Investment calculator for stock, dividend, bond, yield, provident fund, education fund and more!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ROI Investment Calculator

Scarica i file di estensione ROI Investment Calculator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome ROI Investment Calculator ROI Investment Calculator
ID ehmnlenndkobkenminonfmnpdodopdml
URL Ufficiale https://chrome.google.com/webstore/detail/roi-investment-calculator/ehmnlenndkobkenminonfmnpdodopdml
Descrizione Investment calculator for stock, dividend, bond, yield, provident fund, education fund and more!
Dimensione del File 103 KB
Conteggio Installazioni 109
Versione Corrente 0.0.2
Ultimo Aggiornamento 2020-03-02
Data di Pubblicazione 2020-03-02
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore mmcohenmoshe
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://calculatorinvestment.com
Lingue Supportate 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
}