Hexcord

Record your screen with an embedded camera feed and share publicly or have live stream sessions.

Hexcord क्या है?

Hexcord https://hexcord.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Record your screen with an embedded camera feed and share publicly or have live stream sessions."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Have you ever wanted to quickly create video content without going through the hassle of installing one software after the other and learning how to use each specific software? Then this is definitely for you.

Hexcord is a simple to use tool that is perfect for creating presentations, tutorial videos, and recording talks or speeches. It is built as a browser extension with very minimal configurations.

Install Extension. Open Extension. Start Recording.                    

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

नाम Hexcord Hexcord
ID apkdlkpcghonmghkbkhhjpaemnmjahgi
आधिकारिक URL https://chromewebstore.google.com/detail/hexcord/apkdlkpcghonmghkbkhhjpaemnmjahgi
विवरण Record your screen with an embedded camera feed and share publicly or have live stream sessions.
फ़ाइल का आकार 16.83 MB
स्थापना संख्या 55
वर्तमान संस्करण 1.0.19
अंतिम अपडेट 2021-02-21
प्रकाशन तिथि 2020-11-28
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://hexcord.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.hexcord.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hexcord",
    "version": "1.0.19",
    "description": "Record your screen with an embedded camera feed and share publicly or have live stream sessions.",
    "permissions": [
        "*:\/\/*\/*",
        "tabs",
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.hexcord.com\/*"
        ]
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/horus_logo.png",
            "32": "images\/horus_logo.png",
            "48": "images\/horus_logo.png",
            "128": "images\/horus_logo.png"
        }
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y"
            }
        },
        "_execute_page_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E"
            }
        }
    },
    "icons": {
        "16": "images\/horus_logo.png",
        "32": "images\/horus_logo.png",
        "48": "images\/horus_logo.png",
        "128": "images\/horus_logo.png"
    },
    "options_page": "options.html",
    "manifest_version": 2,
    "web_accessible_resources": [
        "assets\/*"
    ]
}