LESCO Bill

Check LESCO electricity bill. Enter reference number and and see your lesco wapda bill now.

Apa itu LESCO Bill?

LESCO Bill adalah ekstensi Chrome yang dikembangkan oleh https://lescobill.pk, dan fitur utamanya adalah "Check LESCO electricity bill. Enter reference number and and see your lesco wapda bill now.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi LESCO Bill

Unduh file ekstensi LESCO Bill 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

                        Official lescobill.pk extension to quickly check LESCO latest bills. This extension asks for the reference number, and takes you to the bill view page.                    

Informasi Dasar Ekstensi

Nama LESCO Bill LESCO Bill
ID hoalfeddlmgpbhgkbmelmdmofladlfbb
URL Resmi https://chromewebstore.google.com/detail/lesco-bill/hoalfeddlmgpbhgkbmelmdmofladlfbb
Deskripsi Check LESCO electricity bill. Enter reference number and and see your lesco wapda bill now.
Ukuran File 40.76 KB
Jumlah Instalasi 109
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-10-19
Tanggal Publikasi 2020-10-13
Pengembang https://lescobill.pk
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://lescobill.pk
URL Halaman Bantuan https://lescobill.pk/contact-us/
URL Halaman Kebijakan Privasi https://lescobill.pk/privacy-policy
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LESCO Bill",
    "version": "1.0",
    "description": "Check LESCO electricity bill. Enter reference number and and see your lesco wapda bill now.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/lescobill16.png",
            "32": "images\/lescobill32.png",
            "48": "images\/lescobill48.png",
            "128": "images\/lescobill128.png"
        }
    },
    "icons": {
        "16": "images\/lescobill16.png",
        "32": "images\/lescobill32.png",
        "48": "images\/lescobill48.png",
        "128": "images\/lescobill128.png"
    },
    "manifest_version": 2
}