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.                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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
}  |  |