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
Eメール [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"
    ]
}