AppSheet View Customizer

Customize Your Way to Better AppSheet Apps

AppSheet View Customizerとは何ですか?

AppSheet View Customizerはhttps://hoccunghoa.comによって開発されたChromeの拡張機能で、その主な機能は「Customize Your Way to Better AppSheet Apps」です。

拡張機能のスクリーンショット

screenshot
screenshot

AppSheet View Customizer拡張機能のCRXファイルをダウンロード

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
Eメール [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\/*"
    ]
}