nbundle - App Store for Notion
App Store for Notion. All apps live inside your Notion. You don't have to open another app or browser tab to use them. Just Notion.
nbundle - App Store for Notion란 무엇입니까?
nbundle - App Store for Notion은(는) http://nbundle.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "App Store for Notion. All apps live inside your Notion. You don't have to open another app or browser tab to use them. Just Notion."입니다.
확장 프로그램 스크린샷
nbundle - App Store for Notion 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Bring functionalities of other apps into your Notion workspaces. Tasks, which you need to go to other apps to get done before, now can be done directly in Notion. All apps live and work where you use Notion, including the Notion Mac App, the Notion Windows App, or the Notion Web App on Chrome, Microsoft Edge, Brave, & Firefox. No need to go back & forth between Notion and other apps anymore. ✨ Features for users: - 1-click discover performant, high-quality, & Notion-like apps. - 1-click manage, install, uninstall, enable, & disable apps. - Ensure apps are fast, performant, & have no conflict. - All apps are well-integrated with Notion. - All features & apps live and work in your Notion, both in the browsers and the Notion desktop apps. ⚒️ Features for developers: - Work as the app platform & infrastructure to build & deploy performant, high-quality, & Notion-like apps. - Come with the developer SDK that makes it ridiculously easy to build & deploy new Notion apps. - Apps built with nbundle work cross-platform automatically, both in the browsers & in the Notion desktop apps. - Auto-update, error handling, conflict handling, UI & API compatibility with Notion, and other low-level functionalities are automatically handled by nbundle. 🔒 Terms & privacy By using the product, you agree to our Terms of Service (https://nbundle.com/terms) and Privacy Policy (https://nbundle.com/privacy).
확장 프로그램 기본 정보
이름 | |
ID | ijbhmpleignhmhbgmddlpmhclekghocp |
공식 URL | https://chrome.google.com/webstore/detail/nbundle-app-store-for-not/ijbhmpleignhmhbgmddlpmhclekghocp |
설명 | App Store for Notion. All apps live inside your Notion. You don't have to open another app or browser tab to use them. Just Notion. |
파일 크기 | 660 KB |
설치 횟수 | 6,485 |
현재 버전 | 1.0.109 |
최근 업데이트 | 2022-09-17 |
출시 날짜 | 2022-07-17 |
평점 | 4.71/5 총 7 개의 평점 |
개발자 | http://nbundle.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.nbundle.com |
도움말 페이지 URL | https://www.nbundle.com |
개인정보 보호 정책 페이지 URL | https://pumpkint.com/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "nbundle - App Store for Notion", "description": "App Store for Notion. All apps live inside your Notion. You don't have to open another app or browser tab to use them. Just Notion.", "icons": { "16": "\/icon16.png", "32": "\/icon32.png", "48": "\/icon48.png", "128": "\/icon128.png" }, "host_permissions": [ "https:\/\/www.notion.so\/", "https:\/\/chrome.google.com\/webstore\/*" ], "permissions": [ "storage", "cookies", "management" ], "background": { "service_worker": "scripts\/worker.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.notion.so\/*" ], "js": [ "scripts\/content.js" ] } ], "web_accessible_resources": [ { "extension_ids": [], "matches": [ "https:\/\/www.notion.so\/*" ], "resources": [ "preload.css", "preload.js", "app.js", "assets\/*" ] } ], "externally_connectable": { "matches": [ "https:\/\/www.notion.so\/*" ] }, "version": "1.0.109" } |