ListGPT - Save & Share ChatGPT chats

Save & Share ChatGPT chats in private, protected or public mode

ListGPT - Save & Share ChatGPT chats란 무엇입니까?

ListGPT - Save & Share ChatGPT chats은(는) https://listgpt.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save & Share ChatGPT chats in private, protected or public mode"입니다.

확장 프로그램 스크린샷

screenshot

ListGPT - Save & Share ChatGPT chats 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 ListGPT - Save & Share ChatGPT chats ListGPT - Save & Share ChatGPT chats
ID igfmhikgjcmmaidhfdpcfbdjcbmabfac
공식 URL https://chromewebstore.google.com/detail/listgpt-save-share-chatgp/igfmhikgjcmmaidhfdpcfbdjcbmabfac
설명 Save & Share ChatGPT chats in private, protected or public mode
파일 크기 58.47 KB
설치 횟수 223
현재 버전 1.1.2
최근 업데이트 2023-02-11
출시 날짜 2022-12-21
평점 5.00/5 총 1 개의 평점
개발자 https://listgpt.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://listgpt.com
도움말 페이지 URL https://listgpt.com/privacy
지원되는 언어 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": []
}