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 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 फ़ाइल डाउनलोड करें
crx प्रारूप में VITTY एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ URL | https://play.google.com/store/apps/details?id=com.dscvit.vitty |
गोपनीयता नीति पृष्ठ URL | 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'" } |