ROI Investment Calculator
Investment calculator for stock, dividend, bond, yield, provident fund, education fund and more!
Was ist ROI Investment Calculator?
ROI Investment Calculator ist eine Chrome-Erweiterung, die von mmcohenmoshe entwickelt wurde, und ihr Hauptmerkmal ist "Investment calculator for stock, dividend, bond, yield, provident fund, education fund and more!".
Erweiterungsscreenshots
ROI Investment Calculator-Erweiterungs-CRX-Datei herunterladen
Laden Sie ROI Investment Calculator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | ehmnlenndkobkenminonfmnpdodopdml |
Offizielle URL | https://chrome.google.com/webstore/detail/roi-investment-calculator/ehmnlenndkobkenminonfmnpdodopdml |
Beschreibung | Investment calculator for stock, dividend, bond, yield, provident fund, education fund and more! |
Dateigröße | 103 KB |
Installationsanzahl | 109 |
Aktuelle Version | 0.0.2 |
Letztes Update | 2020-03-02 |
Veröffentlichungsdatum | 2020-03-02 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | mmcohenmoshe |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://calculatorinvestment.com |
Unterstützte Sprachen | 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 } |