Web, Work Copilot, Chat Web & Sidebar -FREE

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

Vad är Web, Work Copilot, Chat Web & Sidebar -FREE?

Web, Work Copilot, Chat Web & Sidebar -FREE är en Chrome-tillägg utvecklad av https://saas-ai.website, och dess huvudfunktion är "Web, Work Copilot, Chat Web & Sidebar -FREE, GPT-4 & GPT4".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Web, Work Copilot, Chat Web & Sidebar -FREE-förlängningens CRX-fil

Ladda ner Web, Work Copilot, Chat Web & Sidebar -FREE-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        ✅ 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                    

Grundläggande Information om Tillägg

Namn Web, Work Copilot, Chat Web & Sidebar -FREE Web, Work Copilot, Chat Web & Sidebar -FREE
ID mlinajkbaceacmgohnehoopkmajnleaf
Officiell webbadress https://chromewebstore.google.com/detail/web-work-copilot-chat-web/mlinajkbaceacmgohnehoopkmajnleaf
Beskrivning Web, Work Copilot, Chat Web & Sidebar -FREE, GPT-4 & GPT4
Filstorlek 4.25 MB
Antal Installationer 3,166
Aktuell Version 4.6.7
Senast Uppdaterad 2024-03-05
Publiceringsdatum 2023-03-07
Betyg 4.31/5 Totalt 16 Betyg
Utvecklare https://saas-ai.website
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://saas-ai.website
Hjälpsida URL https://saas-ai.website/support.html
URL till Sekretesspolicy Sidan https://saas-ai1.web.app/privacy-policy-for-products.html
Stödda Språk 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"
    }
}