Google Apps Script Copilot
AI pair-programmer inside the Apps Script editor — chat, inline completions, and an agent that edits code for you.
As of June 2026, Google Apps Script Copilot has 10,000 users and a 3.73/5 rating from 22 reviews in the Developer Tools category.
Usersno change0%
10.0K
10,000
Ratingup 1.6 percent+1.6%
3.73
22 reviews
Reviewsup 4.8 percent+4.8%
22
Version
3.1.1
Manifest V3
90-day change · In the last 90 days this extension 4 version updates, changed permissions.
History
7 snapshotsTracking since Apr 19, 2026.
View as table
| Date | Users | Rating | Reviews | Version |
|---|---|---|---|---|
| Apr 19, 2026 | 10.0K | 3.67 | 21 | 2.1.0 |
| Apr 24, 2026 | 10.0K | 3.67 | 21 | 2.1.0 |
| May 9, 2026 | 10.0K | 3.67 | 21 | 2.2.0 |
| May 30, 2026 | 10.0K | 3.67 | 21 | 2.2.1 |
| Jun 4, 2026 | 10.0K | 3.60 | 20 | 2.2.1 |
| Jun 8, 2026 | 10.0K | 3.67 | 21 | 2.2.1 |
| Jun 14, 2026 | 10.0K | 3.67 | 21 | 3.0.0 |
| Now | 10.0K | 3.73 | 22 | 3.1.1 |
Changelog
- Jun 14, 2026description
Write Google Apps Script faster — without ever leaving the editor. Google Apps Script Copilot embeds a full AI coding assistant directly inside script.google.com. No tab-switching, no copy-pasting from chatbots. You get context-aware help grounded in your actual open project — right where you write code. —————————————————————————— ✨ FEATURES 💬 AI Chat Ask anything about your project. Debug errors, understand Google Workspace APIs, and generate code in a chat panel that already knows your open files. 🤖 Agent Mode Describe the change you want. The agent explores your project (read, grep, lint), plans the edit, and applies changes across multiple files — automatically. 📋 Plan Mode For bigger tasks, the AI writes a step-by-step plan and asks clarifying questions before touching a single line of code. ⌨️ Inline Completions Ghost-text suggestions as you type, tuned for Apps Script and the Google Workspace APIs — Sheets, Docs, Gmail, Drive, Calendar, and more. ✏️ Quick Edit Select any code, describe your change, and apply a refactor, fix, or rewrite — without leaving the editor. 🔌 MCP Support Connect Model Context Protocol (MCP) servers to give the assistant access to extra tools, data sources, or your own Workspace data. ↔️ Diff Review & One-Click Revert Every AI change appears as a clear diff you review and approve. Any turn can be undone in one click. @ Mention Files Pull any file in your project into the conversation with @filename — the AI answers with full context. ➕ Add to Chat Send any selection into the chat instantly. When the editor flags an error, an "Add to Chat" action appears right on it — so the AI can fix it in one click. ✨ Prompt Enhancer Turn a rough one-liner into a detailed, well-structured prompt with a single click. 🎨 Light & Dark Themes Automatically matches the Apps Script editor's appearance. —————————————————————————— 🔑 BRING YOUR OWN KEY (BYOK) Connect your own API key for OpenAI, Anthropic (Claude), Google Gemini, or OpenRouter — then choose exactly which model you want to run. Full control, no lock-in. —————————————————————————— 🔒 PRIVACY & PERMISSIONS The extension runs only on the Google Apps Script editor. Your code is sent to the AI provider you choose solely to generate the assistance you requested — nothing else is stored or shared. —————————————————————————— ⚠️ DISCLAIMER Google Apps Script Copilot is an independent product. It is not affiliated with, endorsed by, or in any way officially connected to Google LLC. "Google," "Google Apps Script," and "Google Workspace" are trademarks of Google LLC.
Write Google Apps Script faster — without ever leaving the editor. Google Apps Script Copilot embeds a full AI coding assistant directly inside script.google.com. No tab-switching, no copy-pasting from chatbots. You get context-aware help grounded in your actual open project — right where you write code. —————————————————————————— ✨ FEATURES 💬 AI Chat Ask anything about your project. Debug errors, understand Google Workspace APIs, and generate code in a chat panel that already knows your open files. 🤖 Agent Mode Describe the change you want. The agent explores your project (read, grep, lint), plans the edit, and applies changes across multiple files — automatically. 📋 Plan Mode For bigger tasks, the AI writes a step-by-step plan and asks clarifying questions before touching a single line of code. ⌨️ Inline Completions Ghost-text suggestions as you type, tuned for Apps Script and the Google Workspace APIs — Sheets, Docs, Gmail, Drive, Calendar, and more. ✏️ Quick Edit Select any code, describe your change, and apply a refactor, fix, or rewrite — without leaving the editor. 🔌 MCP Support Connect Model Context Protocol (MCP) servers to give the assistant access to extra tools, data sources, or your own Workspace data. ↔️ Diff Review & One-Click Revert Every AI change appears as a clear diff you review and approve. Any turn can be undone in one click. @ Mention Files Pull any file in your project into the conversation with @filename — the AI answers with full context. ➕ Add to Chat Send any selection into the chat instantly. When the editor flags an error, an "Add to Chat" action appears right on it — so the AI can fix it in one click. 🧠 Skills Use specialized slash-command skills for real Apps Script workflows: Add-on, Code Review, Frontend Design, Web App, Library, Sheets Expert, Optimize, Debug, Triggers, API Integration, and Explain. 🌍 Multi-Lingual Support Use the extension in English, Deutsch, Español, Français, Italiano, 日本語, Русский, and 简体中文. The assistant can also respond in your selected language while staying grounded in your open Apps Script project. ✨ Prompt Enhancer Turn a rough one-liner into a detailed, well-structured prompt with a single click. 🎨 Light & Dark Themes Automatically matches the Apps Script editor's appearance. —————————————————————————— 🔑 BRING YOUR OWN KEY (BYOK) Connect your own API key for OpenAI, Anthropic (Claude), Google Gemini, or OpenRouter — then choose exactly which model you want to run. Full control, no lock-in. —————————————————————————— 🔒 PRIVACY & PERMISSIONS The extension runs only on the Google Apps Script editor. Your code is sent to the AI provider you choose solely to generate the assistance you requested — nothing else is stored or shared. —————————————————————————— ⚠️ DISCLAIMER Google Apps Script Copilot is an independent product. It is not affiliated with, endorsed by, or in any way officially connected to Google LLC. "Google," "Google Apps Script," and "Google Workspace" are trademarks of Google LLC.
- Jun 8, 2026description
This Extension will help you write and explain Google Apps Script Code using AI. Features: - Realtime Chat with AI directly inside your Apps Script IDE - Spotlight Feature (Ctrl + 0) that let's you instantly generate and directly insert the code to the Apps Script IDE (Deprecated) - Access to Chat History - Comment Questions Based Inline Suggestion - Code AutoComplete - Reasoning Added to Chat - Stop Streaming Support in Chat - Multiple File Context in Chat - Add To Chat Feature to add code & terminal snippets to Chat - Dark Mode Added - More Features Coming Soon... Changelogs: https://home.gscopilot.com/changelogs This Extension is not affiliated with or endorsed or sponsored by Google.
Write Google Apps Script faster — without ever leaving the editor. Google Apps Script Copilot embeds a full AI coding assistant directly inside script.google.com. No tab-switching, no copy-pasting from chatbots. You get context-aware help grounded in your actual open project — right where you write code. —————————————————————————— ✨ FEATURES 💬 AI Chat Ask anything about your project. Debug errors, understand Google Workspace APIs, and generate code in a chat panel that already knows your open files. 🤖 Agent Mode Describe the change you want. The agent explores your project (read, grep, lint), plans the edit, and applies changes across multiple files — automatically. 📋 Plan Mode For bigger tasks, the AI writes a step-by-step plan and asks clarifying questions before touching a single line of code. ⌨️ Inline Completions Ghost-text suggestions as you type, tuned for Apps Script and the Google Workspace APIs — Sheets, Docs, Gmail, Drive, Calendar, and more. ✏️ Quick Edit Select any code, describe your change, and apply a refactor, fix, or rewrite — without leaving the editor. 🔌 MCP Support Connect Model Context Protocol (MCP) servers to give the assistant access to extra tools, data sources, or your own Workspace data. ↔️ Diff Review & One-Click Revert Every AI change appears as a clear diff you review and approve. Any turn can be undone in one click. @ Mention Files Pull any file in your project into the conversation with @filename — the AI answers with full context. ➕ Add to Chat Send any selection into the chat instantly. When the editor flags an error, an "Add to Chat" action appears right on it — so the AI can fix it in one click. ✨ Prompt Enhancer Turn a rough one-liner into a detailed, well-structured prompt with a single click. 🎨 Light & Dark Themes Automatically matches the Apps Script editor's appearance. —————————————————————————— 🔑 BRING YOUR OWN KEY (BYOK) Connect your own API key for OpenAI, Anthropic (Claude), Google Gemini, or OpenRouter — then choose exactly which model you want to run. Full control, no lock-in. —————————————————————————— 🔒 PRIVACY & PERMISSIONS The extension runs only on the Google Apps Script editor. Your code is sent to the AI provider you choose solely to generate the assistance you requested — nothing else is stored or shared. —————————————————————————— ⚠️ DISCLAIMER Google Apps Script Copilot is an independent product. It is not affiliated with, endorsed by, or in any way officially connected to Google LLC. "Google," "Google Apps Script," and "Google Workspace" are trademarks of Google LLC.
- Jun 8, 2026short_description
An AI Extension that will help you write google apps script code.
AI pair-programmer inside the Apps Script editor — chat, inline completions, and an agent that edits code for you.
- Jun 8, 2026host_permissions
https://script.google.com/*, https://accounts.google.com/, https://home.gscopilot.com/*
https://script.google.com/*, https://accounts.google.com/*, https://gscopilot.com/*, https://ai.gscopilot.com/*, https://dev.gscopilot.com/*, https://home.gscopilot.com/*, https://api.openai.com/*, https://api.anthropic.com/*, https://generativelanguage.googleapis.com/*, https://openrouter.ai/*
- Jun 8, 2026permissions
storage, notifications, cookies, identity, sidePanel, cookies, unlimitedStorage
storage, cookies, identity, alarms, unlimitedStorage, sidePanel
Permissions & access
- Permissions
- storagecookiesidentityalarmsunlimitedStoragesidePanel
- Host access
- https://script.google.com/*, https://accounts.google.com/*, https://gscopilot.com/*, https://ai.gscopilot.com/*, https://dev.gscopilot.com/*, https://home.gscopilot.com/*, https://api.openai.com/*, https://api.anthropic.com/*, https://generativelanguage.googleapis.com/*, https://openrouter.ai/*
Screenshots
About
Write Google Apps Script faster — without ever leaving the editor. Google Apps Script Copilot embeds a full AI coding assistant directly inside script.google.com. No tab-switching, no copy-pasting from chatbots. You get context-aware help grounded in your actual open project — right where you write code. —————————————————————————— ✨ FEATURES 💬 AI Chat Ask anything about your project. Debug errors, understand Google Workspace APIs, and generate code in a chat panel that already knows your open files. 🤖 Agent Mode Describe the change you want. The agent explores your project (read, grep, lint), plans the edit, and applies changes across multiple files — automatically. 📋 Plan Mode For bigger tasks, the AI writes a step-by-step plan and asks clarifying questions before touching a single line of code. ⌨️ Inline Completions Ghost-text suggestions as you type, tuned for Apps Script and the Google Workspace APIs — Sheets, Docs, Gmail, Drive, Calendar, and more. ✏️ Quick Edit Select any code, describe your change, and apply a refactor, fix, or rewrite — without leaving the editor. 🔌 MCP Support Connect Model Context Protocol (MCP) servers to give the assistant access to extra tools, data sources, or your own Workspace data. ↔️ Diff Review & One-Click Revert Every AI change appears as a clear diff you review and approve. Any turn can be undone in one click. @ Mention Files Pull any file in your project into the conversation with @filename — the AI answers with full context. ➕ Add to Chat Send any selection into the chat instantly. When the editor flags an error, an "Add to Chat" action appears right on it — so the AI can fix it in one click. 🧠 Skills Use specialized slash-command skills for real Apps Script workflows: Add-on, Code Review, Frontend Design, Web App, Library, Sheets Expert, Optimize, Debug, Triggers, API Integration, and Explain. 🌍 Multi-Lingual Support Use the extension in English, Deutsch, Español, Français, Italiano, 日本語, Русский, and 简体中文. The assistant can also respond in your selected language while staying grounded in your open Apps Script project. ✨ Prompt Enhancer Turn a rough one-liner into a detailed, well-structured prompt with a single click. 🎨 Light & Dark Themes Automatically matches the Apps Script editor's appearance. —————————————————————————— 🔑 BRING YOUR OWN KEY (BYOK) Connect your own API key for OpenAI, Anthropic (Claude), Google Gemini, or OpenRouter — then choose exactly which model you want to run. Full control, no lock-in. —————————————————————————— 🔒 PRIVACY & PERMISSIONS The extension runs only on the Google Apps Script editor. Your code is sent to the AI provider you choose solely to generate the assistance you requested — nothing else is stored or shared. —————————————————————————— ⚠️ DISCLAIMER Google Apps Script Copilot is an independent product. It is not affiliated with, endorsed by, or in any way officially connected to Google LLC. "Google," "Google Apps Script," and "Google Workspace" are trademarks of Google LLC.
Technical
- Version
- 3.1.1
- Manifest
- V3
- Size
- 1.15MiB
- Min Chrome
- 88
- Languages
- 8
- Featured
- Yes
Metadata
- ID
- aakmllddlcknkbcgjabmcgggfciofbgo
- Developer ID
- u7067567f012f26269fb46865d596d05e
- Developer Email
- [email protected]
- Created
- Apr 30, 2023
- Last Updated (Store)
- Jun 11, 2026
- Last Scraped
- Jun 14, 2026
- Website
- gscopilot.com
- Support URL
- —
- Privacy Policy
- https://home.gscopilot.com/privacy
Similar extensions
Alternatives to Google Apps Script Copilot, ranked by description similarity.
AI Code Snippets
Save code snippets with useful AI generated explanations to help you learn faster
6
DriveWind Studio - Build Google Workspace Automations with AI
AI-powered Google Workspace assistant for building automations, tools or complex workflows in Apps Script and Sheets.
46
AI Chat - Your pocket AI assistant
AI Chat is a fast, lightweight, and powerful Google Chrome extension designed to put artificial intelligence exactly where you work…
8
★ 5.0
Agentillo
Agentillo — Chrome extension to say goodbye to your copy-paste routine between chat and project
Automate your work with chatbots…
7
★ 5.0
NitroGAS
A feature-packed tool aimed at enhancing your coding capabilities on the Google Apps Script editor.
116
AI Studio Extended
Extension to enhance Google's AI Studio functionality
592
Pragmatic AI - Google Apps Script Coding Companion!
Adds a code‑review and suggestion assistant to the Google Apps Script editor using the Gemini API! This is a beta version.
92
BringYourAI: Connect VSCode to ChatGPT
Instant codebase context on any AI chat website.
117
Data sourced from the Chrome Web Store · last verified Jun 14, 2026.