ListGPT - Save & Share ChatGPT chats

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

Apa itu ListGPT - Save & Share ChatGPT chats?

ListGPT - Save & Share ChatGPT chats adalah ekstensi Chrome yang dikembangkan oleh https://listgpt.com, dan fitur utamanya adalah "Save & Share ChatGPT chats in private, protected or public mode".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ListGPT - Save & Share ChatGPT chats

Unduh file ekstensi ListGPT - Save & Share ChatGPT chats dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama ListGPT - Save & Share ChatGPT chats ListGPT - Save & Share ChatGPT chats
ID igfmhikgjcmmaidhfdpcfbdjcbmabfac
URL Resmi https://chromewebstore.google.com/detail/listgpt-save-share-chatgp/igfmhikgjcmmaidhfdpcfbdjcbmabfac
Deskripsi Save & Share ChatGPT chats in private, protected or public mode
Ukuran File 58.47 KB
Jumlah Instalasi 223
Versi Saat Ini 1.1.2
Terakhir Diperbarui 2023-02-11
Tanggal Publikasi 2022-12-21
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://listgpt.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://listgpt.com
URL Halaman Bantuan https://listgpt.com/privacy
Bahasa yang Didukung 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": []
}