IESCO Bill

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

IESCO Bill là gì?

IESCO Bill là một tiện ích mở rộng Chrome được phát triển bởi https://iescobill.pk, và tính năng chính của nó là "Check IESCO electricity bill. Enter reference number and and see your iesco wapda bill now.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng IESCO Bill

Tải xuống các tệp mở rộng IESCO Bill dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên IESCO Bill IESCO Bill
ID dciljajhpmcoaeihjeajpollhddgggll
URL Chính Thức https://chromewebstore.google.com/detail/iesco-bill/dciljajhpmcoaeihjeajpollhddgggll
Mô tả Check IESCO electricity bill. Enter reference number and and see your iesco wapda bill now.
Kích Thước Tệp 26.81 KB
Số Lần Cài Đặt 61
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-10-19
Ngày Phát Hành 2020-10-19
Nhà Phát Triển https://iescobill.pk
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://iescobill.pk
URL Trang Trợ Giúp https://iescobill.pk/contact-us/
URL Trang Chính Sách Bảo Mật https://lescobill.pk/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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
}