AppSheet View Customizer

Customize Your Way to Better AppSheet Apps

Что такое AppSheet View Customizer?

AppSheet View Customizer - это расширение Chrome, разработанное https://hoccunghoa.com, и его основная функция - "Customize Your Way to Better AppSheet Apps".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения AppSheet View Customizer

Скачайте файлы расширений AppSheet View Customizer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название AppSheet View Customizer AppSheet View Customizer
ID ddaoiephbgngpbpiagcpmgabnjmlfefl
Официальный URL https://chromewebstore.google.com/detail/appsheet-view-customizer/ddaoiephbgngpbpiagcpmgabnjmlfefl
Описание Customize Your Way to Better AppSheet Apps
Размер файла 7.54 KB
Количество установок 909
Текущая Версия 7.1
Последнее Обновление 2023-11-21
Дата публикации 2023-10-29
Рейтинг 5.00/5 Всего 5 оценок
Разработчик https://hoccunghoa.com
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://www.hocappsheet.online/2023/11/privacy-policy-for-appsheet-extension.html
Поддерживаемые языки 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\/*"
    ]
}