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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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\/*"
    ]
}