AutoSync for AppSheet™

Auto refresh your Google AppSheet™ applications.

Wat is AutoSync for AppSheet™?

AutoSync for AppSheet™ is een Chrome-extensie ontwikkeld door https://apportunities.ca, en de belangrijkste functie is "Auto refresh your Google AppSheet™ applications.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie AutoSync for AppSheet™

Download AutoSync for AppSheet™-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam AutoSync for AppSheet™ AutoSync for AppSheet™
ID fahlakjbhapocfekakcbjdppdlngoakl
Officiële URL https://chromewebstore.google.com/detail/autosync-for-appsheet/fahlakjbhapocfekakcbjdppdlngoakl
Beschrijving Auto refresh your Google AppSheet™ applications.
Bestandsgrootte 14.43 KB
Aantal Installaties 3,068
Huidige Versie 1.0.2
Laatst Bijgewerkt 2023-03-17
Publicatiedatum 2023-03-14
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar https://apportunities.ca
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}