IESCO Bill
Check IESCO electricity bill. Enter reference number and and see your iesco wapda bill now.
IESCO Bill क्या है?
IESCO Bill https://iescobill.pk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check IESCO electricity bill. Enter reference number and and see your iesco wapda bill now."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में IESCO Bill एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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 |
सहायता पृष्ठ 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 } |