Share CHATGPT - Fast & Easy Chat Sharing

Fast & easy chat sharing. Collaborate seamlessly for enhanced conversations

Apa itu Share CHATGPT - Fast & Easy Chat Sharing?

Share CHATGPT - Fast & Easy Chat Sharing adalah ekstensi Chrome yang dikembangkan oleh zakaamercury, dan fitur utamanya adalah "Fast & easy chat sharing. Collaborate seamlessly for enhanced conversations".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Share CHATGPT - Fast & Easy Chat Sharing

Unduh file ekstensi Share CHATGPT - Fast & Easy Chat Sharing 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

                        With Share-GPT, sharing your ChatGPT responses with friends has never been easier. Simply click the share button next to the response you want to share or click the "Share full conversation" button to share the entire conversation. Our extension works quickly and is easy to use, allowing you to share your ChatGPT responses one by one or as a full conversation. Get Share-GPT today and start sharing your ChatGPT insights with ease!                    

Informasi Dasar Ekstensi

Nama Share CHATGPT - Fast & Easy Chat Sharing Share CHATGPT - Fast & Easy Chat Sharing
ID kcgfghnkgpfgdcaedgmabkcijebaicbo
URL Resmi https://chromewebstore.google.com/detail/share-chatgpt-fast-easy-c/kcgfghnkgpfgdcaedgmabkcijebaicbo
Deskripsi Fast & easy chat sharing. Collaborate seamlessly for enhanced conversations
Ukuran File 40.49 KB
Jumlah Instalasi 541
Versi Saat Ini 1.1
Terakhir Diperbarui 2023-05-24
Tanggal Publikasi 2023-03-17
Penilaian 3.50/5 Total 2 Penilaian
Pengembang zakaamercury
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://share-gpt.com/privacy-policy/
URL Halaman Bantuan https://share-gpt.com/feedback
URL Halaman Kebijakan Privasi https://linguo.chat/privacy-policy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Share CHATGPT - Fast & Easy Chat Sharing",
    "description": "Fast & easy chat sharing. Collaborate seamlessly for enhanced conversations",
    "version": "1.1",
    "manifest_version": 3,
    "permissions": [],
    "icons": {
        "16": "favicon-16x16.png",
        "32": "favicon-32x32.png",
        "48": "favicon-48x48.png",
        "128": "favicon-128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "myscript.user.js"
            ]
        }
    ]
}