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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://saas-ai.website และคุณลักษณะหลักของมันคือ "Web, Work Copilot, Chat Web & Sidebar -FREE, GPT-4 & GPT4"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Web, Work Copilot, Chat Web & Sidebar -FREE

ดาวน์โหลดไฟล์ส่วนขยาย Web, Work Copilot, Chat Web & Sidebar -FREE ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ✅ 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"
    }
}