chatGPT save history to notion
A chrome extension to save chatGPT history to notion
Qu'est-ce que chatGPT save history to notion ?
chatGPT save history to notion est une extension Chrome développée par computers and tacos, et sa fonction principale est "A chrome extension to save chatGPT history to notion".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension chatGPT save history to notion
Téléchargez les fichiers d'extension chatGPT save history to notion au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | chatGPT save history to notion |
ID | ddjioimofpjakfcpimdlbicbljlmfbac |
URL Officiel | https://chromewebstore.google.com/detail/chatgpt-save-history-to-n/ddjioimofpjakfcpimdlbicbljlmfbac |
Description | A chrome extension to save chatGPT history to notion |
Taille du Fichier | 440 KB |
Nombre d'Installations | 132 |
Version Actuelle | 0.0.0.4 |
Dernière Mise à Jour | 2023-02-12 |
Date de Publication | 2023-01-29 |
Développeur | computers and tacos |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.computersandtacos.com/privacy-policy-for-chatgpt-save-notion-chrome-extension |
Langues Prises en Charge | 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:\/\/*\/*", " |