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:\/\/*\/*", " |