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\/*"
    ]
}