Notion Canvas Assignment Import

Automatically import Canvas assignments into a Notion database.

What is Notion Canvas Assignment Import?

Notion Canvas Assignment Import is a Chrome extension developed by JamesNZL, and its main feature is "Automatically import Canvas assignments into a Notion database.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Notion Canvas Assignment Import Extension CRX File

Download Notion Canvas Assignment Import 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

                        This extension parses the assignments from a Canvas LMS course assignments page and loads them into a Notion database, at just the click of a button—unlock your full time-management and productivity potential!

FEATURES

✓ Simple, user-friendly interface
✓ Provided Notion database template
✓ Configurable options, with input validation
✓ 'Category' database property for seamless integration into an existing tasks database
✓ No duplication of assignments already in the database
✓ Fine-tuning of database property names & values
✓ Overriding of Canvas course names
✓ Emojis for Notion page icons
✓ Open source
✓ Private and secure — all data is stored locally!

SETUP INSTRUCTIONS

Refer to the repository on GitHub:
• Click on 'Website' →; or
• Click the 'GitHub Repository' button in the extension; or
• Copy and paste: https://github.com/JamesNZL/notion-assignment-import#readme

DISCORD SERVER

Join the Discord server! https://discord.gg/k2jjmmVPeK

HOW IT WORKS

-- ASSIGNMENT PARSING

1. Assignments are fetched from the Canvas API.

2. Relevant information is extracted from each fetched assignment, and the following configurations applied:
2(a). Course Code Overrides, and
2(b). Page Emojis.

3. Fetched assignments are saved by course in browser local storage in a JSON-serialisable format.

-- NOTION IMPORT

4. The OAuth2 token is used to authorise with the Notion API.

5. The saved assignment data is retrieved from local storage.

6. The configured database is queried to avoid import of duplicate assignments (by matching assignment URLs).

7. The configured Database Properties are used to create a new database page for each assignment with the Notion API.

VERSION HISTORY

View the full changelog here:
https://github.com/JamesNZL/notion-assignment-import/blob/master/CHANGELOG.md

v4.3.3 — Updated valid emojis to match Notion
v4.3.2 — Fixed timezone and import reliability issues
v4.3.1 — Fixed homepage import bug
v4.3.0 — Added support for assignment descriptions, assignment points value, and renamed 'Available Date' to 'Unlock Date'
v4.2.5 — Fixed validation of database options, reset 'Authorise with Notion' button when restoring defaults
v4.2.4 — Fixed edge case where database select refresh button doesn't appear
v4.2.3 — Improvements to keyboard navigation and accessibility
v4.2.2 — Fixed unsaved changes confirmation dialogue, accessibility improvements
v4.2.1 — Fixed dropdown arrow display, and left margin of 'No saved courses...' in popup
v4.2.0 — Added light mode, unsaved changes indicator, and unsaved changes exit confirmation dialogue
v4.1.1 — Interface bug fixes and enhancements for wide screens
v4.1.0 — Tweaks to input validation and showing/hiding of dependent options, bug fixes for Safari
v4.0.1 — Under-the-bonnet bug fixes for Firefox WebExtension auto-validation.
v4.0.0 — Major interface re-design, complete overhaul of options page, bug fixes, usability enhancements

v3.0.6 — Behind-the-scenes changes, Firefox release
v3.0.2 — Fixed another minor UI bug
v3.0.1 — Fixed minor UI bug
v3.0.0 — Options input validation, UI enhancements (+ new logo!), bug fixes

v2.4.2 — Performance enhancements
v2.4.1 — UI bug fixes and enhancements
v2.4.0 — Graceful error handling, interface enhancements, bug fixes.
v2.3.0 — Interface enhancements and bug fixes.
v2.2.0 — User experience and performance improvements, start versioning with semver.
v2.1 — User interface overhaul.
v2.0 — Usability improvements and behind-the-scenes changes.

v1.0 — Initial release.                    

Extension Basic Information

Name Notion Canvas Assignment Import Notion Canvas Assignment Import
ID elbkjcjgakaoccocmbglokgmalkoacie
Official URL https://chromewebstore.google.com/detail/notion-canvas-assignment/elbkjcjgakaoccocmbglokgmalkoacie
Description Automatically import Canvas assignments into a Notion database.
File Size 210 KB
Installation Count 5,131
Current Version 4.3.3
Last Updated 2023-06-23
Publish Date 2022-03-06
Rating 5.00/5 Total 6 Ratings
Developer JamesNZL
Email [email protected]
Payment Type free
Extension Website https://github.com/JamesNZL/notion-assignment-import
Help Page URL https://github.com/JamesNZL/notion-assignment-import/blob/master/README.md
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notion Canvas Assignment Import",
    "description": "Automatically import Canvas assignments into a Notion database.",
    "version": "4.3.3",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhEFrWfD1\/qqMVJQknBDk2PqlWLvnt8FrS4c56g2xAu+pK5w\/TaScf5RXaGZ\/aKFSt4ap10KN7YVEcMkb5aOwGcZWr7MmxfUFDM9pbPGUE6P7MaH4TtLnDhATaT1FfEt38P0v95fQHGj3\/a2fwHjoz3zHx7fYoZ8hZPuNmwYASjE0ocCQgiZ8vq+zMykY4DNpt9Ea3aFddItOrMpHqjv6ZjfRc4gyWAdCCHg8sohMz7h3zvJvbQVhXPhU\/HyQ2pCYqh7n9BwKFL5WiBxvhqZjC7AJdH+Zd2wDl3IIQNtY\/cqgOYbuvFiI9k4+mWGew5r68rBDouhrYFYM8MGbKtHKkwIDAQAB",
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "favicon\/favicon-16x16.png",
            "32": "favicon\/favicon-32x32.png",
            "48": "favicon\/favicon-48x48.png",
            "128": "favicon\/favicon-128x128.png"
        }
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "identity"
    ],
    "host_permissions": [
        "https:\/\/api.notion.com\/*",
        "https:\/\/oauth.jamesnzl.xyz\/api\/notion\/authorise",
        "https:\/\/oauth.jamesnzl.xyz\/api\/notion\/access-token"
    ],
    "icons": {
        "16": "favicon\/favicon-16x16.png",
        "32": "favicon\/favicon-32x32.png",
        "48": "favicon\/favicon-48x48.png",
        "128": "favicon\/favicon-128x128.png"
    }
}