ncScale

ncScale GitHub for no-code

ncScale란 무엇입니까?

ncScale은(는) ncScale에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ncScale GitHub for no-code"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

ncScale 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}