SLT Usage Meter
This extension allows you to check your SLT broadband usage.
什麼是SLT Usage Meter?
SLT Usage Meter是由Ε Γ И І И О開發的Chrome擴展程式,該擴展的主要功能是“This extension allows you to check your SLT broadband usage.”。
擴展截圖
下載SLT Usage Meter擴展crx文件
下載SLT Usage Meter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Now works with Captcha Code! If you are a Sri Lankan SLT Broadband user, you normally log into their website to check your monthly usage. This small extension allows you to check the usage just by clicking a button. Enjoy! How to use: 1. Enter your User Id and click Next. Your user id is the part before the @ sign in your broadband username. 2. Now enter your Portal Password and click Save. If you have not registered yet, please go to https://www.internetvas.slt.lk/SLTVasPortal-war/register/register.jsp 3. Boom! Your monthly total usage will be shown along with the peak download volume. The background color will change when you are near the end of your quota. 4. Click anywhere on the panel to get different views of the same. Your preference will be saved. 5. Click the 3 dots to modify your credentials. If you want the same; for Firefox, it's here: https://addons.mozilla.org/en-US/firefox/addon/slt-usage-meter for Android, it's here: https://play.google.com/store/apps/details?id=lk.elnino.sltusagemeter
擴展基本資訊
名稱 | SLT Usage Meter |
ID | hofjanlkemfjdabokampgoehhfifbbjc |
官方網址 | https://chromewebstore.google.com/detail/slt-usage-meter/hofjanlkemfjdabokampgoehhfifbbjc |
簡介 | This extension allows you to check your SLT broadband usage. |
檔案大小 | 62.8 KB |
安裝次數 | 3,924 |
目前版本 | 3.2 |
更新時間 | 2016-03-18 |
上架時間 | 2016-03-18 |
評分 | 3.82/5 共 187 次評分 |
開發者 | Ε Γ И І И О |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.facebook.com/sltusagemeter |
說明頁面URL | http://www.elnino.lk/2013/02/slt-usage-meter-chrome-extension.html |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SLT Usage Meter", "short_name": "SLT Usage", "description": "This extension allows you to check your SLT broadband usage.", "version": "3.2", "permissions": [ "https:\/\/www.internetvas.slt.lk\/SLTVasPortal-war\/application\/login.nable", "https:\/\/www.internetvas.slt.lk\/SLTVasPortal-war\/application\/usage.nable", "alarms" ], "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_popup": "popup.html", "default_title": "SLT Usage Meter" }, "web_accessible_resources": [ "settings.png", "logo.png", "ad.png" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] } } |