Gerencianet LITE

Realize emissões e transferências pela sua conta Gerencianet de forma mais prática e rápida.

Apa itu Gerencianet LITE?

Gerencianet LITE adalah ekstensi Chrome yang dikembangkan oleh Gerencianet Pagamentos do Brasil, dan fitur utamanya adalah "Realize emissões e transferências pela sua conta Gerencianet de forma mais prática e rápida.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Gerencianet LITE

Unduh file ekstensi Gerencianet LITE dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        - Emissão de boletos
- Emissão de carnês
- Transferências bancárias
- Transferências entre contas Gerencianet                    

Informasi Dasar Ekstensi

Nama Gerencianet LITE Gerencianet LITE
ID amaomjjnmahcgighkiabepjbbjebjojl
URL Resmi https://chromewebstore.google.com/detail/gerencianet-lite/amaomjjnmahcgighkiabepjbbjebjojl
Deskripsi Realize emissões e transferências pela sua conta Gerencianet de forma mais prática e rápida.
Ukuran File 559 KB
Jumlah Instalasi 33
Versi Saat Ini 2.13
Terakhir Diperbarui 2019-02-08
Tanggal Publikasi 2019-02-08
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Gerencianet Pagamentos do Brasil
Tipe Pembayaran free
Situs Ekstensi https://gerencianet.com.br
URL Halaman Bantuan https://gerencianet.com.br/central-de-ajuda
Bahasa yang Didukung 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
    }
}