Calendarize WebReg

Export your WebReg schedule to your calendars in one click.

Calendarize WebRegとは何ですか?

Calendarize WebRegはhttps://adoryvo.comによって開発されたChromeの拡張機能で、その主な機能は「Export your WebReg schedule to your calendars in one click.」です。

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

screenshot

Calendarize WebReg拡張機能のCRXファイルをダウンロード

Calendarize WebReg拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Highlights:
- Adds your classes as recurring events
- Adds your finals as one time events
- Importable into calendar apps like Google Calendar, Outlook, etc.
- Tested on UCSD WebReg schedules

When you click the extension, your browser runs a script (AKA a program) that takes the text in your WebReg table, organizes it into your schedule information, and creates a `.ics` calendar file.

If you have any concerns about privacy, the program does not store any of the information read in. You may view the source code and read our privacy policy to verify this.                    

拡張機能の基本情報

名前 Calendarize WebReg Calendarize WebReg
ID jloojoppodnaciefbgkokahoglmgpelf
公式URL https://chromewebstore.google.com/detail/calendarize-webreg/jloojoppodnaciefbgkokahoglmgpelf
説明 Export your WebReg schedule to your calendars in one click.
ファイルサイズ 12.04 KB
インストール数 28
現在のバージョン 1.0.1
最終更新日 2023-08-17
公開日 2023-08-07
開発者 https://adoryvo.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://adoryvo.github.io/calendarize-webreg/
ヘルプページのURL https://forms.gle/nv2LUzE4SQ3fQVmX7
プライバシーポリシーページのURL https://github.com/AdoryVo/privacy-policy/blob/main/chrome-extensions.md
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Calendarize WebReg",
    "description": "Export your WebReg schedule to your calendars in one click.",
    "version": "1.0.1",
    "action": {
        "default_title": "Calendarize WebReg",
        "default_icon": "images\/icon-128.png"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    }
}