VITTY

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

Co je VITTY?

VITTY je rozšíření Chrome vyvinuté https://dscvit.com, a jeho hlavní funkcí je „With VITTY you can easily access your VIT timetable wherever you are! Simply upload your VIT timetable & Never miss a class again!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření VITTY

Stáhněte si soubory rozšíření VITTY ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název VITTY VITTY
ID eeohmkjefmpmddidkjadpifbfcplkifh
Oficiální URL https://chromewebstore.google.com/detail/vitty/eeohmkjefmpmddidkjadpifbfcplkifh
Popis With VITTY you can easily access your VIT timetable wherever you are! Simply upload your VIT timetable & Never miss a class again!
Velikost souboru 1.88 MB
Počet instalací 1,165
Aktuální Verze 2.0
Poslední Aktualizace 2022-02-11
Datum Vydání 2021-07-17
Hodnocení 4.27/5 Celkem 11 Hodnocení
Vývojář https://dscvit.com
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://play.google.com/store/apps/details?id=com.dscvit.vitty
URL Stránky Zásad Ochrany Soukromí https://dscvit.com/privacy-policy
Podporované Jazyky 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'"
}