AppSheet View Customizer
Customize Your Way to Better AppSheet Apps
Cos'è AppSheet View Customizer?
AppSheet View Customizer è un'estensione di Chrome sviluppata da https://hoccunghoa.com, e la sua funzione principale è "Customize Your Way to Better AppSheet Apps".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AppSheet View Customizer
Scarica i file di estensione AppSheet View Customizer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | AppSheet View Customizer |
ID | ddaoiephbgngpbpiagcpmgabnjmlfefl |
URL Ufficiale | https://chromewebstore.google.com/detail/appsheet-view-customizer/ddaoiephbgngpbpiagcpmgabnjmlfefl |
Descrizione | Customize Your Way to Better AppSheet Apps |
Dimensione del File | 7.54 KB |
Conteggio Installazioni | 909 |
Versione Corrente | 7.1 |
Ultimo Aggiornamento | 2023-11-21 |
Data di Pubblicazione | 2023-10-29 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | https://hoccunghoa.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.hocappsheet.online/2023/11/privacy-policy-for-appsheet-extension.html |
Lingue Supportate | 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\/*" ] } |