ncScale

ncScale GitHub for no-code

Qu'est-ce que ncScale ?

ncScale est une extension Chrome développée par ncScale, et sa fonction principale est "ncScale GitHub for no-code".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension ncScale

Téléchargez les fichiers d'extension ncScale au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ncScale ncScale
ID megipipeoemnbabmhikhlanpiodcolgm
URL Officiel https://chromewebstore.google.com/detail/ncscale/megipipeoemnbabmhikhlanpiodcolgm
Description ncScale GitHub for no-code
Taille du Fichier 4.57 MB
Nombre d'Installations 943
Version Actuelle 2.3
Dernière Mise à Jour 2024-01-16
Date de Publication 2022-08-23
Évaluation 5.00/5 Total 1 Évaluations
Développeur ncScale
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://ncscale.com
URL de la Page d'Aide https://ncscale.com
URL de la Page de Politique de Confidentialité https://www.ncscale.com/privacy
Langues Prises en Charge 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"
    ]
}