Notion Notification Manager
Notion notification manager extension helps you to group notions notification.
Notion Notification Manager란 무엇입니까?
Notion Notification Manager은(는) Alex Plugaru에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Notion notification manager extension helps you to group notions notification."입니다.
확장 프로그램 스크린샷
Notion Notification Manager 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Disclaimer: this chrome extension is not associated with notion.so in any shape or form. They don't support it, we don't offer support for it, we don't accept external PRs or bug reports. Feel free to use it however you please, but don't complain about it. Chrome extension with various notion.so improvements. Ex: better notification grouping, follow/unfollow buttons and mass archive of notifications.
확장 프로그램 기본 정보
이름 | Notion Notification Manager |
ID | egginfgblieggoobgalpjoimncnabdlh |
공식 URL | https://chromewebstore.google.com/detail/notion-notification-manag/egginfgblieggoobgalpjoimncnabdlh |
설명 | Notion notification manager extension helps you to group notions notification. |
파일 크기 | 353 KB |
설치 횟수 | 156 |
현재 버전 | 0.0.9 |
최근 업데이트 | 2022-12-01 |
출시 날짜 | 2022-08-16 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Alex Plugaru |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/gorgias/better-notion |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Notion Notification Manager", "version": "0.0.9", "description": "Notion notification manager extension helps you to group notions notification.", "manifest_version": 3, "icons": { "16": "icons\/notion_16x16.png", "32": "icons\/notion_32x32.png", "48": "icons\/notion_48x48.png" }, "action": { "default_icon": { "16": "icons\/notion_16x16.png", "32": "icons\/notion_32x32.png", "48": "icons\/notion_48x48.png" } }, "host_permissions": [ "https:\/\/www.notion.so\/*" ], "permissions": [], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.notion.so\/*" ], "run_at": "document_start", "all_frames": false, "js": [ "lib\/js\/jquery-3.5.1.min.js", "contentScript\/injectScript.js" ] }, { "matches": [ "https:\/\/www.notion.so\/*" ], "run_at": "document_end", "all_frames": false, "css": [ "css\/custom.css" ], "js": [ "config.json.js", "constant.js", "lib\/js\/jquery-3.5.1.min.js", "contentScript\/contentScript.js" ] } ], "web_accessible_resources": [ { "matches": [ " |