ncScale

ncScale GitHub for no-code

ما هو ncScale؟

ncScale هو إضافة Chrome تم تطويرها بواسطة ncScale، والميزة الرئيسية لها هي "ncScale GitHub for no-code".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة ncScale

قم بتنزيل ملفات الامتداد ncScale بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        ncScale helps you to auto-document and monitor your no-code infrastructure: applications, automations and databases in one place.

Key Features:
Document: automatically retrieve and store all your no-code elements in your ncScale repository for easy access and management.
Log Management & alerting: Create personalized alerts for your no-code activity to stay informed of important bugs, updates or changes.
Security Check: Conduct data breach checks on your no-code tools to ensure the security of your data.                    

معلومات أساسية عن التمديد

الاسم ncScale ncScale
ID megipipeoemnbabmhikhlanpiodcolgm
عنوان URL الرسمي https://chromewebstore.google.com/detail/ncscale/megipipeoemnbabmhikhlanpiodcolgm
الوصف ncScale GitHub for no-code
حجم الملف 4.57 MB
عدد التثبيتات 943
النسخة الحالية 2.3
آخر تحديث 2024-01-16
تاريخ النشر 2022-08-23
تقييم 5.00/5 مجموع تقييمات 1
المطور ncScale
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://ncscale.com
عنوان صفحة المساعدة https://ncscale.com
عنوان صفحة سياسة الخصوصية https://www.ncscale.com/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "ncScale GitHub for no-code",
    "version": "2.3",
    "manifest_version": 3,
    "name": "ncScale",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-128.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "animation.gif",
                "ckeditor5.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "",
        "*:\/\/bubble.io\/*"
    ],
    "permissions": [
        "cookies",
        "tabs",
        "storage",
        "webNavigation"
    ]
}