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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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"
}
} | |