LESCO Bill

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

What is LESCO Bill?

LESCO Bill is a Chrome extension developed by https://lescobill.pk, and its main feature is "Check LESCO electricity bill. Enter reference number and and see your lesco wapda bill now.".

Extension Screenshots

screenshot

Download LESCO Bill Extension CRX File

Download LESCO Bill extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name LESCO Bill LESCO Bill
ID hoalfeddlmgpbhgkbmelmdmofladlfbb
Official URL https://chromewebstore.google.com/detail/lesco-bill/hoalfeddlmgpbhgkbmelmdmofladlfbb
Description Check LESCO electricity bill. Enter reference number and and see your lesco wapda bill now.
File Size 40.76 KB
Installation Count 109
Current Version 1.0
Last Updated 2020-10-19
Publish Date 2020-10-13
Developer https://lescobill.pk
Email [email protected]
Payment Type free
Extension Website https://lescobill.pk
Help Page URL https://lescobill.pk/contact-us/
Privacy Policy Page URL https://lescobill.pk/privacy-policy
Supported Languages 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
}