Airtel Data Usage Info

Your Airtel Data Usage Info.

Airtel Data Usage Infoคืออะไร?

Airtel Data Usage Info เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Amit และคุณลักษณะหลักของมันคือ "Your Airtel Data Usage Info."

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

screenshot
screenshot

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

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

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

                        This extension is for Indian users on Airtel Broadband. It will display current usage of you broadband cap. You can set refresh intervals on which your data usage will be fetched. 

Please note that this works "only" if you are on Airtel Broadband (not 3G or 4G) in India. This is NOT an official Airtel extension and I'am NOT linked to Airtel, apart from the fact that I'am an Airtel BB user :)                    

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

ชื่อ Airtel Data Usage Info Airtel Data Usage Info
ID aklhpebmhnlhidiaeeomoiakdfaehddj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/airtel-data-usage-info/aklhpebmhnlhidiaeeomoiakdfaehddj
คำอธิบาย Your Airtel Data Usage Info.
ขนาดไฟล์ 129 KB
จำนวนการติดตั้ง 235
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2012-09-08
วันที่เผยแพร่ 2012-09-08
คะแนน 2.63/5 รวมทั้งหมด 24 คะแนน
ผู้พัฒนา Amit
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://broadbandforum.in/airtel-broadband/81418-airtel-broadband-smartbytes-extension-google.html
URL หน้าช่วยเหลือ http://broadbandforum.in/airtel-broadband/81418-airtel-broadband-smartbytes-extension-google.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Airtel Data Usage Info",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Your Airtel Data Usage Info.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/122.160.230.125:8080\/*",
                "http:\/\/localhost\/*"
            ],
            "js": [
                "jquery-1.8.1.js",
                "airtelbackground.js"
            ]
        }
    ],
    "background": {
        "page": "airtelbackground.htm"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/122.160.230.125:8080\/gbod\/gb_on_demand.do",
        "http:\/\/localhost\/airteltest\/airtel.htm"
    ]
}