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!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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 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
Eメール [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'"
}