AppSheet View Customizer

Customize Your Way to Better AppSheet Apps

¿Qué es AppSheet View Customizer?

AppSheet View Customizer es una extensión de Chrome desarrollada por https://hoccunghoa.com, y su función principal es "Customize Your Way to Better AppSheet Apps".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión AppSheet View Customizer

Descarga archivos de extensión AppSheet View Customizer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre AppSheet View Customizer AppSheet View Customizer
ID ddaoiephbgngpbpiagcpmgabnjmlfefl
URL Oficial https://chromewebstore.google.com/detail/appsheet-view-customizer/ddaoiephbgngpbpiagcpmgabnjmlfefl
Descripción Customize Your Way to Better AppSheet Apps
Tamaño del Archivo 7.54 KB
Cantidad de Instalaciones 909
Versión Actual 7.1
Última Actualización 2023-11-21
Fecha de Publicación 2023-10-29
Calificación 5.00/5 Total de 5 Calificaciones
Desarrollador https://hoccunghoa.com
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://www.hocappsheet.online/2023/11/privacy-policy-for-appsheet-extension.html
Idiomas Soportados 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\/*"
    ]
}