LESCO Bill

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

Cos'è LESCO Bill?

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

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione LESCO Bill

Scarica i file di estensione LESCO 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

                        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.                    

Informazioni di Base sull'Estensione

Nome LESCO Bill LESCO Bill
ID hoalfeddlmgpbhgkbmelmdmofladlfbb
URL Ufficiale https://chromewebstore.google.com/detail/lesco-bill/hoalfeddlmgpbhgkbmelmdmofladlfbb
Descrizione Check LESCO electricity bill. Enter reference number and and see your lesco wapda bill now.
Dimensione del File 40.76 KB
Conteggio Installazioni 109
Versione Corrente 1.0
Ultimo Aggiornamento 2020-10-19
Data di Pubblicazione 2020-10-13
Sviluppatore https://lescobill.pk
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://lescobill.pk
URL della Pagina di Aiuto https://lescobill.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": "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
}