IESCO Bill

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

ما هو IESCO Bill؟

IESCO Bill هو إضافة Chrome تم تطويرها بواسطة https://iescobill.pk، والميزة الرئيسية لها هي "Check IESCO electricity bill. Enter reference number and and see your iesco wapda bill now.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة IESCO Bill

قم بتنزيل ملفات الامتداد IESCO Bill بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان URL الرسمي 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
عنوان صفحة المساعدة https://iescobill.pk/contact-us/
عنوان صفحة سياسة الخصوصية 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
}