AppSheet View Customizer

Customize Your Way to Better AppSheet Apps

Wat is AppSheet View Customizer?

AppSheet View Customizer is een Chrome-extensie ontwikkeld door https://hoccunghoa.com, en de belangrijkste functie is "Customize Your Way to Better AppSheet Apps".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie AppSheet View Customizer

Download AppSheet View Customizer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam AppSheet View Customizer AppSheet View Customizer
ID ddaoiephbgngpbpiagcpmgabnjmlfefl
Officiële URL https://chromewebstore.google.com/detail/appsheet-view-customizer/ddaoiephbgngpbpiagcpmgabnjmlfefl
Beschrijving Customize Your Way to Better AppSheet Apps
Bestandsgrootte 7.54 KB
Aantal Installaties 909
Huidige Versie 7.1
Laatst Bijgewerkt 2023-11-21
Publicatiedatum 2023-10-29
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar https://hoccunghoa.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.hocappsheet.online/2023/11/privacy-policy-for-appsheet-extension.html
Ondersteunde Talen 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\/*"
    ]
}