gdjehhmgjeelmgclomfmjnhjobjaofkp
Skip the sync, speed up your AppSheet workflows AppSheet Sync Skipper AppSheet Sync Skipper is a lightweight Chrome Extension that helps you skip the default sync process in AppSheet by directly sending data to your AppSheet app via its API. This enables faster actions, more efficient workflows, and a smoother experience when triggering changes or submitting form data. ⚙️ What it does: Detects special URLs with AppSheet parameters (e.g. ?appid=...&accesskey=...) Extracts information and sends it to AppSheet’s API Displays the status of requests (success, error, pending) Automatically closes the triggering tab (if needed) This is useful for AppSheet developers who want to simulate form submissions, bypass sync delays, or build automation tools using AppSheet's public API. 🎯 Purpose AppSheet Sync Skipper helps you skip manual Sync in AppSheet workflows by sending structured data directly to the AppSheet API via a custom URL. Ideal for performing Add, Edit, or Find actions with a single link. Step 1: Set up a "Go to a website" Action in AppSheet In your AppSheet app, create an action of type: "Go to a website" ID=123,124,125 → 3 rows with 3 key IDs. action: Add → Creates a new row in the Orders table. action: Edit → Updates the Invoices table. Step 2: Attach the link to a button, event, or automation When this URL is opened, the extension detects the parameters, sends a request to AppSheet's API, and then closes the tab automatically. appid | Your AppSheet app ID accesskey | Your AppSheet API access key tablename | The name of the table to interact with action | One of: "Add", "Edit", or "Find" locale (optional) | Defaults to "en-US if not provided location (optional) | Defaults to "47.623098,-122.330184" if not provided timezone (optional) | Defaults to "Pacific Standard Time" if not provided Any other parameters | Treated as column names and values for the row data This will send a POST request to the AppSheet API to insert a new row into the Customers table. Click the extension icon to view a log of recent API requests. Each entry includes: - Success – Successfully sent to AppSheet - Error – Failed to send - Pending – Currently being processed Only the 10 most recent requests are saved in memory. - It's recommended to open the link in a new browser tab to ensure the extension can capture and process it. - Make sure the Chrome Extension is installed and enabled on the browser where the action is triggered. - Do not include sensitive credentials like access keys in public actions unless you trust the user.
AppSheet Notification Extension
Displays toast notifications filtered by user email and app ID. AppSheet Notification Extension After years of waiting, I finally built it myself—a simple, no-nonsense Chrome extension that brings real-time toast notifications for AppSheet. No more missing updates or waiting for email alerts. Now, you get instant notifications, just like they should be. How It Works Install the extension, and whenever your AppSheet app needs to notify you, it sends a message to the notification server. The extension then pops up a clean, modern toast notification right in your browser. Setup Guide 1. AppSheet Configuration Go to AppSheet → Automation → Bots Add a new Webhook action Set the URL to: https://chrome-appsheet-toast-extension-production.up.railway.app/notification Use the POST method and send a JSON body like this: { "title": "Task Completed", "description": "Your task has been successfully processed.", "targetEmail": "your.email@example.com", "targetAppId": "your-app-id" } That’s It! No clutter, no unnecessary alerts—just real-time notifications when you need them. It’s simple, smooth, and finally the way AppSheet notifications should work.
AppSheet Assistant - Gemini and automation for Appsheet by Idun Group
Enhance your day to day on Google Appsheet. Bulk change your apps, rename columns and access an AI chat tailored for your needs! IdunApps, your assistant to unlock your maximum potential on AppSheet and Google Workspace!
AutoSync for AppSheet™
Auto refresh your Google AppSheet™ applications. Currently AppSheet performs a background sync every 30 minutes - this extension lets you reduce that to 1 minute! Unlike other automatic refresh extensions which require a full page refresh, this extension takes advantage of the native sync functionality of the AppSheet platform.
AppSheet Looker Integration
Automatically embed Looker Studio dashboards in AppSheet applications for seamless data visualization - Developed by Hoà Data A Chrome extension that automatically embeds Looker Studio dashboards into AppSheet applications for seamless data visualization. Features 🔄 Automatic Detection: Detects Looker controls in AppSheet applications 📊 Seamless Integration: Embeds Looker Studio dashboards directly in the interface 📱 Responsive Design: Full viewport height for optimal viewing ⚡ Real-time Updates: Works with dynamic content and page navigation 🎯 Privacy-focused: No data collection, minimal permissions How It Works The extension monitors AppSheet pages for elements with data-view-state-key containing "Name":"_Looker" When found, it extracts the dashboard ID from the element's aria-label or data-testid attribute Automatically creates and embeds a Looker Studio iframe with the dashboard The iframe adjusts to full screen height for optimal viewing experience Usage Navigate to your AppSheet application at https://www.appsheet.com/start/* Open any view that contains Looker controls (elements with _Looker in their data attributes) The extension will automatically detect and embed the corresponding Looker Studio dashboard The dashboard will display in full viewport height for optimal viewing