VITTY
With VITTY you can easily access your VIT timetable wherever you are! Simply upload your VIT timetable & Never miss a class again!
什么是VITTY?
VITTY是由https://dscvit.com开发的Chrome扩展程序,该扩展的主要功能是“With VITTY you can easily access your VIT timetable wherever you are! Simply upload your VIT timetable & Never miss a class again!”。
扩展截图
下载VITTY扩展crx文件
下载VITTY扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | VITTY |
ID | eeohmkjefmpmddidkjadpifbfcplkifh |
官方URL | https://chromewebstore.google.com/detail/vitty/eeohmkjefmpmddidkjadpifbfcplkifh |
简介 | With VITTY you can easily access your VIT timetable wherever you are! Simply upload your VIT timetable & Never miss a class again! |
文件大小 | 1.88 MB |
安装次数 | 1,165 |
当前版本 | 2.0 |
更新时间 | 2022-02-11 |
上架时间 | 2021-07-17 |
评分 | 4.27/5 共11次评分 |
开发者 | https://dscvit.com |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://play.google.com/store/apps/details?id=com.dscvit.vitty |
隐私政策页面URL | https://dscvit.com/privacy-policy |
支持的语言 | 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'" } |