AppSheet View Customizer
Customize Your Way to Better AppSheet Apps
Vad är AppSheet View Customizer?
AppSheet View Customizer är en Chrome-tillägg utvecklad av https://hoccunghoa.com, och dess huvudfunktion är "Customize Your Way to Better AppSheet Apps".
Tilläggsskärmbilder
Ladda ner AppSheet View Customizer-förlängningens CRX-fil
Ladda ner AppSheet View Customizer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | AppSheet View Customizer |
ID | ddaoiephbgngpbpiagcpmgabnjmlfefl |
Officiell webbadress | https://chromewebstore.google.com/detail/appsheet-view-customizer/ddaoiephbgngpbpiagcpmgabnjmlfefl |
Beskrivning | Customize Your Way to Better AppSheet Apps |
Filstorlek | 7.54 KB |
Antal Installationer | 909 |
Aktuell Version | 7.1 |
Senast Uppdaterad | 2023-11-21 |
Publiceringsdatum | 2023-10-29 |
Betyg | 5.00/5 Totalt 5 Betyg |
Utvecklare | https://hoccunghoa.com |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://www.hocappsheet.online/2023/11/privacy-policy-for-appsheet-extension.html |
Stödda Språk | 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\/*" ] } |