ncScale

ncScale GitHub for no-code

什么是ncScale?

ncScale是由ncScale开发的Chrome扩展程序,该扩展的主要功能是“ncScale GitHub for no-code”。

扩展截图

screenshot
screenshot
screenshot

下载ncScale扩展crx文件

下载ncScale扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 ncScale ncScale
ID megipipeoemnbabmhikhlanpiodcolgm
官方URL https://chromewebstore.google.com/detail/ncscale/megipipeoemnbabmhikhlanpiodcolgm
简介 ncScale GitHub for no-code
文件大小 4.57 MB
安装次数 943
当前版本 2.3
更新时间 2024-01-16
上架时间 2022-08-23
评分 5.00/5 共1次评分
开发者 ncScale
电子邮箱 [email protected]
付费类型 free
扩展官网 https://ncscale.com
帮助页面URL https://ncscale.com
隐私政策页面URL https://www.ncscale.com/privacy
支持的语言 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"
    ]
}