SimuladorInvestimentos
Simulador de investimentos online de simples acesso e fácil manuseio.
Was ist SimuladorInvestimentos?
SimuladorInvestimentos ist eine Chrome-Erweiterung, die von https://simuladorinvestimento.com.br entwickelt wurde, und ihr Hauptmerkmal ist "Simulador de investimentos online de simples acesso e fácil manuseio.".
Erweiterungsscreenshots
SimuladorInvestimentos-Erweiterungs-CRX-Datei herunterladen
Laden Sie SimuladorInvestimentos-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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/
Grundlegende Informationen zur Erweiterung
Name | |
ID | lnieniedndhgedjjapkmjphhflehfhnp |
Offizielle URL | https://chrome.google.com/webstore/detail/simuladorinvestimentos/lnieniedndhgedjjapkmjphhflehfhnp |
Beschreibung | Simulador de investimentos online de simples acesso e fácil manuseio. |
Dateigröße | 29.67 KB |
Installationsanzahl | 52 |
Aktuelle Version | 1.0 |
Letztes Update | 2018-03-29 |
Veröffentlichungsdatum | 2018-03-29 |
Entwickler | https://simuladorinvestimento.com.br |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://simuladorinvestimento.com.br/ |
Hilfeseite URL | https://simuladorinvestimento.com.br/simulador/tesouro-direto/ |
URL der Datenschutzrichtlinien-Seite | https://simuladorinvestimento.com.br/politica-de-privacidade |
Unterstützte Sprachen | 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" ] } ] } |