ncScale

ncScale GitHub for no-code

ncScale là gì?

ncScale là một tiện ích mở rộng Chrome được phát triển bởi ncScale, và tính năng chính của nó là "ncScale GitHub for no-code".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ncScale

Tải xuống các tệp mở rộng ncScale dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ncScale ncScale
ID megipipeoemnbabmhikhlanpiodcolgm
URL Chính Thức https://chromewebstore.google.com/detail/ncscale/megipipeoemnbabmhikhlanpiodcolgm
Mô tả ncScale GitHub for no-code
Kích Thước Tệp 4.57 MB
Số Lần Cài Đặt 943
Phiên Bản Hiện Tại 2.3
Cập Nhật Lần Cuối 2024-01-16
Ngày Phát Hành 2022-08-23
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển ncScale
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ncscale.com
URL Trang Trợ Giúp https://ncscale.com
URL Trang Chính Sách Bảo Mật https://www.ncscale.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}