Airtel Data Usage
This extension is a graphical tool to check your remaining data balance and analyze your past airtel broadband internet usage.
ما هو Airtel Data Usage؟
Airtel Data Usage هو إضافة Chrome تم تطويرها بواسطة Ravi Kumar Nimmi، والميزة الرئيسية لها هي "This extension is a graphical tool to check your remaining data balance and analyze your past airtel broadband internet usage.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Airtel Data Usage
قم بتنزيل ملفات الامتداد Airtel Data Usage بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
You can see your remaining internet balance on the extension icon. This extension is not official and is not developed by Airtel Telecommunications.
معلومات أساسية عن التمديد
الاسم | Airtel Data Usage |
ID | nkfdjeajgnkaalgkmkijbokclbkbgmoe |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/airtel-data-usage/nkfdjeajgnkaalgkmkijbokclbkbgmoe |
الوصف | This extension is a graphical tool to check your remaining data balance and analyze your past airtel broadband internet usage. |
حجم الملف | 1.11 MB |
عدد التثبيتات | 141 |
النسخة الحالية | 3.0.2 |
آخر تحديث | 2020-05-28 |
تاريخ النشر | 2020-05-28 |
تقييم | 4.42/5 مجموع تقييمات 12 |
المطور | Ravi Kumar Nimmi |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Airtel Data Usage", "description": "This extension is a graphical tool to check your remaining data balance and analyze your past airtel broadband internet usage.", "version": "3.0.2", "icons": { "128": "images\/icon.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "main.html" }, "web_accessible_resources": [ "images\/*.png" ], "background": { "scripts": [ "js\/jquery-2.2.1.min.js", "background.js" ] }, "permissions": [ "storage", "https:\/\/www.airtel.in\/", "http:\/\/122.160.230.125:8080\/" ] } |