AppSheet View Customizer
Customize Your Way to Better AppSheet Apps
Co je AppSheet View Customizer?
AppSheet View Customizer je rozšíření Chrome vyvinuté https://hoccunghoa.com, a jeho hlavní funkcí je „Customize Your Way to Better AppSheet Apps“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření AppSheet View Customizer
Stáhněte si soubory rozšíření AppSheet View Customizer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | AppSheet View Customizer |
ID | ddaoiephbgngpbpiagcpmgabnjmlfefl |
Oficiální URL | https://chromewebstore.google.com/detail/appsheet-view-customizer/ddaoiephbgngpbpiagcpmgabnjmlfefl |
Popis | Customize Your Way to Better AppSheet Apps |
Velikost souboru | 7.54 KB |
Počet instalací | 909 |
Aktuální Verze | 7.1 |
Poslední Aktualizace | 2023-11-21 |
Datum Vydání | 2023-10-29 |
Hodnocení | 5.00/5 Celkem 5 Hodnocení |
Vývojář | https://hoccunghoa.com |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://www.hocappsheet.online/2023/11/privacy-policy-for-appsheet-extension.html |
Podporované Jazyky | 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\/*" ] } |