Airtel Balance Quota

This extension shows the remaining GBs for current bill cycle

Airtel Balance Quota là gì?

Airtel Balance Quota là một tiện ích mở rộng Chrome được phát triển bởi sumeet shah, và tính năng chính của nó là "This extension shows the remaining GBs for current bill cycle".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Airtel Balance Quota

Tải xuống các tệp mở rộng Airtel Balance Quota dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This extension shows the remaining GBs for current bill cycle                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Airtel Balance Quota Airtel Balance Quota
ID geolfkpcjeeoblejgpfkkfhnihbnlfci
URL Chính Thức https://chromewebstore.google.com/detail/airtel-balance-quota/geolfkpcjeeoblejgpfkkfhnihbnlfci
Mô tả This extension shows the remaining GBs for current bill cycle
Kích Thước Tệp 531 KB
Số Lần Cài Đặt 57
Phiên Bản Hiện Tại 1.30
Cập Nhật Lần Cuối 2016-09-18
Ngày Phát Hành 2016-09-18
Đánh Giá 4.38/5 Tổng số 8 Đánh Giá
Nhà Phát Triển sumeet shah
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}