SLT Usage Meter
SLT Usage Meter allows you to view Sri Lanka Telecom broadband usage
SLT Usage Meter란 무엇입니까?
SLT Usage Meter은(는) AnyThink에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SLT Usage Meter allows you to view Sri Lanka Telecom broadband usage"입니다.
확장 프로그램 스크린샷
SLT Usage Meter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
You must be a Sri Lanka Telecom broadband user in order to use this extension. Just login to the extension using usual portal username and password. Then simply click on the extension icon (Top right corner of the browser). It's hassle free, easy and faster. Then you can, ☑️ View current usage and remaining usage (Click on extension icon) ☑️ View daily usable average (Hover mouse on usage) ☑️ View monthly usage of past months (Navigate to daily usage history) ☑️ View other details about data usage *** No any personal user data is collected Suggestions or feedback : [email protected] Note : This is NOT an official product of Sri Lanka Telecom PLC and has no affiliation with Sri Lanka Telecom PLC. This product is intended to be merely a productivity tool.
확장 프로그램 기본 정보
이름 | SLT Usage Meter |
ID | hibefehnldcopnkfjihkflpjibfnhcif |
공식 URL | https://chromewebstore.google.com/detail/slt-usage-meter/hibefehnldcopnkfjihkflpjibfnhcif |
설명 | SLT Usage Meter allows you to view Sri Lanka Telecom broadband usage |
파일 크기 | 2.14 MB |
설치 횟수 | 7,741 |
현재 버전 | 2.4 |
최근 업데이트 | 2022-07-08 |
출시 날짜 | 2020-06-12 |
평점 | 4.36/5 총 28 개의 평점 |
개발자 | AnyThink |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://fiverr-plus.vercel.app/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SLT Usage Meter", "description": "SLT Usage Meter allows you to view Sri Lanka Telecom broadband usage", "version": "2.4", "manifest_version": 2, "permissions": [ "storage", "alarms", "notifications", "contextMenus", "https:\/\/internetvas.slt.lk\/*", "https:\/\/omniscapp.slt.lk\/*" ], "options_page": "options.html", "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/favicon-16x16.png", "32": "images\/favicon-32x32.png", "96": "images\/favicon-96x96.png", "128": "images\/favicon-128x128.png", "196": "images\/favicon-196x196.png" } }, "icons": { "16": "images\/favicon-16x16.png", "32": "images\/favicon-32x32.png", "96": "images\/favicon-96x96.png", "128": "images\/favicon-128x128.png", "196": "images\/favicon-196x196.png" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |