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.”。
扩展截图
下载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/
扩展基本信息
名称 | |
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" ] } ] } |