Minerva Autoregistration
A Chrome Extension for Minerva Autoregistration functionality.
Minerva Autoregistrationとは何ですか?
Minerva Autoregistrationはkozirisdevによって開発されたChromeの拡張機能で、その主な機能は「A Chrome Extension for Minerva Autoregistration functionality.」です。
拡張機能のスクリーンショット
Minerva Autoregistration拡張機能のCRXファイルをダウンロード
Minerva Autoregistration拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A tool that checks Minerva for course seat availability on a timed interval and auto-registers for a course if it isn't full. Note: Does not work for courses that have wait lists. License: This Chrome extension is free and open source. The source code can be found on github and is provided under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. The GNU General Public License can be found at https://www.gnu.org/licenses/gpl-3.0.html. Users are solely responsible for deciding if MinervaAutoregistration is compliant with McGill's Policy on the Responsible Use of IT Resources. McGill and Minerva have no affiliation with this software.
拡張機能の基本情報
名前 | Minerva Autoregistration |
ID | ihcbooikjllhhpjkihabbfcccbhgeham |
公式URL | https://chromewebstore.google.com/detail/minerva-autoregistration/ihcbooikjllhhpjkihabbfcccbhgeham |
説明 | A Chrome Extension for Minerva Autoregistration functionality. |
ファイルサイズ | 46.71 KB |
インストール数 | 208 |
現在のバージョン | 1.0.11 |
最終更新日 | 2019-03-13 |
公開日 | 2019-03-13 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | kozirisdev |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://demetrios-koziris.github.io/MinervaAutoregistration |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Minerva Autoregistration", "author": "kozirisdev", "manifest_version": 2, "version": "1.0.11", "description": "A Chrome Extension for Minerva Autoregistration functionality.", "permissions": [ "declarativeContent", "*:\/\/horizon.mcgill.ca\/*", "*:\/\/demetrios-koziris.github.io\/*" ], "background": { "scripts": [ "js\/backgroundHTTP.js", "js\/background.js" ], "persistent": false }, "browser_action": { "default_icon": { "38": "icons\/mar-128.png", "128": "icons\/mar-128.png" } }, "icons": { "128": "icons\/mar-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/horizon.mcgill.ca\/*", "*:\/\/demetrios-koziris.github.io\/*" ], "js": [ "lib\/jquery-1.11.2.min.js", "js\/autoregistration.js" ] } ] } |