SimuladorInvestimentos

Simulador de investimentos online de simples acesso e fácil manuseio.

Vad är SimuladorInvestimentos?

SimuladorInvestimentos är en Chrome-tillägg utvecklad av https://simuladorinvestimento.com.br, och dess huvudfunktion är "Simulador de investimentos online de simples acesso e fácil manuseio.".

Tilläggsskärmbilder

screenshot

Ladda ner SimuladorInvestimentos-förlängningens CRX-fil

Ladda ner SimuladorInvestimentos-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn SimuladorInvestimentos SimuladorInvestimentos
ID lnieniedndhgedjjapkmjphhflehfhnp
Officiell webbadress https://chrome.google.com/webstore/detail/simuladorinvestimentos/lnieniedndhgedjjapkmjphhflehfhnp
Beskrivning Simulador de investimentos online de simples acesso e fácil manuseio.
Filstorlek 29.67 KB
Antal Installationer 52
Aktuell Version 1.0
Senast Uppdaterad 2018-03-29
Publiceringsdatum 2018-03-29
Utvecklare https://simuladorinvestimento.com.br
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://simuladorinvestimento.com.br/
Hjälpsida URL https://simuladorinvestimento.com.br/simulador/tesouro-direto/
URL till Sekretesspolicy Sidan https://simuladorinvestimento.com.br/politica-de-privacidade
Stödda Språk 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"
            ]
        }
    ]
}