SimuladorInvestimentos
Simulador de investimentos online de simples acesso e fácil manuseio.
Wat is SimuladorInvestimentos?
SimuladorInvestimentos is een Chrome-extensie ontwikkeld door https://simuladorinvestimento.com.br, en de belangrijkste functie is "Simulador de investimentos online de simples acesso e fácil manuseio.".
Extensie Screenshots
Download het CRX-bestand van de extensie SimuladorInvestimentos
Download SimuladorInvestimentos-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/
Basisinformatie over de Extensie
Naam | |
ID | lnieniedndhgedjjapkmjphhflehfhnp |
Officiële URL | https://chrome.google.com/webstore/detail/simuladorinvestimentos/lnieniedndhgedjjapkmjphhflehfhnp |
Beschrijving | Simulador de investimentos online de simples acesso e fácil manuseio. |
Bestandsgrootte | 29.67 KB |
Aantal Installaties | 52 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2018-03-29 |
Publicatiedatum | 2018-03-29 |
Ontwikkelaar | https://simuladorinvestimento.com.br |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://simuladorinvestimento.com.br/ |
Help Pagina-URL | https://simuladorinvestimento.com.br/simulador/tesouro-direto/ |
URL van de Privacybeleid Pagina | https://simuladorinvestimento.com.br/politica-de-privacidade |
Ondersteunde Talen | 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" ] } ] } |