IESCO Bill

Check IESCO electricity bill. Enter reference number and and see your iesco wapda bill now.

Apa itu IESCO Bill?

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

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi IESCO Bill

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

                        Install this extension to quickly check your IESCO electricity bill. This is a simple extension where you can enter IESCO reference number and see your latest wapda bill.                    

Informasi Dasar Ekstensi

Nama IESCO Bill IESCO Bill
ID dciljajhpmcoaeihjeajpollhddgggll
URL Resmi https://chromewebstore.google.com/detail/iesco-bill/dciljajhpmcoaeihjeajpollhddgggll
Deskripsi Check IESCO electricity bill. Enter reference number and and see your iesco wapda bill now.
Ukuran File 26.81 KB
Jumlah Instalasi 61
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-10-19
Tanggal Publikasi 2020-10-19
Pengembang https://iescobill.pk
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://iescobill.pk
URL Halaman Bantuan https://iescobill.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": "IESCO Bill",
    "version": "1.0",
    "description": "Check IESCO electricity bill. Enter reference number and and see your iesco wapda bill now.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/iescobill16.png",
            "32": "images\/iescobill32.png",
            "48": "images\/iescobill48.png",
            "128": "images\/iescobill128.png"
        }
    },
    "icons": {
        "16": "images\/iescobill16.png",
        "32": "images\/iescobill32.png",
        "48": "images\/iescobill48.png",
        "128": "images\/iescobill128.png"
    },
    "manifest_version": 2
}