Web, Work Copilot, Chat Web & Sidebar -FREE

Web, Work Copilot, Chat Web & Sidebar -FREE, GPT-4 & GPT4

Web, Work Copilot, Chat Web & Sidebar -FREE란 무엇입니까?

Web, Work Copilot, Chat Web & Sidebar -FREE은(는) https://saas-ai.website에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Web, Work Copilot, Chat Web & Sidebar -FREE, GPT-4 & GPT4"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Web, Work Copilot, Chat Web & Sidebar -FREE 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ✅ Web Page QA, including GPT-4.
✅ Including support 17+ tasks, in chat mainpage
              https://boss.up.railway.app
              https://gpt4-chat.web.app
✅ Built-in 17+ AI Plugins.

Features:
1. Small blue dot, you'll find it in anywhere. 
2. Chat mainpage
            https://boss.up.railway.app
            https://gpt4-chat.web.app

It integrates powerful AI, including:
1️⃣ Powerful AI
 	✅ GPT4
 	✅ GPT4-128K
 	✅ GPT4-Vision
 	✅ chat gpt-3.5-turbo(ChatGPT)
 	✅ chatgpt-gpt4-prompts-bart-large-cnn-samsum(for optimize prompt).
 	✅ chatgpt-prompt-generator-v12(for optimize prompt).
 	✅ prompt-extend(for optimize prompt).
        ✅ speech-to-text
        ✅ OpenAI Whisper Large V2
 	✅ OpenAI DALLE-2
 	✅ Stable Diffusion V2.1                    

확장 프로그램 기본 정보

이름 Web, Work Copilot, Chat Web & Sidebar -FREE Web, Work Copilot, Chat Web & Sidebar -FREE
ID mlinajkbaceacmgohnehoopkmajnleaf
공식 URL https://chromewebstore.google.com/detail/web-work-copilot-chat-web/mlinajkbaceacmgohnehoopkmajnleaf
설명 Web, Work Copilot, Chat Web & Sidebar -FREE, GPT-4 & GPT4
파일 크기 4.25 MB
설치 횟수 3,166
현재 버전 4.6.7
최근 업데이트 2024-03-05
출시 날짜 2023-03-07
평점 4.31/5 총 16 개의 평점
개발자 https://saas-ai.website
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://saas-ai.website
도움말 페이지 URL https://saas-ai.website/support.html
개인정보 보호 정책 페이지 URL https://saas-ai1.web.app/privacy-policy-for-products.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web, Work Copilot, Chat Web & Sidebar -FREE",
    "description": "Web, Work Copilot, Chat Web & Sidebar -FREE, GPT-4 & GPT4",
    "version": "4.6.7",
    "manifest_version": 3,
    "permissions": [
        "contextMenus",
        "scripting",
        "activeTab",
        "storage",
        "sidePanel"
    ],
    "host_permissions": [
        ""
    ],
    "optional_host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "commands": {
        "inject-script": {
            "suggested_key": {
                "default": "Alt+Shift+Y",
                "windows": "Alt+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "Inject a script on the page",
            "global": true
        },
        "open-popup": {
            "suggested_key": {
                "default": "Alt+Shift+U",
                "windows": "Alt+Shift+U",
                "mac": "Command+Shift+U"
            },
            "description": "Run \"foo\" on the current page.",
            "global": true
        },
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+Shift+E",
                "mac": "Command+Shift+E",
                "chromeos": "Alt+Shift+E",
                "linux": "Alt+Shift+E"
            }
        }
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                "",
                "file:\/\/\/*",
                "http:\/\/localhost:3000\/*",
                "http:\/\/localhost:8080\/*",
                "http:\/\/localhost:8501\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_title": "ChatWork\u2122 GPT4-128K Sidebar -FREE",
        "default_popup": "popup.html"
    },
    "side_panel": {
        "default_path": "popup-sidebar.html"
    },
    "icons": {
        "16": "chat16.png",
        "32": "chat32.png",
        "48": "chat48.png",
        "128": "chat128.png"
    }
}