SimuladorInvestimentos

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

ما هو SimuladorInvestimentos؟

SimuladorInvestimentos هو إضافة Chrome تم تطويرها بواسطة https://simuladorinvestimento.com.br، والميزة الرئيسية لها هي "Simulador de investimentos online de simples acesso e fácil manuseio.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة SimuladorInvestimentos

قم بتنزيل ملفات الامتداد SimuladorInvestimentos بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://simuladorinvestimento.com.br/
عنوان صفحة المساعدة https://simuladorinvestimento.com.br/simulador/tesouro-direto/
عنوان صفحة سياسة الخصوصية 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"
            ]
        }
    ]
}