SimuladorInvestimentos
Simulador de investimentos online de simples acesso e fácil manuseio.
What is SimuladorInvestimentos?
SimuladorInvestimentos is a Chrome extension developed by https://simuladorinvestimento.com.br, and its main feature is "Simulador de investimentos online de simples acesso e fácil manuseio.".
Extension Screenshots
Download SimuladorInvestimentos Extension CRX File
Download SimuladorInvestimentos extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Este é um simulador de investimentos online que você pode ter acesso apenas clicando na barra superior de seu navegador do Chrome. Desta forma, poderá calcular a rentabilidade de seus investimentos a qualquer momento, de forma simples, prática e o melhor, sem pagar nada por isso. Nosso simulador faz cálculos para os investimentos em Renda Fixa relacionados a CDB, LCI, Tesouro Selic, Tesouro IPCA, Debêntures dentre outros. Acesse o Simulador https://simuladorinvestimento.com.br/ Tesouro Direto : https://simuladorinvestimento.com.br/simulador/tesouro-direto/
Extension Basic Information
Name | |
ID | lnieniedndhgedjjapkmjphhflehfhnp |
Official URL | https://chrome.google.com/webstore/detail/simuladorinvestimentos/lnieniedndhgedjjapkmjphhflehfhnp |
Description | Simulador de investimentos online de simples acesso e fácil manuseio. |
File Size | 29.67 KB |
Installation Count | 52 |
Current Version | 1.0 |
Last Updated | 2018-03-29 |
Publish Date | 2018-03-29 |
Developer | https://simuladorinvestimento.com.br |
[email protected] | |
Payment Type | free |
Extension Website | https://simuladorinvestimento.com.br/ |
Help Page URL | https://simuladorinvestimento.com.br/simulador/tesouro-direto/ |
Privacy Policy Page URL | https://simuladorinvestimento.com.br/politica-de-privacidade |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SimuladorInvestimentos", "description": "Simulador de investimentos online de simples acesso e f\u00e1cil manuseio.", "version": "1.0", "icons": { "16": "icon-16x16.png", "48": "icon-48x48.png", "128": "icon-128x128.png" }, "content_scripts": [ { "matches": [ "http:\/\/stackoverflow.com\/users\/*" ], "js": [ "jquery.js", "myscript.js" ] } ] } |