IESCO Bill

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

What is IESCO Bill?

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

Extension Screenshots

screenshot

Download IESCO Bill Extension CRX File

Download IESCO 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

                        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.                    

Extension Basic Information

Name IESCO Bill IESCO Bill
ID dciljajhpmcoaeihjeajpollhddgggll
Official URL https://chromewebstore.google.com/detail/iesco-bill/dciljajhpmcoaeihjeajpollhddgggll
Description Check IESCO electricity bill. Enter reference number and and see your iesco wapda bill now.
File Size 26.81 KB
Installation Count 61
Current Version 1.0
Last Updated 2020-10-19
Publish Date 2020-10-19
Developer https://iescobill.pk
Email [email protected]
Payment Type free
Extension Website https://iescobill.pk
Help Page URL https://iescobill.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": "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
}