AutoSync for AppSheet™
Auto refresh your Google AppSheet™ applications.
ما هو AutoSync for AppSheet™؟
AutoSync for AppSheet™ هو إضافة Chrome تم تطويرها بواسطة https://apportunities.ca، والميزة الرئيسية لها هي "Auto refresh your Google AppSheet™ applications.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة AutoSync for AppSheet™
قم بتنزيل ملفات الامتداد AutoSync for AppSheet™ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" } } |