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 |
Eメール | [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 } |