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 |
官方網址 | 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'" } |