SLT Usage Meter

SLT Usage Meter allows you to view Sri Lanka Telecom broadband usage

SLT Usage Meter क्या है?

SLT Usage Meter AnyThink द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "SLT Usage Meter allows you to view Sri Lanka Telecom broadband usage"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SLT Usage Meter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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
    }
}