IESCO Bill
Check IESCO electricity bill. Enter reference number and and see your iesco wapda bill now.
Hvad er IESCO Bill?
IESCO Bill er en Chrome-udvidelse udviklet af https://iescobill.pk, og dens hovedfunktion er "Check IESCO electricity bill. Enter reference number and and see your iesco wapda bill now.".
Udvidelsesskærmbilleder
Download IESCO Bill-udvidelses-CRX-fil
Download IESCO Bill-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | IESCO Bill |
ID | dciljajhpmcoaeihjeajpollhddgggll |
Officiel URL | https://chromewebstore.google.com/detail/iesco-bill/dciljajhpmcoaeihjeajpollhddgggll |
Beskrivelse | Check IESCO electricity bill. Enter reference number and and see your iesco wapda bill now. |
Filstørrelse | 26.81 KB |
Antal Installationer | 61 |
Nuværende Version | 1.0 |
Senest Opdateret | 2020-10-19 |
Udgivelsesdato | 2020-10-19 |
Udvikler | https://iescobill.pk |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://iescobill.pk |
Hjælpeside-URL | https://iescobill.pk/contact-us/ |
URL til Fortrolighedspolitik Side | https://lescobill.pk/privacy-policy |
Understøttede Sprog | 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 } |