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 |
Eメール | [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" } } |