Airtel Data Usage Info

Your Airtel Data Usage Info.

Airtel Data Usage Info란 무엇입니까?

Airtel Data Usage Info은(는) Amit에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Your Airtel Data Usage Info."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Airtel Data Usage Info 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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