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