IESCO Bill
Check IESCO electricity bill. Enter reference number and and see your iesco wapda bill now.
Co to jest IESCO Bill?
IESCO Bill to rozszerzenie Chrome opracowane przez https://iescobill.pk, a jego główną funkcją jest „Check IESCO electricity bill. Enter reference number and and see your iesco wapda bill now.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia IESCO Bill
Pobierz pliki rozszerzeń IESCO Bill w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | IESCO Bill |
ID | dciljajhpmcoaeihjeajpollhddgggll |
Oficjalny URL | https://chromewebstore.google.com/detail/iesco-bill/dciljajhpmcoaeihjeajpollhddgggll |
Opis | Check IESCO electricity bill. Enter reference number and and see your iesco wapda bill now. |
Rozmiar pliku | 26.81 KB |
Liczba instalacji | 61 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2020-10-19 |
Data Publikacji | 2020-10-19 |
Deweloper | https://iescobill.pk |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://iescobill.pk |
Adres URL Strony Pomocy | https://iescobill.pk/contact-us/ |
Adres URL Strony Polityki Prywatności | https://lescobill.pk/privacy-policy |
Obsługiwane Języki | 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 } |