Gerencianet LITE
Realize emissões e transferências pela sua conta Gerencianet de forma mais prática e rápida.
什么是Gerencianet LITE?
Gerencianet LITE是由Gerencianet Pagamentos do Brasil开发的Chrome扩展程序,该扩展的主要功能是“Realize emissões e transferências pela sua conta Gerencianet de forma mais prática e rápida.”。
扩展截图
下载Gerencianet LITE扩展crx文件
下载Gerencianet LITE扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
- Emissão de boletos
- Emissão de carnês
- Transferências bancárias
- Transferências entre contas Gerencianet 扩展基本信息
| 名称 | |
| ID | amaomjjnmahcgighkiabepjbbjebjojl |
| 官方URL | https://chromewebstore.google.com/detail/gerencianet-lite/amaomjjnmahcgighkiabepjbbjebjojl |
| 简介 | Realize emissões e transferências pela sua conta Gerencianet de forma mais prática e rápida. |
| 文件大小 | 559 KB |
| 安装次数 | 33 |
| 当前版本 | 2.13 |
| 更新时间 | 2019-02-08 |
| 上架时间 | 2019-02-08 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | Gerencianet Pagamentos do Brasil |
| 付费类型 | free |
| 扩展官网 | https://gerencianet.com.br |
| 帮助页面URL | https://gerencianet.com.br/central-de-ajuda |
| 支持的语言 | pt-BR |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "2.13",
"default_locale": "pt_BR",
"name": "__MSG_ExtensionName__",
"description": "__MSG_ExtensionDescription__",
"homepage_url": "https:\/\/www.gerencianet.com.br",
"browser_action": {
"default_icon": "images\/gn19.png",
"default_popup": "views\/index.html",
"default_title": "Gerencianet"
},
"icons": {
"16": "images\/gn19.png",
"128": "images\/icon128.png"
},
"permissions": [
"tabs",
"activeTab",
"storage",
"https:\/\/login.gerencianet.com.br\/*",
"https:\/\/gcs.gerencianet.com.br\/v1\/*",
"https:\/\/gms.gerencianet.com.br\/*"
],
"background": {
"page": "views\/feedback.html",
"persistent": true
}
} | |