ShareGPT: Share your ChatGPT conversations

ShareGPT is a Chrome extension that lets you your wildest ChatGPT conversations with one click.

ShareGPT: Share your ChatGPT conversations란 무엇입니까?

ShareGPT: Share your ChatGPT conversations은(는) dom.eccleston에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ShareGPT is a Chrome extension that lets you your wildest ChatGPT conversations with one click."입니다.

확장 프로그램 스크린샷

screenshot

ShareGPT: Share your ChatGPT conversations 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Easily share permanent links to ChatGPT conversations with your friends.                    

확장 프로그램 기본 정보

이름 ShareGPT: Share your ChatGPT conversations ShareGPT: Share your ChatGPT conversations
ID daiacboceoaocpibfodeljbdfacokfjb
공식 URL https://chromewebstore.google.com/detail/sharegpt-share-your-chatg/daiacboceoaocpibfodeljbdfacokfjb
설명 ShareGPT is a Chrome extension that lets you your wildest ChatGPT conversations with one click.
파일 크기 56.12 KB
설치 횟수 53,990
현재 버전 1.1.0
최근 업데이트 2023-06-16
출시 날짜 2022-12-06
평점 2.83/5 총 75 개의 평점
개발자 dom.eccleston
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://sharegpt.com
도움말 페이지 URL https://twitter.com/dom__inic
개인정보 보호 정책 페이지 URL https://domeccleston.notion.site/Privacy-Policy-73a5302dc77349a6892d632d975582bf
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ShareGPT: Share your ChatGPT conversations",
    "description": "ShareGPT is a Chrome extension that lets you your wildest ChatGPT conversations with one click.",
    "version": "1.1.0",
    "manifest_version": 3,
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "32": "assets\/icons\/icon32.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "assets\/icons\/icon16.png",
            "32": "assets\/icons\/icon32.png",
            "48": "assets\/icons\/icon48.png",
            "128": "assets\/icons\/icon128.png"
        },
        "default_title": "Login to ShareGPT",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "index.js"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "https:\/\/sharegpt.com\/*"
    ]
}