Copilot by Global Technology

Microsoft Copilot sidebar ported from Edge to Chrome by Global Ops

Wat is Copilot by Global Technology?

Copilot by Global Technology is een Chrome-extensie ontwikkeld door Global Technology, en de belangrijkste functie is "Microsoft Copilot sidebar ported from Edge to Chrome by Global Ops".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Copilot by Global Technology

Download Copilot by Global Technology-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Microsoft Copilot sidebar ported from Edge to Chrome by Global Ops                    

Basisinformatie over de Extensie

Naam Copilot by Global Technology Copilot by Global Technology
ID pcdlhilfflkimjcmmmopclogfbdaejin
Officiële URL https://chromewebstore.google.com/detail/copilot-by-global-technol/pcdlhilfflkimjcmmmopclogfbdaejin
Beschrijving Microsoft Copilot sidebar ported from Edge to Chrome by Global Ops
Bestandsgrootte 53.44 KB
Aantal Installaties 85
Huidige Versie 1.0.0
Laatst Bijgewerkt 2024-02-05
Publicatiedatum 2024-02-05
Ontwikkelaar Global Technology
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://docs.google.com/document/d/1uDU67juUSj9XU8UGtW8b2jkpho1UfHbY2rzn_JR_zH8/edit?usp=sharing
Ondersteunde Talen 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"
            }
        }
    }
}