ncScale

ncScale GitHub for no-code

ncScale क्या है?

ncScale ncScale द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ncScale GitHub for no-code"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ncScale एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}