AppSheet View Customizer
Customize Your Way to Better AppSheet Apps
Hvad er AppSheet View Customizer?
AppSheet View Customizer er en Chrome-udvidelse udviklet af https://hoccunghoa.com, og dens hovedfunktion er "Customize Your Way to Better AppSheet Apps".
Udvidelsesskærmbilleder
Download AppSheet View Customizer-udvidelses-CRX-fil
Download AppSheet View Customizer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | AppSheet View Customizer |
ID | ddaoiephbgngpbpiagcpmgabnjmlfefl |
Officiel URL | https://chromewebstore.google.com/detail/appsheet-view-customizer/ddaoiephbgngpbpiagcpmgabnjmlfefl |
Beskrivelse | Customize Your Way to Better AppSheet Apps |
Filstørrelse | 7.54 KB |
Antal Installationer | 909 |
Nuværende Version | 7.1 |
Senest Opdateret | 2023-11-21 |
Udgivelsesdato | 2023-10-29 |
Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
Udvikler | https://hoccunghoa.com |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://www.hocappsheet.online/2023/11/privacy-policy-for-appsheet-extension.html |
Understøttede Sprog | 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\/*" ] } |