Nimbus Clarity - Video and Audio Recorder

Record videos for work and share them instantly - for individuals and teams

Nimbus Clarity - Video and Audio Recorder क्या है?

Nimbus Clarity - Video and Audio Recorder https://nimbusweb.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Record videos for work and share them instantly - for individuals and teams"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Nimbus Clarity - Video and Audio Recorder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Nimbus Clarity is a powerful extension for recording videos. With it, you can capture your screen, add arrows, blurs, text and frames, and record voiceovers.

▸ Record from your screen to make a screencast;
▸ Record video of another active program.
▸ Place a watermark on video to claim the ownership and improve your brand awareness;
▸ Record video screen from a webcam;
▸ Customize the video screen resolution;
▸ Make a drawing while recording;
▸ Upload video to Nimbus Note;                    

एक्सटेंशन की मूल जानकारी

नाम Nimbus Clarity - Video and Audio Recorder Nimbus Clarity - Video and Audio Recorder
ID enhjjhkhjenjnanplmdkahkbkoeeljjp
आधिकारिक URL https://chrome.google.com/webstore/detail/nimbus-clarity-video-and/enhjjhkhjenjnanplmdkahkbkoeeljjp
विवरण Record videos for work and share them instantly - for individuals and teams
फ़ाइल का आकार 24.87 MB
स्थापना संख्या 9,260
वर्तमान संस्करण 1.1.9
अंतिम अपडेट 2022-02-03
प्रकाशन तिथि 2021-08-10
रेटिंग 4.53/5 कुल 58 रेटिंग्स
डेवलपर https://nimbusweb.me
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://nimbusweb.me/privacy.php
समर्थित भाषाएँ de,en,fr,tr,es,it,hu,pt-BR,cs,ru,zh-CN,ja
manifest.json
{
    "version": "1.1.9",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjSLwTVKzvb\/JTB2qS6liCIYnVAVHmlRRA6yx36zoXfupFT2veGbC79oLCbrJILTmDPpDa1HKJUwT21AQIfGh0BECZc0bKFyGyiWO9lY7vUw0Mml0FLEgHWsw7d+4s8354zXN9MJX2\/HBYBZLDfxHdYPTNba5Rf48Ch\/riakFnEF1tCTr1lm1gZtpXuC+z3\/mg1\/2lMIXhw46mnRE+46ba+spL8gHOhSXcIGEoD4f5UENClg8jUSgvrimhh0\/sgSEMd6\/8WzG3Ql53zAGIJeDT8vHOZeAjm2NBIZscdJujYK0g8AwGc+fBD75HDqvKPp48tOlwQReXdyRlWOQlk16AQIDAQAB",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/nimbusweb.me",
    "short_name": "screen capture",
    "manifest_version": 2,
    "minimum_chrome_version": "43",
    "name": "__MSG_appName__",
    "offline_enabled": true,
    "options_page": "options.html",
    "incognito": "spanning",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' 'sha256-N5HXUv7Xa8DKbvkN9IZVh5Z6S5NOxff9D7KO7HYhWC4=' 'sha256-5PFNI+pxksLRjwiYqAcuot\/dPYiYWroI0C+uxKkcMRk=' https:\/\/www.google-analytics.com https:\/\/apis.google.com https:\/\/www.googleapis.com 'unsafe-eval'; object-src 'self'",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "32": "images\/icons\/32x32.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_appName__"
    },
    "icons": {
        "48": "images\/icons\/128x128.png"
    },
    "commands": {
        "start_tab_video": {
            "description": "Start recording tab\/page",
            "suggested_key": {
                "default": "Ctrl+Shift+7",
                "mac": "Command+Shift+7"
            }
        },
        "start_desktop_video": {
            "description": "Start recording desktop",
            "suggested_key": {
                "default": "Ctrl+Shift+8",
                "mac": "Command+Shift+8"
            }
        },
        "stop_video": {
            "description": "Stop video recording",
            "suggested_key": {
                "default": "Ctrl+Shift+9",
                "mac": "Command+Shift+9"
            }
        },
        "pause_video": {
            "description": "Pause video recording",
            "suggested_key": {
                "default": "Ctrl+Shift+0",
                "mac": "Command+Shift+0"
            }
        }
    },
    "permissions": [
        "",
        "tabs",
        "activeTab",
        "storage",
        "unlimitedStorage",
        "desktopCapture",
        "tabCapture",
        "contextMenus",
        "notifications"
    ],
    "web_accessible_resources": [
        "fonts\/*",
        "images\/*",
        "css\/*",
        "js\/*",
        "template\/*"
    ]
}