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 |
公式URL | 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 レビュー |
開発者 | Ε Γ И І И О |
Eメール | [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" ] } } |