Notion Canvas Assignment Import

Automatically import Canvas assignments into a Notion database.

什麼是Notion Canvas Assignment Import?

Notion Canvas Assignment Import是由JamesNZL開發的Chrome擴展程式,該擴展的主要功能是“Automatically import Canvas assignments into a Notion database.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Notion Canvas Assignment Import擴展crx文件

下載Notion Canvas Assignment Import擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Notion Canvas Assignment Import Notion Canvas Assignment Import
ID elbkjcjgakaoccocmbglokgmalkoacie
官方網址 https://chromewebstore.google.com/detail/notion-canvas-assignment/elbkjcjgakaoccocmbglokgmalkoacie
簡介 Automatically import Canvas assignments into a Notion database.
檔案大小 210 KB
安裝次數 5,131
目前版本 4.3.3
更新時間 2023-06-23
上架時間 2022-03-06
評分 5.00/5 共 6 次評分
開發者 JamesNZL
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/JamesNZL/notion-assignment-import
說明頁面URL https://github.com/JamesNZL/notion-assignment-import/blob/master/README.md
支援的語言 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"
    }
}