Copilot by Global Technology

Microsoft Copilot sidebar ported from Edge to Chrome by Global Ops

Qu'est-ce que Copilot by Global Technology ?

Copilot by Global Technology est une extension Chrome développée par Global Technology, et sa fonction principale est "Microsoft Copilot sidebar ported from Edge to Chrome by Global Ops".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Copilot by Global Technology

Téléchargez les fichiers d'extension Copilot by Global Technology au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Microsoft Copilot sidebar ported from Edge to Chrome by Global Ops                    

Informations de Base sur l'Extension

Nom Copilot by Global Technology Copilot by Global Technology
ID pcdlhilfflkimjcmmmopclogfbdaejin
URL Officiel https://chromewebstore.google.com/detail/copilot-by-global-technol/pcdlhilfflkimjcmmmopclogfbdaejin
Description Microsoft Copilot sidebar ported from Edge to Chrome by Global Ops
Taille du Fichier 53.44 KB
Nombre d'Installations 85
Version Actuelle 1.0.0
Dernière Mise à Jour 2024-02-05
Date de Publication 2024-02-05
Développeur Global Technology
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://docs.google.com/document/d/1uDU67juUSj9XU8UGtW8b2jkpho1UfHbY2rzn_JR_zH8/edit?usp=sharing
Langues Prises en Charge 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"
            }
        }
    }
}