AppSheet View Customizer
Customize Your Way to Better AppSheet Apps
AppSheet View Customizer là gì?
AppSheet View Customizer là một tiện ích mở rộng Chrome được phát triển bởi https://hoccunghoa.com, và tính năng chính của nó là "Customize Your Way to Better AppSheet Apps".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng AppSheet View Customizer
Tải xuống các tệp mở rộng AppSheet View Customizer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | AppSheet View Customizer |
ID | ddaoiephbgngpbpiagcpmgabnjmlfefl |
URL Chính Thức | https://chromewebstore.google.com/detail/appsheet-view-customizer/ddaoiephbgngpbpiagcpmgabnjmlfefl |
Mô tả | Customize Your Way to Better AppSheet Apps |
Kích Thước Tệp | 7.54 KB |
Số Lần Cài Đặt | 909 |
Phiên Bản Hiện Tại | 7.1 |
Cập Nhật Lần Cuối | 2023-11-21 |
Ngày Phát Hành | 2023-10-29 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | https://hoccunghoa.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.hocappsheet.online/2023/11/privacy-policy-for-appsheet-extension.html |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |