Chat GPT

Automate Chat GPT Prompts With Our Chat GPT Chrome Extension

Chat GPT란 무엇입니까?

Chat GPT은(는) https://chromegpt.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automate Chat GPT Prompts With Our Chat GPT Chrome Extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Introducing ChromeGPT - a ChatGPT chrome extension productivity tool for anyone who wants to save time and streamline their ChatGPT workflow! 

With this ChatGPT Chrome extension, you can create custom ChatGPT prompt library that can be used again and again with the click of a button, eliminating the need for repetitive typing or switching back and forth between tabs on Google Chrome. 

After creating your re-usable ChatGPT prompts in the options page, you can highlight text on any webpage, right-click and select one of your pre-saved prompts. Our ChatGPT chrome extension automates the rest of the process for you, saving you time and effort of copying/pasting/typing manually.

If you are looking for a ChatGPT chrome extension that saves you time, download our ChromeGPT extension today.                    

확장 프로그램 기본 정보

이름 Chat GPT Chat GPT
ID diaiocjbahpbddjgnhkejfiiialifono
공식 URL https://chromewebstore.google.com/detail/chat-gpt/diaiocjbahpbddjgnhkejfiiialifono
설명 Automate Chat GPT Prompts With Our Chat GPT Chrome Extension
파일 크기 290 KB
설치 횟수 6,000
현재 버전 1.7.6
최근 업데이트 2024-01-01
출시 날짜 2023-05-09
평점 5.00/5 총 3 개의 평점
개발자 https://chromegpt.net
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://www.chromegpt.net
도움말 페이지 URL https://www.chromegpt.net/contact
개인정보 보호 정책 페이지 URL https://www.chromegpt.net/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chat GPT",
    "version": "1.7.6",
    "description": "Automate Chat GPT Prompts With Our Chat GPT Chrome Extension",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "omnibox": {
        "keyword": "gpt:"
    },
    "content_scripts": [
        {
            "css": [
                "css\/style.css",
                "css\/fontawesome.min.css",
                "css\/regular.min.css"
            ],
            "js": [
                "js\/scripts\/chatPrompt.js"
            ],
            "matches": [
                "",
                "*:\/\/*\/*"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "js\/scripts\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/styles.css",
                "css\/fontawesome.min.css",
                "webfonts\/fa-regular-400.woff2"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "24": "images\/icon-32.png",
            "32": "images\/icon-32.png"
        },
        "default_title": "Chrome GPT",
        "default_popup": "popup\/popup.html"
    },
    "options_page": "options\/options.html"
}