ROI Investment Calculator

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

Qu'est-ce que ROI Investment Calculator ?

ROI Investment Calculator est une extension Chrome développée par mmcohenmoshe, et sa fonction principale est "Investment calculator for stock, dividend, bond, yield, provident fund, education fund and more!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ROI Investment Calculator

Téléchargez les fichiers d'extension ROI Investment Calculator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom ROI Investment Calculator ROI Investment Calculator
ID ehmnlenndkobkenminonfmnpdodopdml
URL Officiel https://chrome.google.com/webstore/detail/roi-investment-calculator/ehmnlenndkobkenminonfmnpdodopdml
Description Investment calculator for stock, dividend, bond, yield, provident fund, education fund and more!
Taille du Fichier 103 KB
Nombre d'Installations 109
Version Actuelle 0.0.2
Dernière Mise à Jour 2020-03-02
Date de Publication 2020-03-02
Évaluation 5.00/5 Total 2 Évaluations
Développeur mmcohenmoshe
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://calculatorinvestment.com
Langues Prises en Charge 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
}