chatGPT save history to notion
A chrome extension to save chatGPT history to notion
chatGPT save history to notionคืออะไร?
chatGPT save history to notion เป็นส่วนขยายของ Chrome ที่พัฒนาโดย computers and tacos และคุณลักษณะหลักของมันคือ "A chrome extension to save chatGPT history to notion"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย chatGPT save history to notion
ดาวน์โหลดไฟล์ส่วนขยาย chatGPT save history to notion ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
For Notion users, link your notion account using this account's popup dialog create a database or select an existing notion database as parent After doing above, use the action button with notion logo that appears on chat.openai.com and save your chat conversation with gpt to notion. this extension converts html to markdown and markdown to notion blocks and uses notion api to save the data. Issues or feature requests are welcome, please report them here. Update: Major bug fixes https://github.com/shrshk/chatGPT-save-history
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | chatGPT save history to notion |
ID | ddjioimofpjakfcpimdlbicbljlmfbac |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/chatgpt-save-history-to-n/ddjioimofpjakfcpimdlbicbljlmfbac |
คำอธิบาย | A chrome extension to save chatGPT history to notion |
ขนาดไฟล์ | 440 KB |
จำนวนการติดตั้ง | 132 |
เวอร์ชันปัจจุบัน | 0.0.0.4 |
อัปเดตครั้งล่าสุด | 2023-02-12 |
วันที่เผยแพร่ | 2023-01-29 |
ผู้พัฒนา | computers and tacos |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.computersandtacos.com/privacy-policy-for-chatgpt-save-notion-chrome-extension |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A chrome extension to save chatGPT history to notion", "version": "0.0.0.4", "manifest_version": 3, "name": "chatGPT save history to notion", "options_page": "options.html", "host_permissions": [ "https:\/\/api.notion.com\/*", "https:\/\/notion.computersandtacos.com\/*" ], "permissions": [ "storage", "identity", "background" ], "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "icon-128.png" }, "chrome_url_overrides": [], "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |