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
官方網址 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"
    ]
}