Share CHATGPT - Fast & Easy Chat Sharing

Fast & easy chat sharing. Collaborate seamlessly for enhanced conversations

What is Share CHATGPT - Fast & Easy Chat Sharing?

Share CHATGPT - Fast & Easy Chat Sharing is a Chrome extension developed by zakaamercury, and its main feature is "Fast & easy chat sharing. Collaborate seamlessly for enhanced conversations".

Extension Screenshots

screenshot
screenshot

Download Share CHATGPT - Fast & Easy Chat Sharing Extension CRX File

Download Share CHATGPT - Fast & Easy Chat Sharing 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

                        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!                    

Extension Basic Information

Name Share CHATGPT - Fast & Easy Chat Sharing Share CHATGPT - Fast & Easy Chat Sharing
ID kcgfghnkgpfgdcaedgmabkcijebaicbo
Official URL https://chromewebstore.google.com/detail/share-chatgpt-fast-easy-c/kcgfghnkgpfgdcaedgmabkcijebaicbo
Description Fast & easy chat sharing. Collaborate seamlessly for enhanced conversations
File Size 40.49 KB
Installation Count 541
Current Version 1.1
Last Updated 2023-05-24
Publish Date 2023-03-17
Rating 3.50/5 Total 2 Ratings
Developer zakaamercury
Email [email protected]
Payment Type free
Extension Website https://share-gpt.com/privacy-policy/
Help Page URL https://share-gpt.com/feedback
Privacy Policy Page URL https://linguo.chat/privacy-policy
Supported Languages 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"
            ]
        }
    ]
}