SimuladorInvestimentos

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

SimuladorInvestimentosとは何ですか?

SimuladorInvestimentosはhttps://simuladorinvestimento.com.brによって開発されたChromeの拡張機能で、その主な機能は「Simulador de investimentos online de simples acesso e fácil manuseio.」です。

拡張機能のスクリーンショット

screenshot

SimuladorInvestimentos拡張機能のCRXファイルをダウンロード

SimuladorInvestimentos拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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/                    

拡張機能の基本情報

名前 SimuladorInvestimentos SimuladorInvestimentos
ID lnieniedndhgedjjapkmjphhflehfhnp
公式URL https://chrome.google.com/webstore/detail/simuladorinvestimentos/lnieniedndhgedjjapkmjphhflehfhnp
説明 Simulador de investimentos online de simples acesso e fácil manuseio.
ファイルサイズ 29.67 KB
インストール数 52
現在のバージョン 1.0
最終更新日 2018-03-29
公開日 2018-03-29
開発者 https://simuladorinvestimento.com.br
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://simuladorinvestimento.com.br/
ヘルプページのURL https://simuladorinvestimento.com.br/simulador/tesouro-direto/
プライバシーポリシーページのURL https://simuladorinvestimento.com.br/politica-de-privacidade
対応言語 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"
            ]
        }
    ]
}