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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Airtel Balance Quota
قم بتنزيل ملفات الامتداد Airtel Balance Quota بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" } } |