WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Copilot sidebar for Chrome

Copilot sidebar for Chrome

View on Chrome Web Store
View Copilot sidebar for Chrome Chrome Extension on Chrome Web Store
Add to bookmarks
3.0 (99 ratings)
7 views
This extension has been viewed 7 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

This extension is no longer available on the Chrome Web Store. We noticed it was gone on Apr 03, 2025.

Microsoft Copilot sidebar ported from Edge to Chrome
Type
Extension
Users
80,000 users
wong2
View author page of wong2
Featured Extension

Hand-picked for quality and usefulness

Published
Published on June 24, 2023
Version 1.9.0
Manifest version
3
Updated
Updated on December 29, 2023
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Copilot sidebar for Chrome Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Copilot sidebar for Chrome",
    "description": "Microsoft Copilot sidebar ported from Edge to Chrome",
    "version": "1.9.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 sidebar"
    },
    "side_panel": {
        "default_path": "sidepanel\/index.html"
    },
    "host_permissions": [
        "<all_urls>"
    ],
    "permissions": [
        "sidePanel",
        "declarativeNetRequest",
        "tabs",
        "notifications"
    ],
    "content_scripts": [
        {
            "js": [
                "shell\/inject.js"
            ],
            "matches": [
                "https:\/\/*.bing.com\/edgesvc\/shell*"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "world": "MAIN"
        },
        {
            "js": [
                "libs\/pdf.min.js",
                "content-script.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "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"
            }
        }
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top