Promption: Notion Integration for ChatGPT

Sync Notion prompts to ChatGPT effortlessly. Dive into content, collaborate easily, and boost productivity. One click does it all!

Promption: Notion Integration for ChatGPTคืออะไร?

Promption: Notion Integration for ChatGPT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://promption.so และคุณลักษณะหลักของมันคือ "Sync Notion prompts to ChatGPT effortlessly. Dive into content, collaborate easily, and boost productivity. One click does it all!"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Promption: Notion Integration for ChatGPT

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

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

                        Elevate Your Workflow with Seamless Integration!

Introducing Promption, the ultimate bridge between ChatGPT and Notion. Say goodbye to the hassle of switching between apps and manual typing. With our Chrome extension, you're just a click away from a smarter, more efficient workflow.

Key Features:

- Instant Access: Type '/' in ChatGPT and watch as a dialog appears, offering autocomplete suggestions directly from your Notion prompts. Dive into your content without missing a beat.

- Effortless Syncing: Connect your Notion databases with Promption and watch your prompts from Notion become instantly accessible in ChatGPT. No more manual updates!

- Enhanced Search: Can't remember a specific prompt? Use our intuitive search within the dialog to find the exact Notion prompt you're looking for.

- Collaboration Made Easy: Share, design, and adjust your prompts with your team, all within Notion, and access them seamlessly in ChatGPT.

Why Promption?
Promption is designed for professionals, writers, students, and anyone who relies on ChatGPT and Notion for their daily tasks. Our mission is to enhance your productivity, reduce manual tasks, and make your workflow as smooth as possible.

Privacy & Security:
Your data's safety is our top priority. Promption only accesses the specific Notion database you connect for syncing prompts. We've implemented top-notch encryption to ensure everything stays secure. For more details, check our privacy policy.

Support:
Got questions or need assistance? Reach out to us at [email protected]. We're here to help!

Join the evolution of productivity with Promption. Install now and redefine your workflow!                    

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

ชื่อ Promption: Notion Integration for ChatGPT Promption: Notion Integration for ChatGPT
ID jjpmclclcdgjoinkjeaammlncfeaejmc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/promption-notion-integrat/jjpmclclcdgjoinkjeaammlncfeaejmc
คำอธิบาย Sync Notion prompts to ChatGPT effortlessly. Dive into content, collaborate easily, and boost productivity. One click does it all!
ขนาดไฟล์ 211 KB
จำนวนการติดตั้ง 100
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2023-10-14
วันที่เผยแพร่ 2023-09-17
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://promption.so
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://promption.so/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Promption: Notion Integration for ChatGPT",
    "version": "1.0.1",
    "description": "Sync Notion prompts to ChatGPT effortlessly. Dive into content, collaborate easily, and boost productivity. One click does it all!",
    "manifest_version": 3,
    "permissions": [
        "cookies",
        "tabs"
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "lib\/jquery.js",
                "scripts\/inject.js"
            ],
            "css": [
                "css\/inject.css"
            ],
            "run_at": "document_idle",
            "matches": [
                "*:\/\/chat.openai.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/app.promption.so\/*"
    ],
    "action": {
        "default_icon": {
            "16": "img\/logo.png",
            "32": "img\/logo.png",
            "48": "img\/logo.png",
            "128": "img\/logo.png"
        }
    },
    "icons": {
        "16": "img\/logo.png",
        "32": "img\/logo.png",
        "48": "img\/logo.png",
        "128": "img\/logo.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}