ROI Investment Calculator
Investment calculator for stock, dividend, bond, yield, provident fund, education fund and more!
O que é ROI Investment Calculator?
ROI Investment Calculator é uma extensão do Chrome desenvolvida por mmcohenmoshe, e sua principal característica é "Investment calculator for stock, dividend, bond, yield, provident fund, education fund and more!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ROI Investment Calculator
Baixe arquivos de extensão ROI Investment Calculator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | ehmnlenndkobkenminonfmnpdodopdml |
URL Oficial | https://chrome.google.com/webstore/detail/roi-investment-calculator/ehmnlenndkobkenminonfmnpdodopdml |
Descrição | Investment calculator for stock, dividend, bond, yield, provident fund, education fund and more! |
Tamanho do Arquivo | 103 KB |
Contagem de Instalações | 109 |
Versão Atual | 0.0.2 |
Última Atualização | 2020-03-02 |
Data de Publicação | 2020-03-02 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | mmcohenmoshe |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://calculatorinvestment.com |
Idiomas Suportados | 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 } |