NotionExtensions
Your notion.so workspace, with all the missing features.
NotionExtensions란 무엇입니까?
NotionExtensions은(는) https://notionextensions.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Your notion.so workspace, with all the missing features."입니다.
확장 프로그램 스크린샷
NotionExtensions 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
NotionExtensions provides small & configurable tools that make you more productive on notion.so. With this browser extension, you will be able to use NotionExtensions as a sidebar whenever you visit your notion.so workspace. More info at: https://notionextensions.com/
확장 프로그램 기본 정보
이름 | NotionExtensions |
ID | kngfbhmaimflbboiolphlbdbippdglbl |
공식 URL | https://chromewebstore.google.com/detail/notionextensions/kngfbhmaimflbboiolphlbdbippdglbl |
설명 | Your notion.so workspace, with all the missing features. |
파일 크기 | 121 KB |
설치 횟수 | 1,703 |
현재 버전 | 0.0.7 |
최근 업데이트 | 2022-12-12 |
출시 날짜 | 2022-02-21 |
개발자 | https://notionextensions.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://app.notionextensions.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "NotionExtensions", "version": "0.0.7", "description": "Your notion.so workspace, with all the missing features.", "icons": { "512": "assets\/icons\/icon-512.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.notion.so\/*" ], "js": [ "src\/entryPoint.js" ] } ], "action": { "default_icon": { "512": "assets\/icons\/icon-512.png" }, "default_popup": "src\/popup.html", "default_title": "NotionExtensions" }, "web_accessible_resources": [ { "resources": [ "\/src\/index.js" ], "matches": [ "*:\/\/*.notion.so\/*" ] } ] } |