AppSheet View Customizer

Customize Your Way to Better AppSheet Apps

Apa itu AppSheet View Customizer?

AppSheet View Customizer adalah ekstensi Chrome yang dikembangkan oleh https://hoccunghoa.com, dan fitur utamanya adalah "Customize Your Way to Better AppSheet Apps".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi AppSheet View Customizer

Unduh file ekstensi AppSheet View Customizer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama AppSheet View Customizer AppSheet View Customizer
ID ddaoiephbgngpbpiagcpmgabnjmlfefl
URL Resmi https://chromewebstore.google.com/detail/appsheet-view-customizer/ddaoiephbgngpbpiagcpmgabnjmlfefl
Deskripsi Customize Your Way to Better AppSheet Apps
Ukuran File 7.54 KB
Jumlah Instalasi 909
Versi Saat Ini 7.1
Terakhir Diperbarui 2023-11-21
Tanggal Publikasi 2023-10-29
Penilaian 5.00/5 Total 5 Penilaian
Pengembang https://hoccunghoa.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.hocappsheet.online/2023/11/privacy-policy-for-appsheet-extension.html
Bahasa yang Didukung 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\/*"
    ]
}