IESCO Bill

Check IESCO electricity bill. Enter reference number and and see your iesco wapda bill now.

什麼是IESCO Bill?

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

擴展截圖

screenshot

下載IESCO Bill擴展crx文件

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

擴展使用說明

                        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.                    

擴展基本資訊

名稱 IESCO Bill IESCO Bill
ID dciljajhpmcoaeihjeajpollhddgggll
官方網址 https://chromewebstore.google.com/detail/iesco-bill/dciljajhpmcoaeihjeajpollhddgggll
簡介 Check IESCO electricity bill. Enter reference number and and see your iesco wapda bill now.
檔案大小 26.81 KB
安裝次數 61
目前版本 1.0
更新時間 2020-10-19
上架時間 2020-10-19
開發者 https://iescobill.pk
電子郵箱 [email protected]
付費類型 free
擴展官網 https://iescobill.pk
說明頁面URL https://iescobill.pk/contact-us/
隱私政策頁面URL https://lescobill.pk/privacy-policy
支援的語言 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
}