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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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                    

拡張機能の基本情報

名前 Gerencianet LITE Gerencianet LITE
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
    }
}