ncScale

ncScale GitHub for no-code

Apa itu ncScale?

ncScale adalah ekstensi Chrome yang dikembangkan oleh ncScale, dan fitur utamanya adalah "ncScale GitHub for no-code".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi ncScale

Unduh file ekstensi ncScale dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama ncScale ncScale
ID megipipeoemnbabmhikhlanpiodcolgm
URL Resmi https://chromewebstore.google.com/detail/ncscale/megipipeoemnbabmhikhlanpiodcolgm
Deskripsi ncScale GitHub for no-code
Ukuran File 4.57 MB
Jumlah Instalasi 943
Versi Saat Ini 2.3
Terakhir Diperbarui 2024-01-16
Tanggal Publikasi 2022-08-23
Penilaian 5.00/5 Total 1 Penilaian
Pengembang ncScale
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://ncscale.com
URL Halaman Bantuan https://ncscale.com
URL Halaman Kebijakan Privasi https://www.ncscale.com/privacy
Bahasa yang Didukung 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"
    ]
}