SimuladorInvestimentos
Simulador de investimentos online de simples acesso e fácil manuseio.
SimuladorInvestimentos là gì?
SimuladorInvestimentos là một tiện ích mở rộng Chrome được phát triển bởi https://simuladorinvestimento.com.br, và tính năng chính của nó là "Simulador de investimentos online de simples acesso e fácil manuseio.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SimuladorInvestimentos
Tải xuống các tệp mở rộng SimuladorInvestimentos dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lnieniedndhgedjjapkmjphhflehfhnp |
URL Chính Thức | https://chrome.google.com/webstore/detail/simuladorinvestimentos/lnieniedndhgedjjapkmjphhflehfhnp |
Mô tả | Simulador de investimentos online de simples acesso e fácil manuseio. |
Kích Thước Tệp | 29.67 KB |
Số Lần Cài Đặt | 52 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2018-03-29 |
Ngày Phát Hành | 2018-03-29 |
Nhà Phát Triển | https://simuladorinvestimento.com.br |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://simuladorinvestimento.com.br/ |
URL Trang Trợ Giúp | https://simuladorinvestimento.com.br/simulador/tesouro-direto/ |
URL Trang Chính Sách Bảo Mật | https://simuladorinvestimento.com.br/politica-de-privacidade |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |