WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Google Apps Script Copilot

Google Apps Script Copilot

View on Chrome Web Store
View Google Apps Script Copilot Chrome Extension on Chrome Web Store
Add to bookmarks
3.7 (21 ratings)
1 new ratings
1 views
This extension has been viewed 1 times
0 downloads
This extension has been downloaded 0 times

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

An AI Extension that will help you write google apps script code.
Type
Extension
Users
10,000 users
1K
Website gscopilot.com
Hassan Raza
View author page of Hassan Raza
Featured Extension

Hand-picked for quality and usefulness

Published
Published on April 30, 2023
Version 2.1.0
Manifest version
3
Updated
Updated on December 25, 2025
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Google Apps Script Copilot 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",
    "description": "__MSG_extDescription__",
    "version": "2.1.0",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "main4.png"
    },
    "icons": {
        "128": "main.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/script.google.com\/home",
                "https:\/\/script.google.com\/home\/*",
                "https:\/\/script.google.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "reactsuite.min.css",
                "content.styles.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js",
                "add_3.png",
                "more_3.png",
                "history_3.png",
                "banner.png",
                "send.png",
                "stop1.png",
                "ahsan.jpg",
                "loader.svg",
                "loader2.svg",
                "loader3.svg",
                "loader4.svg",
                "main.png",
                "main4.png",
                "user.png",
                "chat.png",
                "star.png",
                "magic.png",
                "copyIcon.png",
                "add.png",
                "star_2.png",
                "watch.png",
                "rightArrow.png",
                "mark.png",
                "cursor-plus.png",
                "del.png",
                "back.png",
                "append.png",
                "replace.png",
                "preppend.png",
                "current.png",
                "inline.svg",
                "inline-disabled.svg",
                "code_completion.png",
                "code_completion_disable.png",
                "code_completion_disable_2.png",
                "thumbs-up.png",
                "negative-vote.png"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "permissions": [
        "storage",
        "notifications",
        "cookies",
        "identity",
        "sidePanel",
        "cookies",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "https:\/\/script.google.com\/*",
        "https:\/\/accounts.google.com\/",
        "https:\/\/home.gscopilot.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "<all_urls>"
        ]
    },
    "commands": {
        "addToChat": {
            "suggested_key": {
                "default": "Ctrl+Q"
            },
            "description": "Add to Chat"
        }
    },
    "oauth2": {
        "client_id": "563974935161-k8111nhq5el64k8d8trggmmnp37h44s0.apps.googleusercontent.com",
        "scopes": [
            "email",
            "profile",
            "openid"
        ]
    },
    "default_locale": "en"
}
© 2026 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