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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://nbundle.com และคุณลักษณะหลักของมันคือ "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."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย nbundle - App Store for Notion

ดาวน์โหลดไฟล์ส่วนขยาย nbundle - App Store for Notion ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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).                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ nbundle - App Store for Notion nbundle - App Store for Notion
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"
}