Copilot by Global Technology

Microsoft Copilot sidebar ported from Edge to Chrome by Global Ops

Hvad er Copilot by Global Technology?

Copilot by Global Technology er en Chrome-udvidelse udviklet af Global Technology, og dens hovedfunktion er "Microsoft Copilot sidebar ported from Edge to Chrome by Global Ops".

Udvidelsesskærmbilleder

screenshot

Download Copilot by Global Technology-udvidelses-CRX-fil

Download Copilot by Global Technology-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Microsoft Copilot sidebar ported from Edge to Chrome by Global Ops                    

Grundlæggende oplysninger om udvidelsen

Navn Copilot by Global Technology Copilot by Global Technology
ID pcdlhilfflkimjcmmmopclogfbdaejin
Officiel URL https://chromewebstore.google.com/detail/copilot-by-global-technol/pcdlhilfflkimjcmmmopclogfbdaejin
Beskrivelse Microsoft Copilot sidebar ported from Edge to Chrome by Global Ops
Filstørrelse 53.44 KB
Antal Installationer 85
Nuværende Version 1.0.0
Senest Opdateret 2024-02-05
Udgivelsesdato 2024-02-05
Udvikler Global Technology
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://docs.google.com/document/d/1uDU67juUSj9XU8UGtW8b2jkpho1UfHbY2rzn_JR_zH8/edit?usp=sharing
Understøttede Sprog 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"
            }
        }
    }
}