Web, Work Copilot, Chat Web & Sidebar -FREE

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

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

Web, Work Copilot, Chat Web & Sidebar -FREE is een Chrome-extensie ontwikkeld door https://saas-ai.website, en de belangrijkste functie is "Web, Work Copilot, Chat Web & Sidebar -FREE, GPT-4 & GPT4".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Web, Work Copilot, Chat Web & Sidebar -FREE

Download Web, Work Copilot, Chat Web & Sidebar -FREE-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        ✅ 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                    

Basisinformatie over de Extensie

Naam Web, Work Copilot, Chat Web & Sidebar -FREE Web, Work Copilot, Chat Web & Sidebar -FREE
ID mlinajkbaceacmgohnehoopkmajnleaf
Officiële URL https://chromewebstore.google.com/detail/web-work-copilot-chat-web/mlinajkbaceacmgohnehoopkmajnleaf
Beschrijving Web, Work Copilot, Chat Web & Sidebar -FREE, GPT-4 & GPT4
Bestandsgrootte 4.25 MB
Aantal Installaties 3,166
Huidige Versie 4.6.7
Laatst Bijgewerkt 2024-03-05
Publicatiedatum 2023-03-07
Beoordeling 4.31/5 Totaal 16 Beoordelingen
Ontwikkelaar https://saas-ai.website
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://saas-ai.website
Help Pagina-URL https://saas-ai.website/support.html
URL van de Privacybeleid Pagina https://saas-ai1.web.app/privacy-policy-for-products.html
Ondersteunde Talen 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"
    }
}