LESCO Bill
Check LESCO electricity bill. Enter reference number and and see your lesco wapda bill now.
什么是LESCO Bill?
LESCO Bill是由https://lescobill.pk开发的Chrome扩展程序,该扩展的主要功能是“Check LESCO electricity bill. Enter reference number and and see your lesco wapda bill now.”。
扩展截图
下载LESCO Bill扩展crx文件
下载LESCO Bill扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Official lescobill.pk extension to quickly check LESCO latest bills. This extension asks for the reference number, and takes you to the bill view page.
扩展基本信息
名称 | LESCO Bill |
ID | hoalfeddlmgpbhgkbmelmdmofladlfbb |
官方URL | https://chromewebstore.google.com/detail/lesco-bill/hoalfeddlmgpbhgkbmelmdmofladlfbb |
简介 | Check LESCO electricity bill. Enter reference number and and see your lesco wapda bill now. |
文件大小 | 40.76 KB |
安装次数 | 109 |
当前版本 | 1.0 |
更新时间 | 2020-10-19 |
上架时间 | 2020-10-13 |
开发者 | https://lescobill.pk |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://lescobill.pk |
帮助页面URL | https://lescobill.pk/contact-us/ |
隐私政策页面URL | https://lescobill.pk/privacy-policy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LESCO Bill", "version": "1.0", "description": "Check LESCO electricity bill. Enter reference number and and see your lesco wapda bill now.", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab", "declarativeContent", "storage" ], "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/lescobill16.png", "32": "images\/lescobill32.png", "48": "images\/lescobill48.png", "128": "images\/lescobill128.png" } }, "icons": { "16": "images\/lescobill16.png", "32": "images\/lescobill32.png", "48": "images\/lescobill48.png", "128": "images\/lescobill128.png" }, "manifest_version": 2 } |