IESCO Bill

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

Wat is IESCO Bill?

IESCO Bill is een Chrome-extensie ontwikkeld door https://iescobill.pk, en de belangrijkste functie is "Check IESCO electricity bill. Enter reference number and and see your iesco wapda bill now.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie IESCO Bill

Download IESCO Bill-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam IESCO Bill IESCO Bill
ID dciljajhpmcoaeihjeajpollhddgggll
Officiële URL https://chromewebstore.google.com/detail/iesco-bill/dciljajhpmcoaeihjeajpollhddgggll
Beschrijving Check IESCO electricity bill. Enter reference number and and see your iesco wapda bill now.
Bestandsgrootte 26.81 KB
Aantal Installaties 61
Huidige Versie 1.0
Laatst Bijgewerkt 2020-10-19
Publicatiedatum 2020-10-19
Ontwikkelaar https://iescobill.pk
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://iescobill.pk
Help Pagina-URL https://iescobill.pk/contact-us/
URL van de Privacybeleid Pagina https://lescobill.pk/privacy-policy
Ondersteunde Talen 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
}