alggoidbdcdfohkdmedcpinmheahfiib
Makes the files section in the Google Apps Script sidebar big. This simply makes the Files section in the Google Apps Script sidebar big, which is helpful if you have a lot of files.
Black Apps Script
This extension brings new functionality to the Google Apps Script Monaco Editor Search globally - now with hotkeys! Peek, find all references and goto definition now works across multiple files Choose the theme that suits you best or use your own Hide extra elements Apply styles for the outer panels Manage loads of editor options Use pre-defined snippets and compose yours Diff Editor - side by side live comparison Try a new editor that uses VS Code TextMate grammars as the syntax tokenization engine Folders support to group files, simply use slash in the filename (Many thanks to JeanRemiDelteil/appsScriptColor!) This functionality is unstable (due to dynamic page behavior). If you experience any issues, just refresh the page or disable the folder tree view Take care and enjoy coding 😌
Google Apps Script GitHub Assistant
Manage your gas code with github/github enterprise/bitbucket/gitlab Manage your Google Apps Script code with your favorite scm(github/github enterprise/bitbucket). [IMPORTANT] The new version requires Google OAuth to call Apps Script API, before the OAuth app be verified by Google, it only allow to grant 100 users' permission, if you encounter some errors said can not grant permission to the app, please wait for the verification process completed, sorry for the inconvenience! If you can not wait, please try check out the code from https://github.com/leonhartX/gas-github and switch to v4.0.3, install the extension from source with "Load Unpacked" in the extension page, it can still work with the old IDE. Feature: - Push/Pull code between github and Google Apps Script - Sync your code to public/secret Gist - Works with "Embedded" scripts (Scripts that are bound to SHEETS, DOCS, and FORMS) - Create github repo, branch and file from Google App Script IDE - Show diff when pull/push - Support choose files to pull/push - Support commit comment when push - Support Github, Github Enterprise, Bitbucket and GitLab - Support two-factor authentication(only for Github and Github Enterprise) - Support directory(with slash in filename) - Support Github Organization, Bitbucket Team and GitLab Groups. - Google Apps Script native ui - The *Pull* is not work actually the same as Github, since Google Apps Script do not have revision info, the *Pull* will just fetch your code from github and OVERWRITE(not merge) to the project. Changelog 5.1.0 - support auto-completion in repo and branch list - adjust diff window size Changelog 5.0.1 - improve log for new IDE - change extension icon Changelog 5.0.0 - [IMPORTANT] Use Google Apps Script API instead of internal RPC since it changed in new IDE, need to login with Google to work(currently the Google OAuth App is note verified yet, so there will be a warn page) - Support new GAS IDE(old IDE is not supported anymore) - Fix can not work with multi IDE tab in same browser Changelog 4.0.7 - Fix GitHub deprecation notification for using token in query parameter Changelog 4.0.2 - Remove support for hosted GitLab Changelog 4.0.0 - Add support for GitLab (the addition permission requested is for GitLab) Changelog 3.3.6 - Fix extension not work with AppsScript Color 1.0.1 Changelog 3.3.2 - Fix push/pull not work with embedded script. Changelog 3.3.0 - Support manifest file with a new config item. - Fix unexpected deletion when push to Github. Changelog 3.0.3 - Fix login github with email not work. Changelog 3.0.0 - Support bitbucket.org. - Show repo's full name (with user/organization) in dropdown list. - Support create repo under Github organization or Bitbucket team. - Fix create new branch from current branch. - Fix several minor bugs. Changelog 2.0.1 - Support create private repo from extension. Changelog 2.0.0 - Support file deleted and rename. Changelog 1.0.0 - Add Gist support. now you can sync your code to gist(public/secret). - To use gist, you must re-login to create a new access token which has the gist permission, or manually add gist scope in your current github access token. - Simple usage: select 'Using Gist' in repo dropdown list, and then select gist id in Gist dropdown list.
Apps Script Editor PRO
The best chrome extension for Google Apps Script developers. AI assistant, Vim shortcuts, themes, snippets, file tree and more! Extension that adds functionality to the Google App Script Editor. 1. 💼 Icons for project files and folders 💼 2. 📡 Allows to collapse and group groups of files contained in each folder with one click. 📡 3. 💻 Use of keyboard shortcuts and VIM commands. 💻 4. ⌨️ Keyboard shortcut ( Alt+J ) to go back in the file tree. ⌨️ 5. ⌨️ Keyboard shortcut ( Alt+K ) to move forward in the file tree. ⌨️ 6. 🖌️ 51 available themes to modify the editor interface to your liking. 🖌️ 7. 🌎 Available in 5 different languages. 🌎 8. 📦 Button for downloading all project files in a single .zip file 📦 9. ⌨️ Keyboard shortcut ( Alt+B ) to show/hide file tree. ⌨️ 10. ✨ Custom snippets code!! 11. ✨ AI Assistant 12. ✨ Github integration 📜 CHANGELOG 📜 V1.0.1: - Cursor bugs fixed and new VIM commands added. V1.2.0: - Improved some VIM commands - Added a button to show/hide the file tree V1.2.1: ✨ - You can now create, edit and reuse your own code snippets directly in the Google Apps Script editor. V1.2.2: ✨- Now you can create your own themes for the code editor. ✨- New interface design, improved user experience. V1.3.0: ✨- Snippet Store Discover, share, and import code snippets from the community ✨- AI Assistant Edit and create files with AI-powered assistance ✨- Global Search Search across all project files instantly ✨- Account & Sync Free account with cloud sync — your snippets always with you V1.3.2: ✨- Github Integration Connect your project to a GitHub repository and keep your files in sync ✨- Replace Files Now you can replace and search for text in all your files.
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. Pragmatic AI brings Google’s Gemini models into the Apps Script editor so you can review, enhance, and generate code without leaving your flow. A focused side panel lets you choose context (Editor/All/No Code), include execution logs when needed, and tune model parameters and then deliver clean, well-structured suggestions you can paste back into your project. All requests to the Gemini API are made client-side, and your code never leaves your browser except for the call to the Gemini API. The assistant activates on pages under https://script.google.com/. The Gemini API Key is stored locally inside the Chrome browser local storage, safe and secure. Built for Apps Script: Knows the editor context and optionally pulls in the execution log to ground responses. Real engineering tasks: Code Review for fast audits; Enhance to refactor, optimize, add comments/tests; Ask Gemini for custom prompts. Gemini controls: Switch among current Gemini 2.5/2.0 text models and adjust temperature, top-p, top-k, and max tokens. Clean UI: Sections for Code Context, Actions, Ask Gemini, and Gemini Response with copy/clear and scrollable output. Theme switch: One-tap day/night mode for bright labs or late-night debugging. Your Privacy is Protected: The extension stores your Gemini API key locally. This key, along with your code, is transmitted exclusively to the Gemini API for completion requests and is not shared with any other external parties. ============================================ What you can do Review code — Identify smells, risky patterns, missing returns, and better practices for Apps Script services. Ask Gemini — Describe tasks (e.g., “Create a Gmail to Sheets importer with batching & exponential backoff”) and generate ready-to-adapt code. Tune responses — Pick the model and set decoding sliders for the right balance of creativity vs. determinism. We recommend using "Gemini 2.5 Flash Lite" for great quality of responses. Use the Reset button to reset the values to their defaults. Open the Google Apps Script editor and launch the Pragmatic AI side panel. Paste your Gemini API key once (saved locally) in the API Settings and Usage section. You can get your Gemini key from https://aistudio.google.com/apikey Choose Code Context and (optionally) tick Execution log. Click Review code, Enhance code, or type your prompt in Ask Gemini and hit Send. Copy results from Gemini Response into your project. API key: stored locally; not uploaded to external servers by the extension. Data use: Code and prompts are sent to Gemini only when you request a completion. Open settings: Clear or replace your API key anytime in API Settings and Usage.