IESCO Bill
Check IESCO electricity bill. Enter reference number and and see your iesco wapda bill now.
Vad är IESCO Bill?
IESCO Bill är en Chrome-tillägg utvecklad av https://iescobill.pk, och dess huvudfunktion är "Check IESCO electricity bill. Enter reference number and and see your iesco wapda bill now.".
Tilläggsskärmbilder
Ladda ner IESCO Bill-förlängningens CRX-fil
Ladda ner IESCO Bill-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | dciljajhpmcoaeihjeajpollhddgggll | 
| Officiell webbadress | https://chromewebstore.google.com/detail/iesco-bill/dciljajhpmcoaeihjeajpollhddgggll | 
| Beskrivning | Check IESCO electricity bill. Enter reference number and and see your iesco wapda bill now. | 
| Filstorlek | 26.81 KB | 
| Antal Installationer | 61 | 
| Aktuell Version | 1.0 | 
| Senast Uppdaterad | 2020-10-19 | 
| Publiceringsdatum | 2020-10-19 | 
| Utvecklare | https://iescobill.pk | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://iescobill.pk | 
| Hjälpsida URL | https://iescobill.pk/contact-us/ | 
| URL till Sekretesspolicy Sidan | https://lescobill.pk/privacy-policy | 
| Stödda Språk | 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
}  |  |