ChatGPT to Notion

Save your discussions with ChatGPT directly into Notion!

Τι είναι το ChatGPT to Notion;

Το ChatGPT to Notion είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Théo Lartigau, και η κύρια λειτουργία του είναι "Save your discussions with ChatGPT directly into Notion!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης ChatGPT to Notion

Λήψη αρχείων επέκτασης ChatGPT to Notion σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        ChatGPT to Notion brings the cleverness of ChatGPT into your favorite app! 

⭐ FEATURES ⭐
- Save a full ChatGPT conversation in a few seconds
- Save an individual ChatGPT answer
- Save to any Notion database
- Choose page tags when saving
- Customize page title when saving
- ChatGPT plugins and code interpreter support
- Autosave
- Save your entire chat history

💡 USAGE 💡
On ChatGPT's page, you'll notice a new pin icon under each of its answers. You can use it to save specifically that answer and the related prompt to your Notion database of choice. If you want to save the whole discussion, you can do so from the extension popup.

You may link as many databases with the extension as you need to, and you can then choose which database to save your discussion to at saving time.

✉️ CONTACT ✉️
Got any suggestion/issue? Check out the extension's GitHub at https://github.com/L-a-r-t/chatgpt-to-notion
You may also send me an email at [email protected] :)

🕵️ PRIVACY 🕵️
For security & practical reasons, some data such as your Notion user id and the key that allows us to communicate with your notion workspace (not your credentials, that no one except you has access to) are stored remotely instead of locally where they could be easily compromised. The code for this is open source and can be found on previously linked GitHub. Your data is never shared with any 3rd party.

The extension needs to access the following websites :

- api.notion.com
    
The saving process means that there is a back-and-forth between the extension and Notion’s API.
    
- chat.openai.com

The extension needs to access ChatGPT’s page to scrape the chat that you are saving.
    
- chatgpt-to-notion.onrender.com
    
This is the remote server where the access key is stored. The source corde for that remote server can be found on the extension’s GitHub.

Take note that removing the extension’s access to your Notion workspace (Settings > My connections) will stop it from being able to access your workspace as long as you don’t reinstall it and redo the authentification process.
    
- theo-lartigau.notion.site
    
As part of the Notion authentification process, you are redirected on a webpage chosen by the Notion integration’s maker. Notion’s API response is url-encoded which means that the extension needs to access the redirect page to fetch it. In the case of this extension, that redirect page is the following : https://www.notion.so/ChatGPT-to-Notion-af29d9538dca4493a15bb4ed0fde7f91


THIS EXTENSION IS DEVELOPED INDEPENDENTLY AND IS NOT AFFILIATED TO EITHER OPENAI OR NOTION                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ChatGPT to Notion ChatGPT to Notion
ID oojndninaelbpllebamcojkdecjjhcle
Επίσημο URL https://chromewebstore.google.com/detail/chatgpt-to-notion/oojndninaelbpllebamcojkdecjjhcle
Περιγραφή Save your discussions with ChatGPT directly into Notion!
Μέγεθος Αρχείου 1.15 MB
Αριθμός Εγκαταστάσεων 77,617
Τρέχουσα Έκδοση 1.8.4
Τελευταία Ενημέρωση 2024-02-07
Ημερομηνία Δημοσίευσης 2022-12-28
Αξιολόγηση 4.25/5 Συνολικά 69 Αξιολογήσεις
Προγραμματιστής Théo Lartigau
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://theo-lartigau.notion.site/ChatGPT-to-Notion-af29d9538dca4493a15bb4ed0fde7f91
Διεύθυνση URL της Σελίδας Βοήθειας https://theo-lartigau.notion.site/ChatGPT-to-Notion-af29d9538dca4493a15bb4ed0fde7f91
URL της Σελίδας Πολιτικής Απορρήτου https://theo-lartigau.notion.site/FAQ-50befa31f01a495b9d634e3f575dd4ba?pvs=4
Υποστηριζόμενες Γλώσσες en,fr,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.8.4",
    "author": "Th\u00e9o Lartigau",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "permissions": [
        "storage",
        "tabs",
        "scripting",
        "webRequest"
    ],
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/theo-lartigau.notion.site\/ChatGPT-to-Notion-af29d9538dca4493a15bb4ed0fde7f91*"
            ],
            "js": [
                "auth.4da812d6.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "autoSave.a9b5bf58.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "fetchFullPage.05b5d052.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "pin.a08ca56f.js"
            ],
            "css": [
                "pin.7964b9a8.css"
            ]
        },
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "popup.65176799.js"
            ],
            "css": [
                "pin.7964b9a8.css"
            ]
        }
    ],
    "default_locale": "en",
    "host_permissions": [
        "https:\/\/api.notion.com\/*",
        "https:\/\/chatgpt-to-notion.onrender.com\/*",
        "https:\/\/chat.openai.com\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "resources": [
                "popup.a553b25e.png",
                "popup.c9de6d48.css",
                "popup.89e0932f.png",
                "popup.0ab18ce5.png"
            ]
        }
    ]
}