ChatGPT Assistant - Use AI Everywhere

Use ChatGPT in search engines, to write emails, and on any website

ChatGPT Assistant - Use AI Everywhere란 무엇입니까?

ChatGPT Assistant - Use AI Everywhere은(는) https://chatgptassistant.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use ChatGPT in search engines, to write emails, and on any website"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

ChatGPT Assistant - Use AI Everywhere 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The ultimate Chrome extension for ChatGPT!

- Automatically search ChatGPT in Google, Bing, DuckDuckGo, and Brave
- Code syntax highlighting
- ChatGPT is available as a popup and standalone page
- Right click to send selected text to ChatGPT as a prompt
- Use ChatGPT from the browser's omnibar
- Reuse previously submitted prompts
- Configure how the assistant sends prompts

https://msfrisbie.github.io/chat-gpt-assistant/                    

확장 프로그램 기본 정보

이름 ChatGPT Assistant - Use AI Everywhere ChatGPT Assistant - Use AI Everywhere
ID kldepdcdedfibmjnggmolhffdddbphjg
공식 URL https://chromewebstore.google.com/detail/chatgpt-assistant-use-ai/kldepdcdedfibmjnggmolhffdddbphjg
설명 Use ChatGPT in search engines, to write emails, and on any website
파일 크기 17.61 MB
설치 횟수 25,511
현재 버전 0.15.0
최근 업데이트 2023-03-22
출시 날짜 2022-12-06
평점 3.77/5 총 43 개의 평점
개발자 https://chatgptassistant.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://msfrisbie.github.io/chat-gpt-assistant/
개인정보 보호 정책 페이지 URL https://www.trackandtrace.tools/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Assistant - Use AI Everywhere",
    "description": "Use ChatGPT in search engines, to write emails, and on any website",
    "version": "0.15.0",
    "action": {
        "default_popup": "popup.a346ace6.html",
        "default_icon": {
            "16": "16.7e3e8f28.png",
            "32": "16.7e3e8f28.png",
            "48": "48.29a6c586.png",
            "128": "128.abb4d319.png"
        },
        "default_title": "ChatGPT Assistant"
    },
    "icons": {
        "16": "16.7e3e8f28.png",
        "32": "16.7e3e8f28.png",
        "48": "48.29a6c586.png",
        "128": "128.abb4d319.png"
    },
    "background": {
        "service_worker": "background.03d335d1.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+K",
                "mac": "MacCtrl+Shift+K",
                "chromeos": "Ctrl+Shift+K",
                "linux": "Ctrl+Shift+K"
            }
        }
    },
    "host_permissions": [
        "https:\/\/*.openai.com\/"
    ],
    "permissions": [
        "alarms",
        "activeTab",
        "storage",
        "tabs",
        "contextMenus"
    ],
    "options_ui": {
        "page": "options.eb47c85b.html",
        "open_in_tab": true
    },
    "omnibox": {
        "keyword": "gpt"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.google.com\/*",
                "https:\/\/*.bing.com\/*",
                "https:\/\/search.brave.com\/*",
                "https:\/\/*.duckduckgo.com\/*",
                "https:\/\/*.ecosia.org\/*",
                "https:\/\/*.presearch.com\/*",
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content-script.841a4bae.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/msfrisbie.github.io\/*"
            ],
            "css": [
                "content-script.6ed49269.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [],
            "matches": [
                ""
            ]
        },
        {
            "matches": [
                "https:\/\/*.google.com\/*",
                "https:\/\/*.bing.com\/*",
                "https:\/\/search.brave.com\/*",
                "https:\/\/*.duckduckgo.com\/*",
                "https:\/\/*.ecosia.org\/*",
                "https:\/\/*.presearch.com\/*",
                "https:\/\/chat.openai.com\/*"
            ],
            "resources": [
                "ai_translucent.efe4174d.png",
                "content-script.5c5e273d.css"
            ]
        }
    ]
}