UOC Notifier

UOC notifier for Google Chrome

UOC Notifierとは何ですか?

UOC Notifierはuoc-notifierによって開発されたChromeの拡張機能で、その主な機能は「UOC notifier for Google Chrome」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Get the latest news and notifications on your Chrome!

Based on UOChrome from Jorge Aguilera

These are the amazing features!

 - Autologin to UOC
 - Get the latest notifications of what is happening in the classrooms
 - Check your calendar
 - Shorthand links to some interesting parts of the website
 - Get notified about PAC dates and grades!                    

拡張機能の基本情報

名前 UOC Notifier UOC Notifier
ID beiebnelcljchfoehaogncobmpelndgh
公式URL https://chromewebstore.google.com/detail/uoc-notifier/beiebnelcljchfoehaogncobmpelndgh
説明 UOC notifier for Google Chrome
ファイルサイズ 298 KB
インストール数 1,916
現在のバージョン 2.4.0
最終更新日 2022-06-13
公開日 2020-02-22
評価 4.85/5 合計 88 レビュー
開発者 uoc-notifier
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/UOC-notifier/UOC-notifier-chrome
ヘルプページのURL https://github.com/UOC-notifier/UOC-notifier-chrome/issues
プライバシーポリシーページのURL https://raw.githubusercontent.com/UOC-notifier/UOC-notifier-chrome/master/privacidad.md
対応言語 en,ca,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "img\/logo128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "__MSG_DESCRIPTION__",
    "icons": {
        "16": "img\/logo16.png",
        "32": "img\/logo32.png",
        "64": "img\/logo64.png",
        "128": "img\/logo128.png"
    },
    "default_locale": "en",
    "manifest_version": 2,
    "name": "__MSG_TITLE__",
    "options_page": "options.html",
    "permissions": [
        "*:\/\/*.uoc.edu\/*",
        "alarms",
        "idle",
        "cookies"
    ],
    "version": "2.4.0",
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.uoc.edu\/*"
            ],
            "css": [
                "theme\/styles.css"
            ],
            "js": [
                "theme\/uoctheme.js"
            ]
        }
    ]
}