Export ChatGPT Conversation

Export ChatGPT conversations and save to Notion

Export ChatGPT Conversationคืออะไร?

Export ChatGPT Conversation เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gptsave.xyz และคุณลักษณะหลักของมันคือ "Export ChatGPT conversations and save to Notion"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Export ChatGPT Conversation

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

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

                        Introducing the "Export ChatGPT Conversation" app, a convenient tool for saving and organizing your conversations with ChatGPT, the cutting-edge AI language model developed by OpenAI. This app allows you to easily export your conversations with ChatGPT and save them directly to Notion, the all-in-one workspace for note-taking, project management, and more.

With the "Export ChatGPT Conversation" app, you can easily capture and preserve the insights and information you gain through your conversations with ChatGPT. The app automatically formats your conversation into a clean and organized format, ready to be saved to your Notion workspace.

Exporting your conversation to Notion is simple and straightforward. Simply connect your Notion account to the app and choose the page where you want to save your conversation. Then, initiate a conversation with ChatGPT and start capturing valuable information and insights. When you're ready to save your conversation, just click the "Export to Notion" button and your conversation will be automatically added to your selected Notion page, fully formatted and ready for future reference.

With the "Export ChatGPT" app, you'll never have to worry about losing track of the valuable information you gain through your conversations with ChatGPT. Whether you're using ChatGPT for research, knowledge gathering, or just for fun, this app makes it easy to save and organize your conversations for future reference. Try it out today and see how it can help you make the most of your conversations with ChatGPT!                    

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

ชื่อ Export ChatGPT Conversation Export ChatGPT Conversation
ID clgidpflecgaaabfcmdmkcgebpbadgoc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/export-chatgpt-conversati/clgidpflecgaaabfcmdmkcgebpbadgoc
คำอธิบาย Export ChatGPT conversations and save to Notion
ขนาดไฟล์ 51.13 KB
จำนวนการติดตั้ง 11,432
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2023-04-04
วันที่เผยแพร่ 2023-02-12
คะแนน 3.19/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา https://gptsave.xyz
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://gptsave.xyz/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Export ChatGPT Conversation",
    "version": "1.4",
    "description": "Export ChatGPT conversations and save to Notion",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_popup": "html\/main.html",
        "default_title": "Export ChatGPT conversations and save to Notion"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/jpwv43ppkip63xz6he4gy3zn6a0ysndz.lambda-url.eu-west-2.on.aws\/*"
            ],
            "js": [
                "scripts\/content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/gptsave.xyz\/*"
            ],
            "js": [
                "scripts\/content_images.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "thirdparty\/mixpanel.js",
                "thirdparty\/mixpanel-2-latest.min.js"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAh+RawI49wVNaP1CkWZUbQyWvZt0SJUH20W7cdtyIfFfHEcrrbIPyI5EaHzSTbM8GGebPDmPGieF3LUAunwJA+oxJuVWw4cyXZCMvr55m9VvwVfZ6yug60taBbxTbhfaRRJqlA2avv7SFwMD6rXVV88mmkfLkVyhXXJe9PCdTRjpuhvWJqByl1x+fZl38zzqdiJi7FnS50PpvBtuIygFHy8T8O43YJ5D9Hy0oxQHWwWnP1KFQ98KnaP82SefzAb8cKU9gdGtm+WyMulmvr3v60iuTwUjz+1K1kB\/Ot+KKtH4c05FCYwbpcQKAzgdiiOzDWyw3UIu0U7tlHlsqKSovFQIDAQAB"
}