VITTY

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

O que é VITTY?

VITTY é uma extensão do Chrome desenvolvida por https://dscvit.com, e sua principal característica é "With VITTY you can easily access your VIT timetable wherever you are! Simply upload your VIT timetable & Never miss a class again!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão VITTY

Baixe arquivos de extensão VITTY no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome VITTY VITTY
ID eeohmkjefmpmddidkjadpifbfcplkifh
URL Oficial https://chromewebstore.google.com/detail/vitty/eeohmkjefmpmddidkjadpifbfcplkifh
Descrição With VITTY you can easily access your VIT timetable wherever you are! Simply upload your VIT timetable & Never miss a class again!
Tamanho do Arquivo 1.88 MB
Contagem de Instalações 1,165
Versão Atual 2.0
Última Atualização 2022-02-11
Data de Publicação 2021-07-17
Classificação 4.27/5 Total de 11 Avaliações
Desenvolvedor https://dscvit.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://play.google.com/store/apps/details?id=com.dscvit.vitty
URL da Página de Política de Privacidade https://dscvit.com/privacy-policy
Idiomas Suportados 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'"
}