Copilot by Global Technology

Microsoft Copilot sidebar ported from Edge to Chrome by Global Ops

Vad är Copilot by Global Technology?

Copilot by Global Technology är en Chrome-tillägg utvecklad av Global Technology, och dess huvudfunktion är "Microsoft Copilot sidebar ported from Edge to Chrome by Global Ops".

Tilläggsskärmbilder

screenshot

Ladda ner Copilot by Global Technology-förlängningens CRX-fil

Ladda ner Copilot by Global Technology-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Microsoft Copilot sidebar ported from Edge to Chrome by Global Ops                    

Grundläggande Information om Tillägg

Namn Copilot by Global Technology Copilot by Global Technology
ID pcdlhilfflkimjcmmmopclogfbdaejin
Officiell webbadress https://chromewebstore.google.com/detail/copilot-by-global-technol/pcdlhilfflkimjcmmmopclogfbdaejin
Beskrivning Microsoft Copilot sidebar ported from Edge to Chrome by Global Ops
Filstorlek 53.44 KB
Antal Installationer 85
Aktuell Version 1.0.0
Senast Uppdaterad 2024-02-05
Publiceringsdatum 2024-02-05
Utvecklare Global Technology
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://docs.google.com/document/d/1uDU67juUSj9XU8UGtW8b2jkpho1UfHbY2rzn_JR_zH8/edit?usp=sharing
Stödda Språk 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"
            }
        }
    }
}