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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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
อีเมล [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"
            ]
        }
    ]
}