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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης SLT Usage Meter
Λήψη αρχείων επέκτασης 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 Αξιολογήσεις |
Προγραμματιστής | Ε Γ И І И О |
Ηλεκτρονικό ταχυδρομείο | [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" ] } } |