SideKick - ChatGPT on every website

An AI assistant for your daily tasks

SideKick - ChatGPT on every website란 무엇입니까?

SideKick - ChatGPT on every website은(는) Zigg에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An AI assistant for your daily tasks"입니다.

확장 프로그램 스크린샷

SideKick - ChatGPT on every website 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Access ChatGPT (GPT-3 and soon GPT-4) from any website instantly. 

Simply enter Cmd+J (Mac) or Ctrl+J (Windows) to open the chatbox and start conversing with ChatGPT without leaving your current page.

Sidekick allows you to:
- Access ChatGPT instantly
- Seamlessly integrate text from your active page
- Save your favorite prompts as templates

Upgrade your browsing experience and unlock the power of ChatGPT with Sidekick today!                    

확장 프로그램 기본 정보

이름 SideKick - ChatGPT on every website SideKick - ChatGPT on every website
ID mekgchhcgejkihjpfolmimbhnnkapojk
공식 URL https://chromewebstore.google.com/detail/sidekick-chatgpt-on-every/mekgchhcgejkihjpfolmimbhnnkapojk
설명 An AI assistant for your daily tasks
파일 크기 34.19 MB
설치 횟수 67
현재 버전 1.0.1
최근 업데이트 2023-04-04
출시 날짜 2023-03-25
평점 5.00/5 총 1 개의 평점
개발자 Zigg
이메일 [email protected]
결제 유형 in_app
개인정보 보호 정책 페이지 URL https://zigg.app/extension/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SideKick - ChatGPT on every website",
    "version": "1.0.1",
    "description": "An AI assistant for your daily tasks",
    "icons": {
        "16": "dist\/icons\/icon-16.png",
        "48": "dist\/icons\/icon-48.png",
        "128": "dist\/icons\/icon-128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/icons\/*.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "dist\/assets\/index.js"
            ],
            "matches": [
                ""
            ],
            "exclude_matches": [
                "http:\/\/localhost:*\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}