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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IESCO Bill
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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 } |