VITTY

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

Qu'est-ce que VITTY ?

VITTY est une extension Chrome développée par https://dscvit.com, et sa fonction principale est "With VITTY you can easily access your VIT timetable wherever you are! Simply upload your VIT timetable & Never miss a class again!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension VITTY

Téléchargez les fichiers d'extension VITTY au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom VITTY VITTY
ID eeohmkjefmpmddidkjadpifbfcplkifh
URL Officiel https://chromewebstore.google.com/detail/vitty/eeohmkjefmpmddidkjadpifbfcplkifh
Description With VITTY you can easily access your VIT timetable wherever you are! Simply upload your VIT timetable & Never miss a class again!
Taille du Fichier 1.88 MB
Nombre d'Installations 1,165
Version Actuelle 2.0
Dernière Mise à Jour 2022-02-11
Date de Publication 2021-07-17
Évaluation 4.27/5 Total 11 Évaluations
Développeur https://dscvit.com
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://play.google.com/store/apps/details?id=com.dscvit.vitty
URL de la Page de Politique de Confidentialité https://dscvit.com/privacy-policy
Langues Prises en Charge 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'"
}