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 |
官方URL | 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\/*" ] } |