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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |