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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

SLT Usage Meter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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 개의 평점
개발자 Ε Γ И І И О
이메일 [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"
        ]
    }
}