DigiUnity - Screen and Cam Recorder

The most powerful screen recorder for Chrome. Capture, edit and more.

DigiUnity - Screen and Cam Recorder क्या है?

DigiUnity - Screen and Cam Recorder DigiUnity द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The most powerful screen recorder for Chrome. Capture, edit and more."।

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

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

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

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

                        Unleash the potential of your organisation.

DigiUnity is the employees platform for smart and engaging knowledge sharing.

Show, tell and share in DigiUnity

Make videos with recordings of your screen, camera or both. It's faster than typing and more efficient than online meetings.

The videos can also be easily shared outside the company, for example to your customers and partners.                    

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

नाम DigiUnity - Screen and Cam Recorder DigiUnity - Screen and Cam Recorder
ID enekkgobhpmlcdjdgpglhahdncaipaip
आधिकारिक URL https://chromewebstore.google.com/detail/digiunity-screen-and-cam/enekkgobhpmlcdjdgpglhahdncaipaip
विवरण The most powerful screen recorder for Chrome. Capture, edit and more.
फ़ाइल का आकार 447 KB
स्थापना संख्या 586
वर्तमान संस्करण 1.5.2
अंतिम अपडेट 2023-07-20
प्रकाशन तिथि 2021-04-23
रेटिंग 4.20/5 कुल 5 रेटिंग्स
डेवलपर DigiUnity
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://digiunity.com
सहायता पृष्ठ URL https://digiunity.com/en/contact-sales/
गोपनीयता नीति पृष्ठ URL https://digiunity.com/terms-and-conditions
समर्थित भाषाएँ de,en,fr,ca,es,it,pt-BR,pt-PT,ru,ta,zh-CN,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "offline_enabled": false,
    "version": "1.5.2",
    "manifest_version": 2,
    "minimum_chrome_version": "49",
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/libraries\/sentry.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "assets\/extension-icons\/logo-32.png",
        "default_popup": "html\/popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google.com https:\/\/cdn.jsdelivr.net https:\/\/browser.sentry-cdn.com; object-src 'self'",
    "icons": {
        "16": "assets\/extension-icons\/logo-16.png",
        "128": "assets\/extension-icons\/logo-128.png",
        "48": "assets\/extension-icons\/logo-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/detect.js"
            ],
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.digiunity.com\/*",
            "*:\/\/*.waste.community\/*",
            "*:\/\/*.smartinnovationnorway.no\/*",
            "*:\/\/*.oceanhub.com\/*",
            "*:\/\/*.ocean-demo.com\/*",
            "*:\/\/*.ocean-dev.com\/*",
            "*:\/\/*.sivanett.no\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "permissions": [
        "cookies",
        "",
        "activeTab",
        "tabCapture",
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        "html\/audiosources.html",
        "html\/camera.html",
        "html\/detectCamera.html",
        "html\/grantcamera.html",
        "html\/popup.html",
        "html\/settings.html",
        "html\/sources.html",
        "html\/uploadvideo.html",
        "css\/content.css",
        "css\/popup.css",
        "css\/cameracontent.css",
        "css\/settings.css",
        "assets\/images\/*",
        "js\/config\/api.js",
        "js\/config\/libraries\/*",
        "js\/audiosources.js",
        "js\/camera.js",
        "js\/desktopContent.js",
        "js\/detect.js",
        "js\/detectCamera.js",
        "js\/grantCamera.js",
        "js\/popup.js",
        "js\/quickCameraInject.js",
        "js\/settings.js",
        "js\/sources.js",
        "js\/uploadvideo.js",
        "js\/webOpenPopUp.js",
        "js\/background.js",
        "html\/troubleshoot.html",
        "js\/troubleshoot.js"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+O",
                "windows": "Alt+O",
                "mac": "Alt+O",
                "chromeos": "Alt+O",
                "linux": "Alt+O"
            },
            "description": "Open Extension"
        },
        "stop": {
            "suggested_key": {
                "default": "Alt+D",
                "windows": "Alt+D",
                "mac": "Alt+D",
                "chromeos": "Alt+D",
                "linux": "Alt+D"
            },
            "description": "stop-save"
        },
        "resume": {
            "suggested_key": {
                "default": "Alt+S",
                "windows": "Alt+S",
                "mac": "Alt+S",
                "chromeos": "Alt+S",
                "linux": "Alt+S"
            },
            "description": "resume"
        }
    }
}