AutoSync for AppSheet™
Auto refresh your Google AppSheet™ applications.
What is AutoSync for AppSheet™?
AutoSync for AppSheet™ is a Chrome extension developed by https://apportunities.ca, and its main feature is "Auto refresh your Google AppSheet™ applications.".
Extension Screenshots
Download AutoSync for AppSheet™ Extension CRX File
Download AutoSync for AppSheet™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | AutoSync for AppSheet™ |
ID | fahlakjbhapocfekakcbjdppdlngoakl |
Official URL | https://chromewebstore.google.com/detail/autosync-for-appsheet/fahlakjbhapocfekakcbjdppdlngoakl |
Description | Auto refresh your Google AppSheet™ applications. |
File Size | 14.43 KB |
Installation Count | 3,068 |
Current Version | 1.0.2 |
Last Updated | 2023-03-17 |
Publish Date | 2023-03-14 |
Rating | 5.00/5 Total 6 Ratings |
Developer | https://apportunities.ca |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AutoSync for AppSheet\u2122", "version": "1.0.2", "description": "Auto refresh your Google AppSheet\u2122 applications.", "icons": { "16": "assets\/ico\/blue_16.png", "32": "assets\/ico\/blue_32.png", "48": "assets\/ico\/blue_48.png", "128": "assets\/ico\/blue_128.png" }, "permissions": [ "scripting", "declarativeContent" ], "host_permissions": [ "https:\/\/*.appsheet.com\/start" ], "action": { "default_title": "AppSheet AutoSync", "default_popup": "modules\/popup\/popup.html" }, "background": { "service_worker": "background.js" } } |