SimuladorInvestimentos

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

Co je SimuladorInvestimentos?

SimuladorInvestimentos je rozšíření Chrome vyvinuté https://simuladorinvestimento.com.br, a jeho hlavní funkcí je „Simulador de investimentos online de simples acesso e fácil manuseio.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření SimuladorInvestimentos

Stáhněte si soubory rozšíření SimuladorInvestimentos ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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/                    

Základní Informace o Rozšíření

Název SimuladorInvestimentos SimuladorInvestimentos
ID lnieniedndhgedjjapkmjphhflehfhnp
Oficiální URL https://chrome.google.com/webstore/detail/simuladorinvestimentos/lnieniedndhgedjjapkmjphhflehfhnp
Popis Simulador de investimentos online de simples acesso e fácil manuseio.
Velikost souboru 29.67 KB
Počet instalací 52
Aktuální Verze 1.0
Poslední Aktualizace 2018-03-29
Datum Vydání 2018-03-29
Vývojář https://simuladorinvestimento.com.br
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://simuladorinvestimento.com.br/
URL Stránky Nápovědy https://simuladorinvestimento.com.br/simulador/tesouro-direto/
URL Stránky Zásad Ochrany Soukromí https://simuladorinvestimento.com.br/politica-de-privacidade
Podporované Jazyky 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"
            ]
        }
    ]
}