SimuladorInvestimentos
Simulador de investimentos online de simples acesso e fácil manuseio.
Hvad er SimuladorInvestimentos?
SimuladorInvestimentos er en Chrome-udvidelse udviklet af https://simuladorinvestimento.com.br, og dens hovedfunktion er "Simulador de investimentos online de simples acesso e fácil manuseio.".
Udvidelsesskærmbilleder
Download SimuladorInvestimentos-udvidelses-CRX-fil
Download SimuladorInvestimentos-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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/
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | lnieniedndhgedjjapkmjphhflehfhnp |
Officiel URL | https://chrome.google.com/webstore/detail/simuladorinvestimentos/lnieniedndhgedjjapkmjphhflehfhnp |
Beskrivelse | Simulador de investimentos online de simples acesso e fácil manuseio. |
Filstørrelse | 29.67 KB |
Antal Installationer | 52 |
Nuværende Version | 1.0 |
Senest Opdateret | 2018-03-29 |
Udgivelsesdato | 2018-03-29 |
Udvikler | https://simuladorinvestimento.com.br |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://simuladorinvestimento.com.br/ |
Hjælpeside-URL | https://simuladorinvestimento.com.br/simulador/tesouro-direto/ |
URL til Fortrolighedspolitik Side | https://simuladorinvestimento.com.br/politica-de-privacidade |
Understøttede Sprog | 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" ] } ] } |