AppSheet View Customizer

Customize Your Way to Better AppSheet Apps

O que é AppSheet View Customizer?

AppSheet View Customizer é uma extensão do Chrome desenvolvida por https://hoccunghoa.com, e sua principal característica é "Customize Your Way to Better AppSheet Apps".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão AppSheet View Customizer

Baixe arquivos de extensão AppSheet View Customizer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome AppSheet View Customizer AppSheet View Customizer
ID ddaoiephbgngpbpiagcpmgabnjmlfefl
URL Oficial https://chromewebstore.google.com/detail/appsheet-view-customizer/ddaoiephbgngpbpiagcpmgabnjmlfefl
Descrição Customize Your Way to Better AppSheet Apps
Tamanho do Arquivo 7.54 KB
Contagem de Instalações 909
Versão Atual 7.1
Última Atualização 2023-11-21
Data de Publicação 2023-10-29
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor https://hoccunghoa.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.hocappsheet.online/2023/11/privacy-policy-for-appsheet-extension.html
Idiomas Suportados 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\/*"
    ]
}