Airtel Balance Quota

This extension shows the remaining GBs for current bill cycle

Airtel Balance Quotaคืออะไร?

Airtel Balance Quota เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sumeet shah และคุณลักษณะหลักของมันคือ "This extension shows the remaining GBs for current bill cycle"

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

screenshot

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

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

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

                        This extension shows the remaining GBs for current bill cycle                    

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

ชื่อ Airtel Balance Quota Airtel Balance Quota
ID geolfkpcjeeoblejgpfkkfhnihbnlfci
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/airtel-balance-quota/geolfkpcjeeoblejgpfkkfhnihbnlfci
คำอธิบาย This extension shows the remaining GBs for current bill cycle
ขนาดไฟล์ 531 KB
จำนวนการติดตั้ง 57
เวอร์ชันปัจจุบัน 1.30
อัปเดตครั้งล่าสุด 2016-09-18
วันที่เผยแพร่ 2016-09-18
คะแนน 4.38/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา sumeet shah
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Airtel Balance Quota",
    "description": "This extension shows the remaining GBs for current bill cycle",
    "version": "1.30",
    "background": {
        "persistent": true,
        "scripts": [
            "jquery-1.11.1.min.js",
            "common.js",
            "background.js"
        ]
    },
    "permissions": [
        "http:\/\/122.160.230.125:8080\/gbod\/gb_on_demand.do",
        "storage"
    ],
    "browser_action": {
        "default_icon": "Red16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "Red16.png",
        "48": "Red48.png",
        "128": "Red128.png"
    }
}