GPTMarker

GPTMarker - Share and save your ChatGPT conversations

GPTMarker란 무엇입니까?

GPTMarker은(는) https://gptmarker.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "GPTMarker - Share and save your ChatGPT conversations"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

GPTMarker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The GPTMarker Chrome extension is a convenient and user-friendly tool that allows you to save and share your conversations with the ChatGPT. 

With this extension, you can easily create links of your conversations with the ChatGPT, as well as share them with others. This is a great way to keep track of your conversations with the ChatGPT and to share your conversations with others. 

Additionally, the extension is easy to use and can be a fun way to enhance your ChatGPT experience. 

Give it a try and see how it can help you save and share your conversations with the ChatGPT.                    

확장 프로그램 기본 정보

이름 GPTMarker GPTMarker
ID hckjneemhgakefhinjpngpfjfmonnfod
공식 URL https://chromewebstore.google.com/detail/gptmarker/hckjneemhgakefhinjpngpfjfmonnfod
설명 GPTMarker - Share and save your ChatGPT conversations
파일 크기 150 KB
설치 횟수 289
현재 버전 1.0.6
최근 업데이트 2022-12-14
출시 날짜 2022-12-10
평점 5.00/5 총 4 개의 평점
개발자 https://gptmarker.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.gptmarker.com
도움말 페이지 URL https://www.gptmarker.com/support
개인정보 보호 정책 페이지 URL https://www.gptmarker.com/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GPTMarker",
    "author": "Altogic",
    "description": "GPTMarker - Share and save your ChatGPT conversations",
    "version": "1.0.6",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/chat"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "64": "images\/64.png",
        "128": "images\/128.png",
        "256": "images\/256.png"
    }
}