AppSheet View Customizer
Customize Your Way to Better AppSheet Apps
Co to jest AppSheet View Customizer?
AppSheet View Customizer to rozszerzenie Chrome opracowane przez https://hoccunghoa.com, a jego główną funkcją jest „Customize Your Way to Better AppSheet Apps”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia AppSheet View Customizer
Pobierz pliki rozszerzeń AppSheet View Customizer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | AppSheet View Customizer |
ID | ddaoiephbgngpbpiagcpmgabnjmlfefl |
Oficjalny URL | https://chromewebstore.google.com/detail/appsheet-view-customizer/ddaoiephbgngpbpiagcpmgabnjmlfefl |
Opis | Customize Your Way to Better AppSheet Apps |
Rozmiar pliku | 7.54 KB |
Liczba instalacji | 909 |
Aktualna Wersja | 7.1 |
Ostatnia Aktualizacja | 2023-11-21 |
Data Publikacji | 2023-10-29 |
Ocena | 5.00/5 Łącznie 5 Oceny |
Deweloper | https://hoccunghoa.com |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://www.hocappsheet.online/2023/11/privacy-policy-for-appsheet-extension.html |
Obsługiwane Języki | 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\/*" ] } |