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
公式URL 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
Eメール [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"
            ]
        }
    ]
}