VITTY

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

¿Qué es VITTY?

VITTY es una extensión de Chrome desarrollada por https://dscvit.com, y su función principal es "With VITTY you can easily access your VIT timetable wherever you are! Simply upload your VIT timetable & Never miss a class again!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión VITTY

Descarga archivos de extensión VITTY en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre VITTY VITTY
ID eeohmkjefmpmddidkjadpifbfcplkifh
URL Oficial https://chromewebstore.google.com/detail/vitty/eeohmkjefmpmddidkjadpifbfcplkifh
Descripción With VITTY you can easily access your VIT timetable wherever you are! Simply upload your VIT timetable & Never miss a class again!
Tamaño del Archivo 1.88 MB
Cantidad de Instalaciones 1,165
Versión Actual 2.0
Última Actualización 2022-02-11
Fecha de Publicación 2021-07-17
Calificación 4.27/5 Total de 11 Calificaciones
Desarrollador https://dscvit.com
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Ayuda https://play.google.com/store/apps/details?id=com.dscvit.vitty
URL de la Página de Política de Privacidad https://dscvit.com/privacy-policy
Idiomas Soportados 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'"
}