Airtel Data Usage

This extension is a graphical tool to check your remaining data balance and analyze your past airtel broadband internet usage.

Airtel Data Usageคืออะไร?

Airtel Data Usage เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ravi Kumar Nimmi และคุณลักษณะหลักของมันคือ "This extension is a graphical tool to check your remaining data balance and analyze your past airtel broadband internet usage."

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

screenshot
screenshot
screenshot

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

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

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

                        You can see your remaining internet balance on the extension icon. This extension is not official and is not developed by Airtel Telecommunications.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Airtel Data Usage Airtel Data Usage
ID nkfdjeajgnkaalgkmkijbokclbkbgmoe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/airtel-data-usage/nkfdjeajgnkaalgkmkijbokclbkbgmoe
คำอธิบาย This extension is a graphical tool to check your remaining data balance and analyze your past airtel broadband internet usage.
ขนาดไฟล์ 1.11 MB
จำนวนการติดตั้ง 141
เวอร์ชันปัจจุบัน 3.0.2
อัปเดตครั้งล่าสุด 2020-05-28
วันที่เผยแพร่ 2020-05-28
คะแนน 4.42/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา Ravi Kumar Nimmi
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Airtel Data Usage",
    "description": "This extension is a graphical tool to check your remaining data balance and analyze your past airtel broadband internet usage.",
    "version": "3.0.2",
    "icons": {
        "128": "images\/icon.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "main.html"
    },
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "background": {
        "scripts": [
            "js\/jquery-2.2.1.min.js",
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "https:\/\/www.airtel.in\/",
        "http:\/\/122.160.230.125:8080\/"
    ]
}