Extend AppSheet

Boost productivity and clear the clutter

Τι είναι το Extend AppSheet;

Το Extend AppSheet είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://apportunities.ca, και η κύρια λειτουργία του είναι "Boost productivity and clear the clutter".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Extend AppSheet

Λήψη αρχείων επέκτασης Extend AppSheet σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Stay organized with app grouping and editor improvements.

This extension improves the AppSheet developer experience by adding a monospaced font to the editor fields, and collapsing the left side bar to increase screen space. It also helps developers stay organized by enabling creation of custom app groups and sorting on their My Apps page.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Extend AppSheet Extend AppSheet
ID okmajcnbngimcfckkmdpdmgaabhbbfog
Επίσημο URL https://chromewebstore.google.com/detail/extend-appsheet/okmajcnbngimcfckkmdpdmgaabhbbfog
Περιγραφή Boost productivity and clear the clutter
Μέγεθος Αρχείου 153 KB
Αριθμός Εγκαταστάσεων 5,000
Τρέχουσα Έκδοση 0.5.2
Τελευταία Ενημέρωση 2021-12-16
Ημερομηνία Δημοσίευσης 2021-06-21
Αξιολόγηση 4.57/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής https://apportunities.ca
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Extend AppSheet",
    "version": "0.5.2",
    "description": "Boost productivity and clear the clutter",
    "icons": {
        "16": "ico\/ico_16.png",
        "48": "ico\/ico_48.png",
        "128": "ico\/ico_128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "css": [
                "modules\/modal.css"
            ],
            "js": [
                "modules\/init.js"
            ],
            "matches": [
                "https:\/\/www.appsheet.com\/Template*",
                "https:\/\/www.appsheet.com\/template*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "modules\/appEditor\/lib\/codemirror.css",
                "modules\/appEditor\/lib\/material.css"
            ],
            "js": [
                "modules\/appEditor\/appEditor.js",
                "modules\/appEditor\/lib\/codemirror.js",
                "modules\/appEditor\/lib\/matchbrackets.js",
                "modules\/appEditor\/lib\/closebrackets.js"
            ],
            "matches": [
                "https:\/\/www.appsheet.com\/Template\/AppDef*",
                "https:\/\/www.appsheet.com\/template\/AppDef*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "modules\/myApps\/styles.css"
            ],
            "js": [
                "modules\/myApps\/myApps.js"
            ],
            "matches": [
                "https:\/\/www.appsheet.com\/Template\/Apps",
                "https:\/\/www.appsheet.com\/template\/Apps"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "modules\/*"
            ]
        }
    ]
}