LESCO Bill

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

LESCO Bill क्या है?

LESCO Bill https://lescobill.pk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check LESCO electricity bill. Enter reference number and and see your lesco wapda bill now."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में LESCO Bill एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम LESCO Bill LESCO Bill
ID hoalfeddlmgpbhgkbmelmdmofladlfbb
आधिकारिक URL https://chromewebstore.google.com/detail/lesco-bill/hoalfeddlmgpbhgkbmelmdmofladlfbb
विवरण Check LESCO electricity bill. Enter reference number and and see your lesco wapda bill now.
फ़ाइल का आकार 40.76 KB
स्थापना संख्या 109
वर्तमान संस्करण 1.0
अंतिम अपडेट 2020-10-19
प्रकाशन तिथि 2020-10-13
डेवलपर https://lescobill.pk
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://lescobill.pk
सहायता पृष्ठ URL https://lescobill.pk/contact-us/
गोपनीयता नीति पृष्ठ URL https://lescobill.pk/privacy-policy
समर्थित भाषाएँ 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
}