Import Halo Assignments
Import assignments from Halo into Notion
What is Import Halo Assignments?
Import Halo Assignments is a Chrome extension developed by Elijah O, and its main feature is "Import assignments from Halo into Notion".
Extension Screenshots
Download Import Halo Assignments Extension CRX File
Download Import Halo Assignments extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
📝 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"!
Extension Basic Information
Name | |
ID | glmpmdokipmdllmnccaclbmcpdojenfi |
Official URL | https://chromewebstore.google.com/detail/import-halo-assignments/glmpmdokipmdllmnccaclbmcpdojenfi |
Description | Import assignments from Halo into Notion |
File Size | 108 KB |
Installation Count | 64 |
Current Version | 1.1.0 |
Last Updated | 2023-02-20 |
Publish Date | 2022-09-30 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Elijah O |
[email protected] | |
Payment Type | free |
Extension Website | https://elijaho.notion.site/Import-Halo-Assignments-bb29114c25294a14a2fc24247fbabe53 |
Help Page URL | https://discord.gg/mY563YHScv |
Privacy Policy Page URL | https://elijaho.notion.site/Privacy-Policy-d3c58e616cfa474b8dbcfc587892af46 |
Supported Languages | 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" } } |