ROI Investment Calculator
Investment calculator for stock, dividend, bond, yield, provident fund, education fund and more!
Vad är ROI Investment Calculator?
ROI Investment Calculator är en Chrome-tillägg utvecklad av mmcohenmoshe, och dess huvudfunktion är "Investment calculator for stock, dividend, bond, yield, provident fund, education fund and more!".
Tilläggsskärmbilder
Ladda ner ROI Investment Calculator-förlängningens CRX-fil
Ladda ner ROI Investment Calculator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | ehmnlenndkobkenminonfmnpdodopdml |
Officiell webbadress | https://chrome.google.com/webstore/detail/roi-investment-calculator/ehmnlenndkobkenminonfmnpdodopdml |
Beskrivning | Investment calculator for stock, dividend, bond, yield, provident fund, education fund and more! |
Filstorlek | 103 KB |
Antal Installationer | 109 |
Aktuell Version | 0.0.2 |
Senast Uppdaterad | 2020-03-02 |
Publiceringsdatum | 2020-03-02 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | mmcohenmoshe |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://calculatorinvestment.com |
Stödda Språk | 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 } |