Share CHATGPT - Fast & Easy Chat Sharing

Fast & easy chat sharing. Collaborate seamlessly for enhanced conversations

什麼是Share CHATGPT - Fast & Easy Chat Sharing?

Share CHATGPT - Fast & Easy Chat Sharing是由zakaamercury開發的Chrome擴展程式,該擴展的主要功能是“Fast & easy chat sharing. Collaborate seamlessly for enhanced conversations”。

擴展截圖

screenshot
screenshot

下載Share CHATGPT - Fast & Easy Chat Sharing擴展crx文件

下載Share CHATGPT - Fast & Easy Chat Sharing擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 Share CHATGPT - Fast & Easy Chat Sharing Share CHATGPT - Fast & Easy Chat Sharing
ID kcgfghnkgpfgdcaedgmabkcijebaicbo
官方網址 https://chromewebstore.google.com/detail/share-chatgpt-fast-easy-c/kcgfghnkgpfgdcaedgmabkcijebaicbo
簡介 Fast & easy chat sharing. Collaborate seamlessly for enhanced conversations
檔案大小 40.49 KB
安裝次數 541
目前版本 1.1
更新時間 2023-05-24
上架時間 2023-03-17
評分 3.50/5 共 2 次評分
開發者 zakaamercury
電子郵箱 [email protected]
付費類型 free
擴展官網 https://share-gpt.com/privacy-policy/
說明頁面URL https://share-gpt.com/feedback
隱私政策頁面URL https://linguo.chat/privacy-policy
支援的語言 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"
            ]
        }
    ]
}