AppSheet View Customizer
Customize Your Way to Better AppSheet Apps
什麼是AppSheet View Customizer?
AppSheet View Customizer是由https://hoccunghoa.com開發的Chrome擴展程式,該擴展的主要功能是“Customize Your Way to Better AppSheet Apps”。
擴展截圖
下載AppSheet View Customizer擴展crx文件
下載AppSheet View Customizer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension will assist you in customizing the display during data setup. Specifically, it involves data, where we have enhanced the display by removing unnecessary columns, increasing the display area, and adjusting some display-related information. We hope this utility will be beneficial to you when working with Appsheet.
擴展基本資訊
名稱 | AppSheet View Customizer |
ID | ddaoiephbgngpbpiagcpmgabnjmlfefl |
官方網址 | https://chromewebstore.google.com/detail/appsheet-view-customizer/ddaoiephbgngpbpiagcpmgabnjmlfefl |
簡介 | Customize Your Way to Better AppSheet Apps |
檔案大小 | 7.54 KB |
安裝次數 | 909 |
目前版本 | 7.1 |
更新時間 | 2023-11-21 |
上架時間 | 2023-10-29 |
評分 | 5.00/5 共 5 次評分 |
開發者 | https://hoccunghoa.com |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.hocappsheet.online/2023/11/privacy-policy-for-appsheet-extension.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AppSheet View Customizer", "description": "Customize Your Way to Better AppSheet Apps", "version": "7.1", "action": { "default_popup": "popup.html", "default_icon": "\/images\/icon.png" }, "background": { "service_worker": "background.js" }, "icons": { "16": "\/images\/icon.png", "32": "\/images\/icon.png", "48": "\/images\/icon.png", "128": "\/images\/icon.png" }, "permissions": [ "scripting", "storage" ], "host_permissions": [ "https:\/\/www.appsheet.com\/template\/*", "https:\/\/www.appsheet.com\/Template\/*" ] } |