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.”。
扩展截图
下载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 |
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 } |