AppSheet Notification Extension in Chrome with OffiDocs
AppSheet Notification Extension Chrome web store extension
DESCRIPTION:
Run the Chrome online web store extension AppSheet Notification Extension using OffiDocs Chromium online.
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": "This email address is being protected from spambots. You need JavaScript enabled to view it.",
"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 Notification Extension web extension integrated with the OffiDocs Chromium online