IESCO Bill
Check IESCO electricity bill. Enter reference number and and see your iesco wapda bill now.
O que é IESCO Bill?
IESCO Bill é uma extensão do Chrome desenvolvida por https://iescobill.pk, e sua principal característica é "Check IESCO electricity bill. Enter reference number and and see your iesco wapda bill now.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão IESCO Bill
Baixe arquivos de extensão IESCO Bill no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | IESCO Bill |
ID | dciljajhpmcoaeihjeajpollhddgggll |
URL Oficial | https://chromewebstore.google.com/detail/iesco-bill/dciljajhpmcoaeihjeajpollhddgggll |
Descrição | Check IESCO electricity bill. Enter reference number and and see your iesco wapda bill now. |
Tamanho do Arquivo | 26.81 KB |
Contagem de Instalações | 61 |
Versão Atual | 1.0 |
Última Atualização | 2020-10-19 |
Data de Publicação | 2020-10-19 |
Desenvolvedor | https://iescobill.pk |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://iescobill.pk |
URL da Página de Ajuda | https://iescobill.pk/contact-us/ |
URL da Página de Política de Privacidade | https://lescobill.pk/privacy-policy |
Idiomas Suportados | 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 } |