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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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'" } |