IESCO Bill

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

Cos'è IESCO Bill?

IESCO Bill è un'estensione di Chrome sviluppata da https://iescobill.pk, e la sua funzione principale è "Check IESCO electricity bill. Enter reference number and and see your iesco wapda bill now.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione IESCO Bill

Scarica i file di estensione IESCO Bill in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome IESCO Bill IESCO Bill
ID dciljajhpmcoaeihjeajpollhddgggll
URL Ufficiale https://chromewebstore.google.com/detail/iesco-bill/dciljajhpmcoaeihjeajpollhddgggll
Descrizione Check IESCO electricity bill. Enter reference number and and see your iesco wapda bill now.
Dimensione del File 26.81 KB
Conteggio Installazioni 61
Versione Corrente 1.0
Ultimo Aggiornamento 2020-10-19
Data di Pubblicazione 2020-10-19
Sviluppatore https://iescobill.pk
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://iescobill.pk
URL della Pagina di Aiuto https://iescobill.pk/contact-us/
URL della Pagina della Politica sulla Privacy https://lescobill.pk/privacy-policy
Lingue Supportate 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
}