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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}