ncScale

ncScale GitHub for no-code

Wat is ncScale?

ncScale is een Chrome-extensie ontwikkeld door ncScale, en de belangrijkste functie is "ncScale GitHub for no-code".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie ncScale

Download ncScale-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam ncScale ncScale
ID megipipeoemnbabmhikhlanpiodcolgm
Officiële URL https://chromewebstore.google.com/detail/ncscale/megipipeoemnbabmhikhlanpiodcolgm
Beschrijving ncScale GitHub for no-code
Bestandsgrootte 4.57 MB
Aantal Installaties 943
Huidige Versie 2.3
Laatst Bijgewerkt 2024-01-16
Publicatiedatum 2022-08-23
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar ncScale
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://ncscale.com
Help Pagina-URL https://ncscale.com
URL van de Privacybeleid Pagina https://www.ncscale.com/privacy
Ondersteunde Talen 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"
    ]
}