LESCO Bill

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

什麼是LESCO Bill?

LESCO Bill是由https://lescobill.pk開發的Chrome擴展程式,該擴展的主要功能是“Check LESCO electricity bill. Enter reference number and and see your lesco wapda bill now.”。

擴展截圖

screenshot

下載LESCO Bill擴展crx文件

下載LESCO Bill擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}