Copilot by Global Technology

Microsoft Copilot sidebar ported from Edge to Chrome by Global Ops

Copilot by Global Technologyคืออะไร?

Copilot by Global Technology เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Global Technology และคุณลักษณะหลักของมันคือ "Microsoft Copilot sidebar ported from Edge to Chrome by Global Ops"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Copilot by Global Technology

ดาวน์โหลดไฟล์ส่วนขยาย Copilot by Global Technology ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Microsoft Copilot sidebar ported from Edge to Chrome by Global Ops                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Copilot by Global Technology Copilot by Global Technology
ID pcdlhilfflkimjcmmmopclogfbdaejin
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/copilot-by-global-technol/pcdlhilfflkimjcmmmopclogfbdaejin
คำอธิบาย Microsoft Copilot sidebar ported from Edge to Chrome by Global Ops
ขนาดไฟล์ 53.44 KB
จำนวนการติดตั้ง 85
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2024-02-05
วันที่เผยแพร่ 2024-02-05
ผู้พัฒนา Global Technology
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/1uDU67juUSj9XU8UGtW8b2jkpho1UfHbY2rzn_JR_zH8/edit?usp=sharing
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Copilot by Global Technology",
    "description": "Microsoft Copilot sidebar ported from Edge to Chrome by Global Ops",
    "version": "1.0.0",
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Click to open Bing Chat Enterprise"
    },
    "side_panel": {
        "default_path": "sidepanel\/index.html"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "sidePanel",
        "declarativeNetRequest",
        "tabs",
        "notifications"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_bing",
                "enabled": true,
                "path": "rules\/bing.json"
            }
        ]
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            }
        }
    }
}