Import Halo Assignments

Import assignments from Halo into Notion

Was ist Import Halo Assignments?

Import Halo Assignments ist eine Chrome-Erweiterung, die von Elijah O entwickelt wurde, und ihr Hauptmerkmal ist "Import assignments from Halo into Notion".

Erweiterungsscreenshots

screenshot

Import Halo Assignments-Erweiterungs-CRX-Datei herunterladen

Laden Sie Import Halo Assignments-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        📝 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"!                    

Grundlegende Informationen zur Erweiterung

Name Import Halo Assignments Import Halo Assignments
ID glmpmdokipmdllmnccaclbmcpdojenfi
Offizielle URL https://chromewebstore.google.com/detail/import-halo-assignments/glmpmdokipmdllmnccaclbmcpdojenfi
Beschreibung Import assignments from Halo into Notion
Dateigröße 108 KB
Installationsanzahl 64
Aktuelle Version 1.1.0
Letztes Update 2023-02-20
Veröffentlichungsdatum 2022-09-30
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler Elijah O
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://elijaho.notion.site/Import-Halo-Assignments-bb29114c25294a14a2fc24247fbabe53
Hilfeseite URL https://discord.gg/mY563YHScv
URL der Datenschutzrichtlinien-Seite https://elijaho.notion.site/Privacy-Policy-d3c58e616cfa474b8dbcfc587892af46
Unterstützte Sprachen 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"
    }
}