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文件
下载SLT Usage Meter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 } } |