Import Halo Assignments
Import assignments from Halo into Notion
Import Halo Assignmentsとは何ですか?
Import Halo AssignmentsはElijah Oによって開発されたChromeの拡張機能で、その主な機能は「Import assignments from Halo into Notion」です。
拡張機能のスクリーンショット
Import Halo Assignments拡張機能のCRXファイルをダウンロード
Import Halo Assignments拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
📝 Setup Guide 📝 - https://elijaho.notion.site/Import-Halo-Assignments-bb29114c25294a14a2fc24247fbabe53 Automatically imports all your assignments from Halo into Notion, saving students the struggle of transferring them all by hand. Like this? Check out my other extension "Halo Notification Service"!
拡張機能の基本情報
名前 | |
ID | glmpmdokipmdllmnccaclbmcpdojenfi |
公式URL | https://chromewebstore.google.com/detail/import-halo-assignments/glmpmdokipmdllmnccaclbmcpdojenfi |
説明 | Import assignments from Halo into Notion |
ファイルサイズ | 108 KB |
インストール数 | 64 |
現在のバージョン | 1.1.0 |
最終更新日 | 2023-02-20 |
公開日 | 2022-09-30 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | Elijah O |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://elijaho.notion.site/Import-Halo-Assignments-bb29114c25294a14a2fc24247fbabe53 |
ヘルプページのURL | https://discord.gg/mY563YHScv |
プライバシーポリシーページのURL | https://elijaho.notion.site/Privacy-Policy-d3c58e616cfa474b8dbcfc587892af46 |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Import Halo Assignments", "version": "1.1.0", "description": "Import assignments from Halo into Notion", "host_permissions": [ "*:\/\/halo.gcu.edu\/" ], "permissions": [ "cookies", "identity", "storage" ], "minimum_chrome_version": "92", "action": { "default_icon": { "16": "static\/icon-16.png", "32": "static\/icon-32.png", "48": "static\/icon-48.png", "128": "static\/icon-128.png" }, "default_popup": "popup\/index.html" }, "background": { "service_worker": "background.js", "type": "module" }, "icons": { "16": "static\/icon-16.png", "32": "static\/icon-32.png", "48": "static\/icon-48.png", "128": "static\/icon-128.png" } } |