save ChatGPT history to evernote
one-click save ChatGPT conversations to Evernote, easily search ChatGPT history. Try Save ChatGPT History to Evernote now!
save ChatGPT history to evernoteคืออะไร?
save ChatGPT history to evernote เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://chatgpt2evernote.com และคุณลักษณะหลักของมันคือ "one-click save ChatGPT conversations to Evernote, easily search ChatGPT history. Try Save ChatGPT History to Evernote now!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย save ChatGPT history to evernote
ดาวน์โหลดไฟล์ส่วนขยาย save ChatGPT history to evernote ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Save Chat GPT chat history to Evernote with one click. Its role is to make it easy for users to save chat history on Evernote for later viewing and management. Fix: 20240102 1. Fix the bug of select notebook when the token expires. 20231215 1. add support chatgpt gpts conversations. News: 20231229 1. support select notebook. 20231012 1.add Save DALL·E 3 Drawing Images to evernote Now, our Google Chrome extension not only supports saving chat logs but also allows you to simultaneously save the links to the DALL·E 3 drawing images to evernote. Users who install our plugin can get the following benefits: Easily save chats: No need to manually copy and paste chats, just save them on Evernote with one click. Manage records efficiently: Users can use Evernote's powerful features, such as notebooks, tabs, searches, and filters, to better manage saved chats. Easy to view later: Once chats are saved on Evernote, users can access and view them anytime, anywhere, and easily review previous chats even if they're not on the original chat platform. To save DALL·E 3 images generated by ChatGPT, you can utilize our Google Chrome extension that supports saving images to evernote. Here's how you can do it: 1. Install the Google Chrome extension: Start by installing our Google Chrome extension, which provides you with additional features for interacting with ChatGPT and saving content to evernote. 2. Enable image saving: Once the extension is installed, make sure to enable the image-saving feature. This will allow you to save the DALL·E 3 images generated by ChatGPT. 3. Interact with ChatGPT: Engage in a conversation with ChatGPT, specifically instructing it to generate DALL·E 3 images. 4. Save the image: When ChatGPT generates an image, the extension will display an option to save it. Simply click on the provided button or right-click on the image and select the "Save image" option. This will save the image to your local storage. 5. Sync with evernote: Finally, you can upload the saved DALL·E 3 image to evernote. Open your evernote workspace, create a new page, and use the image upload feature to add the image you saved from ChatGPT. By following these steps, you will be able to save DALL·E 3 images generated by ChatGPT and easily access them within your evernote workspace.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | save ChatGPT history to evernote |
ID | afcodckncacgaggagndhcnmbmeofppok |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/save-chatgpt-history-to-e/afcodckncacgaggagndhcnmbmeofppok |
คำอธิบาย | one-click save ChatGPT conversations to Evernote, easily search ChatGPT history. Try Save ChatGPT History to Evernote now! |
ขนาดไฟล์ | 149 KB |
จำนวนการติดตั้ง | 1,269 |
เวอร์ชันปัจจุบัน | 4.3.0 |
อัปเดตครั้งล่าสุด | 2024-01-02 |
วันที่เผยแพร่ | 2023-03-29 |
คะแนน | 3.50/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://chatgpt2evernote.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
เว็บไซต์ส่วนขยาย | https://chatgpt2evernote.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://chatgptsave.notion.site/ChatGPT-to-Notion-Privacy-Policy-bb99838afdd84392b84611470d1a1812 |
ภาษาที่รองรับ | ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "version": "4.3.0", "description": "__MSG_appDesc__", "options_ui": { "page": "src\/pages\/options\/index.html" }, "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "logo.png" }, "icons": { "128": "logo.png" }, "default_locale": "en", "host_permissions": [ "https:\/\/*.openai.com\/", "https:\/\/chatgpt2evernote.com\/*" ], "permissions": [ "tabs", "activeTab", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*", "https:\/\/chatgpt2evernote.com\/*" ], "js": [ "src\/pages\/content\/index.js" ], "css": [ "contentStyle.css" ] } ], "devtools_page": "src\/pages\/devtools\/index.html", "web_accessible_resources": [ { "resources": [ "contentStyle.css", "logo.png" ], "matches": [] } ] } |