Web, Work Copilot, Chat Web & Sidebar -FREE

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

What is Web, Work Copilot, Chat Web & Sidebar -FREE?

Web, Work Copilot, Chat Web & Sidebar -FREE is a Chrome extension developed by https://saas-ai.website, and its main feature is "Web, Work Copilot, Chat Web & Sidebar -FREE, GPT-4 & GPT4".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Web, Work Copilot, Chat Web & Sidebar -FREE Extension CRX File

Download Web, Work Copilot, Chat Web & Sidebar -FREE extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ✅ 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                    

Extension Basic Information

Name Web, Work Copilot, Chat Web & Sidebar -FREE Web, Work Copilot, Chat Web & Sidebar -FREE
ID mlinajkbaceacmgohnehoopkmajnleaf
Official URL https://chromewebstore.google.com/detail/web-work-copilot-chat-web/mlinajkbaceacmgohnehoopkmajnleaf
Description Web, Work Copilot, Chat Web & Sidebar -FREE, GPT-4 & GPT4
File Size 4.25 MB
Installation Count 3,166
Current Version 4.6.7
Last Updated 2024-03-05
Publish Date 2023-03-07
Rating 4.31/5 Total 16 Ratings
Developer https://saas-ai.website
Email [email protected]
Payment Type free
Extension Website https://saas-ai.website
Help Page URL https://saas-ai.website/support.html
Privacy Policy Page URL https://saas-ai1.web.app/privacy-policy-for-products.html
Supported Languages 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"
    }
}