chatGPT save history to notion
A chrome extension to save chatGPT history to notion
chatGPT save history to notionとは何ですか?
chatGPT save history to notionはcomputers and tacosによって開発されたChromeの拡張機能で、その主な機能は「A chrome extension to save chatGPT history to notion」です。
拡張機能のスクリーンショット
chatGPT save history to notion拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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:\/\/*\/*", " |