ncScale

ncScale GitHub for no-code

Hvad er ncScale?

ncScale er en Chrome-udvidelse udviklet af ncScale, og dens hovedfunktion er "ncScale GitHub for no-code".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download ncScale-udvidelses-CRX-fil

Download ncScale-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn ncScale ncScale
ID megipipeoemnbabmhikhlanpiodcolgm
Officiel URL https://chromewebstore.google.com/detail/ncscale/megipipeoemnbabmhikhlanpiodcolgm
Beskrivelse ncScale GitHub for no-code
Filstørrelse 4.57 MB
Antal Installationer 943
Nuværende Version 2.3
Senest Opdateret 2024-01-16
Udgivelsesdato 2022-08-23
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler ncScale
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://ncscale.com
Hjælpeside-URL https://ncscale.com
URL til Fortrolighedspolitik Side https://www.ncscale.com/privacy
Understøttede Sprog 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"
    ]
}