ListGPT - Save & Share ChatGPT chats
Save & Share ChatGPT chats in private, protected or public mode
What is ListGPT - Save & Share ChatGPT chats?
ListGPT - Save & Share ChatGPT chats is a Chrome extension developed by https://listgpt.com, and its main feature is "Save & Share ChatGPT chats in private, protected or public mode".
Extension Screenshots
Download ListGPT - Save & Share ChatGPT chats Extension CRX File
Download ListGPT - Save & Share ChatGPT chats extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Supercharge your productivity in ChatGPT. Save your ChatGPT chats in Public, Private or Protected mode. You can also explore other public chats people had with AI. How it works: Step 1) Download the extension and login to Listgpt.com Step 2) Go to https://chat.openai.com/chat Step 3) A sidebar will automatically open, enabling you to save your chats. Features: - Save private chatgpt chats. - Set privacy to Public, Private or Protected (share link with people) - Get access to prompt library - Save your whole conversation with ChatGPT - Save only certain messages - Download messages as text files - Share a private link with others - Explore public conversations - Access your chats faster You can automatically save your chats in private, public or protected mode.
Extension Basic Information
Name | ListGPT - Save & Share ChatGPT chats |
ID | igfmhikgjcmmaidhfdpcfbdjcbmabfac |
Official URL | https://chromewebstore.google.com/detail/listgpt-save-share-chatgp/igfmhikgjcmmaidhfdpcfbdjcbmabfac |
Description | Save & Share ChatGPT chats in private, protected or public mode |
File Size | 58.47 KB |
Installation Count | 223 |
Current Version | 1.1.2 |
Last Updated | 2023-02-11 |
Publish Date | 2022-12-21 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://listgpt.com |
[email protected] | |
Payment Type | free |
Extension Website | https://listgpt.com |
Help Page URL | https://listgpt.com/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ListGPT - Save & Share ChatGPT chats", "description": "Save & Share ChatGPT chats in private, protected or public mode", "version": "1.1.2", "manifest_version": 3, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/chat", "https:\/\/chat.openai.com\/chat\/*" ], "js": [ ".\/lib\/jquery.min.js", "index.js", ".\/lib\/marked.min.js" ], "run_at": "document_end" } ], "action": { "default_icon": "icons\/icon.png", "default_popup": "index.html" }, "host_permissions": [ "https:\/\/chat.openai.com\/chat" ], "permissions": [] } |