LeitorBoleto

Leitor de Código de Barras para Boletos

Apa itu LeitorBoleto?

LeitorBoleto adalah ekstensi Chrome yang dikembangkan oleh Édipo Costa Rebouças, dan fitur utamanya adalah "Leitor de Código de Barras para Boletos".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi LeitorBoleto

Unduh file ekstensi LeitorBoleto 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

                        Não consegue copiar o número do boleto que você recebeu por e-mail? Com essa extensão, seu browser vai conseguir ler o número diretamente do boleto, como um leitor óptico.                    

Informasi Dasar Ekstensi

Nama LeitorBoleto LeitorBoleto
ID bpoppdbkgbgkohbkhljbpcgkmiolfohd
URL Resmi https://chromewebstore.google.com/detail/leitorboleto/bpoppdbkgbgkohbkhljbpcgkmiolfohd
Deskripsi Leitor de Código de Barras para Boletos
Ukuran File 15.05 KB
Jumlah Instalasi 353
Versi Saat Ini 0.1.2
Terakhir Diperbarui 2019-02-22
Tanggal Publikasi 2019-02-22
Penilaian 1.75/5 Total 4 Penilaian
Pengembang Édipo Costa Rebouças
Tipe Pembayaran free
Bahasa yang Didukung pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LeitorBoleto",
    "version": "0.1.2",
    "description": "Leitor de C\u00f3digo de Barras para Boletos",
    "permissions": [
        "clipboardWrite",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "libs\/javascript-barcode-reader.min.js",
            "modules\/events.js",
            "modules\/barcode.js",
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Ler C\u00f3digo de Barras"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}