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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dscvit.com และคุณลักษณะหลักของมันคือ "With VITTY you can easily access your VIT timetable wherever you are! Simply upload your VIT timetable & Never miss a class again!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VITTY
ดาวน์โหลดไฟล์ส่วนขยาย 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'" } |