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

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

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