AutoSync for AppSheet™
Auto refresh your Google AppSheet™ applications.
Cos'è AutoSync for AppSheet™?
AutoSync for AppSheet™ è un'estensione di Chrome sviluppata da https://apportunities.ca, e la sua funzione principale è "Auto refresh your Google AppSheet™ applications.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AutoSync for AppSheet™
Scarica i file di estensione AutoSync for AppSheet™ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | AutoSync for AppSheet™ |
ID | fahlakjbhapocfekakcbjdppdlngoakl |
URL Ufficiale | https://chromewebstore.google.com/detail/autosync-for-appsheet/fahlakjbhapocfekakcbjdppdlngoakl |
Descrizione | Auto refresh your Google AppSheet™ applications. |
Dimensione del File | 14.43 KB |
Conteggio Installazioni | 3,068 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2023-03-17 |
Data di Pubblicazione | 2023-03-14 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | https://apportunities.ca |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |