VITTY
With VITTY you can easily access your VIT timetable wherever you are! Simply upload your VIT timetable & Never miss a class again!
ما هو VITTY؟
VITTY هو إضافة Chrome تم تطويرها بواسطة https://dscvit.com، والميزة الرئيسية لها هي "With VITTY you can easily access your VIT timetable wherever you are! Simply upload your VIT timetable & Never miss a class again!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة VITTY
قم بتنزيل ملفات الامتداد VITTY بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
VITTY is a Chrome extension for VIT students that syncs with the mobile application and ensures easy access to their timetables, anywhere, everywhere! All you have to do is upload your timetable once, and you’ll receive desktop notifications 5 minutes before a class starts! Features: Upload your VIT timetable in text or image format! Easy access to timetable whenever required! Receive alerts about classes 5 minutes in advance!
معلومات أساسية عن التمديد
الاسم | VITTY |
ID | eeohmkjefmpmddidkjadpifbfcplkifh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/vitty/eeohmkjefmpmddidkjadpifbfcplkifh |
الوصف | With VITTY you can easily access your VIT timetable wherever you are! Simply upload your VIT timetable & Never miss a class again! |
حجم الملف | 1.88 MB |
عدد التثبيتات | 1,165 |
النسخة الحالية | 2.0 |
آخر تحديث | 2022-02-11 |
تاريخ النشر | 2021-07-17 |
تقييم | 4.27/5 مجموع تقييمات 11 |
المطور | https://dscvit.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة المساعدة | https://play.google.com/store/apps/details?id=com.dscvit.vitty |
عنوان صفحة سياسة الخصوصية | https://dscvit.com/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "VITTY", "description": "With VITTY you can easily access your VIT timetable wherever you are! Simply upload your VIT timetable & Never miss a class again!", "version": "2.0", "manifest_version": 2, "background": { "scripts": [ "background\/main.js" ], "persistent": false }, "browser_action": { "default_popup": "index.html", "default_title": "Open the popup" }, "icons": { "16": "logo.png", "48": "logo.png", "64": "logo.png" }, "permissions": [ "storage", "https:\/\/vittyapi.dscvit.com\/*", "alarms", "notifications" ], "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'" } |