Airtel Balance Quota
This extension shows the remaining GBs for current bill cycle
Airtel Balance Quota क्या है?
Airtel Balance Quota sumeet shah द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension shows the remaining GBs for current bill cycle"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Airtel Balance Quota एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension shows the remaining GBs for current bill cycle
एक्सटेंशन की मूल जानकारी
नाम | 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" } } |