ROI Investment Calculator

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

Wat is ROI Investment Calculator?

ROI Investment Calculator is een Chrome-extensie ontwikkeld door mmcohenmoshe, en de belangrijkste functie is "Investment calculator for stock, dividend, bond, yield, provident fund, education fund and more!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ROI Investment Calculator

Download ROI Investment Calculator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam ROI Investment Calculator ROI Investment Calculator
ID ehmnlenndkobkenminonfmnpdodopdml
Officiële URL https://chrome.google.com/webstore/detail/roi-investment-calculator/ehmnlenndkobkenminonfmnpdodopdml
Beschrijving Investment calculator for stock, dividend, bond, yield, provident fund, education fund and more!
Bestandsgrootte 103 KB
Aantal Installaties 109
Huidige Versie 0.0.2
Laatst Bijgewerkt 2020-03-02
Publicatiedatum 2020-03-02
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar mmcohenmoshe
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://calculatorinvestment.com
Ondersteunde Talen 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
}