ncScale

ncScale GitHub for no-code

Cos'è ncScale?

ncScale è un'estensione di Chrome sviluppata da ncScale, e la sua funzione principale è "ncScale GitHub for no-code".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione ncScale

Scarica i file di estensione ncScale in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome ncScale ncScale
ID megipipeoemnbabmhikhlanpiodcolgm
URL Ufficiale https://chromewebstore.google.com/detail/ncscale/megipipeoemnbabmhikhlanpiodcolgm
Descrizione ncScale GitHub for no-code
Dimensione del File 4.57 MB
Conteggio Installazioni 943
Versione Corrente 2.3
Ultimo Aggiornamento 2024-01-16
Data di Pubblicazione 2022-08-23
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore ncScale
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://ncscale.com
URL della Pagina di Aiuto https://ncscale.com
URL della Pagina della Politica sulla Privacy https://www.ncscale.com/privacy
Lingue Supportate 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"
    ]
}