AutoSync for AppSheet™
Auto refresh your Google AppSheet™ applications.
什么是AutoSync for AppSheet™?
AutoSync for AppSheet™是由https://apportunities.ca开发的Chrome扩展程序,该扩展的主要功能是“Auto refresh your Google AppSheet™ applications.”。
扩展截图
下载AutoSync for AppSheet™扩展crx文件
下载AutoSync for AppSheet™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | AutoSync for AppSheet™ |
ID | fahlakjbhapocfekakcbjdppdlngoakl |
官方URL | https://chromewebstore.google.com/detail/autosync-for-appsheet/fahlakjbhapocfekakcbjdppdlngoakl |
简介 | Auto refresh your Google AppSheet™ applications. |
文件大小 | 14.43 KB |
安装次数 | 3,068 |
当前版本 | 1.0.2 |
更新时间 | 2023-03-17 |
上架时间 | 2023-03-14 |
评分 | 5.00/5 共6次评分 |
开发者 | https://apportunities.ca |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |