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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
            }
        }
    }
}