LESCO Bill

Check LESCO electricity bill. Enter reference number and and see your lesco wapda bill now.

O que é LESCO Bill?

LESCO Bill é uma extensão do Chrome desenvolvida por https://lescobill.pk, e sua principal característica é "Check LESCO electricity bill. Enter reference number and and see your lesco wapda bill now.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão LESCO Bill

Baixe arquivos de extensão LESCO 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

                        Official lescobill.pk extension to quickly check LESCO latest bills. This extension asks for the reference number, and takes you to the bill view page.                    

Informações Básicas da Extensão

Nome LESCO Bill LESCO Bill
ID hoalfeddlmgpbhgkbmelmdmofladlfbb
URL Oficial https://chromewebstore.google.com/detail/lesco-bill/hoalfeddlmgpbhgkbmelmdmofladlfbb
Descrição Check LESCO electricity bill. Enter reference number and and see your lesco wapda bill now.
Tamanho do Arquivo 40.76 KB
Contagem de Instalações 109
Versão Atual 1.0
Última Atualização 2020-10-19
Data de Publicação 2020-10-13
Desenvolvedor https://lescobill.pk
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://lescobill.pk
URL da Página de Ajuda https://lescobill.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": "LESCO Bill",
    "version": "1.0",
    "description": "Check LESCO electricity bill. Enter reference number and and see your lesco wapda bill now.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/lescobill16.png",
            "32": "images\/lescobill32.png",
            "48": "images\/lescobill48.png",
            "128": "images\/lescobill128.png"
        }
    },
    "icons": {
        "16": "images\/lescobill16.png",
        "32": "images\/lescobill32.png",
        "48": "images\/lescobill48.png",
        "128": "images\/lescobill128.png"
    },
    "manifest_version": 2
}