VITTY

With VITTY you can easily access your VIT timetable wherever you are! Simply upload your VIT timetable & Never miss a class again!

Wat is VITTY?

VITTY is een Chrome-extensie ontwikkeld door https://dscvit.com, en de belangrijkste functie is "With VITTY you can easily access your VIT timetable wherever you are! Simply upload your VIT timetable & Never miss a class again!".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie VITTY

Download VITTY-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam VITTY VITTY
ID eeohmkjefmpmddidkjadpifbfcplkifh
Officiële URL https://chromewebstore.google.com/detail/vitty/eeohmkjefmpmddidkjadpifbfcplkifh
Beschrijving With VITTY you can easily access your VIT timetable wherever you are! Simply upload your VIT timetable & Never miss a class again!
Bestandsgrootte 1.88 MB
Aantal Installaties 1,165
Huidige Versie 2.0
Laatst Bijgewerkt 2022-02-11
Publicatiedatum 2021-07-17
Beoordeling 4.27/5 Totaal 11 Beoordelingen
Ontwikkelaar https://dscvit.com
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://play.google.com/store/apps/details?id=com.dscvit.vitty
URL van de Privacybeleid Pagina https://dscvit.com/privacy-policy
Ondersteunde Talen 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'"
}