SLT Usage Meter

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

SLT Usage Meterคืออะไร?

SLT Usage Meter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AnyThink และคุณลักษณะหลักของมันคือ "SLT Usage Meter allows you to view Sri Lanka Telecom broadband usage"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SLT Usage Meter

ดาวน์โหลดไฟล์ส่วนขยาย SLT Usage Meter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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