AutoSync for AppSheet™
Auto refresh your Google AppSheet™ applications.
AutoSync for AppSheet™ क्या है?
AutoSync for AppSheet™ https://apportunities.ca द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Auto refresh your Google AppSheet™ applications."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AutoSync for AppSheet™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |