SideChat - The fastest way to use ChatGPT

The fastest way to use ChatGPT

SideChat - The fastest way to use ChatGPT란 무엇입니까?

SideChat - The fastest way to use ChatGPT은(는) https://sidechat.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The fastest way to use ChatGPT"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

SideChat - The fastest way to use ChatGPT 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Sidechat is the fastest way to use ChatGPT

Use ChatGPT better, faster, and from everywhere with SideChat.

- everything you are used to from ChatGPT but inside any browser tab
- blazingly fast, access via one click or keystroke
- direct Interface to OpenAI's ChatGPT
- pick your own assistant type
- Quick Actions like "Summarize text"
- 100% privacy-friendly
- free-to-use
- works on any website
- dark and light themes                    

확장 프로그램 기본 정보

이름 SideChat - The fastest way to use ChatGPT SideChat - The fastest way to use ChatGPT
ID jocbiknfgjbpgejhmcnkcjhgfnkijdji
공식 URL https://chromewebstore.google.com/detail/sidechat-the-fastest-way/jocbiknfgjbpgejhmcnkcjhgfnkijdji
설명 The fastest way to use ChatGPT
파일 크기 1.27 MB
설치 횟수 226
현재 버전 0.0.8
최근 업데이트 2023-04-01
출시 날짜 2023-03-18
개발자 https://sidechat.ai
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.sidechat.ai/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.33d6b020.png",
        "32": "icon32.plasmo.27afc861.png",
        "48": "icon48.plasmo.8ba71e59.png",
        "64": "icon64.plasmo.3309652e.png",
        "128": "icon128.plasmo.218fa34e.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.33d6b020.png",
            "32": "icon32.plasmo.27afc861.png",
            "48": "icon48.plasmo.8ba71e59.png",
            "64": "icon64.plasmo.3309652e.png",
            "128": "icon128.plasmo.218fa34e.png"
        }
    },
    "version": "0.0.8",
    "author": "Dennis Kortsch",
    "name": "SideChat - The fastest way to use ChatGPT",
    "description": "The fastest way to use ChatGPT",
    "background": {
        "service_worker": "background.f3daaf77.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "main.284d3b09.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/api.openai.com\/*"
    ],
    "commands": {
        "show-content": {
            "suggested_key": {
                "default": "Ctrl+Y",
                "mac": "Command+E"
            },
            "description": "Open popup"
        }
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "main.33b84a85.css",
                "main.3ea489dc.png",
                "main.e351c7cf.png"
            ]
        }
    ]
}