VITTY
With VITTY you can easily access your VIT timetable wherever you are! Simply upload your VIT timetable & Never miss a class again!
Was ist VITTY?
VITTY ist eine Chrome-Erweiterung, die von https://dscvit.com entwickelt wurde, und ihr Hauptmerkmal ist "With VITTY you can easily access your VIT timetable wherever you are! Simply upload your VIT timetable & Never miss a class again!".
Erweiterungsscreenshots
VITTY-Erweiterungs-CRX-Datei herunterladen
Laden Sie VITTY-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | VITTY |
ID | eeohmkjefmpmddidkjadpifbfcplkifh |
Offizielle URL | https://chromewebstore.google.com/detail/vitty/eeohmkjefmpmddidkjadpifbfcplkifh |
Beschreibung | With VITTY you can easily access your VIT timetable wherever you are! Simply upload your VIT timetable & Never miss a class again! |
Dateigröße | 1.88 MB |
Installationsanzahl | 1,165 |
Aktuelle Version | 2.0 |
Letztes Update | 2022-02-11 |
Veröffentlichungsdatum | 2021-07-17 |
Bewertung | 4.27/5 Insgesamt 11 Bewertungen |
Entwickler | https://dscvit.com |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | https://play.google.com/store/apps/details?id=com.dscvit.vitty |
URL der Datenschutzrichtlinien-Seite | https://dscvit.com/privacy-policy |
Unterstützte Sprachen | 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'" } |