LESCO Bill

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

Co to jest LESCO Bill?

LESCO Bill to rozszerzenie Chrome opracowane przez https://lescobill.pk, a jego główną funkcją jest „Check LESCO electricity bill. Enter reference number and and see your lesco wapda bill now.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia LESCO Bill

Pobierz pliki rozszerzeń LESCO 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa LESCO Bill LESCO Bill
ID hoalfeddlmgpbhgkbmelmdmofladlfbb
Oficjalny URL https://chromewebstore.google.com/detail/lesco-bill/hoalfeddlmgpbhgkbmelmdmofladlfbb
Opis Check LESCO electricity bill. Enter reference number and and see your lesco wapda bill now.
Rozmiar pliku 40.76 KB
Liczba instalacji 109
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2020-10-19
Data Publikacji 2020-10-13
Deweloper https://lescobill.pk
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://lescobill.pk
Adres URL Strony Pomocy https://lescobill.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": "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
}