Hexcord

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

Was ist Hexcord?

Hexcord ist eine Chrome-Erweiterung, die von https://hexcord.com entwickelt wurde, und ihr Hauptmerkmal ist "Record your screen with an embedded camera feed and share publicly or have live stream sessions.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Hexcord-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hexcord-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Hexcord Hexcord
ID apkdlkpcghonmghkbkhhjpaemnmjahgi
Offizielle URL https://chromewebstore.google.com/detail/hexcord/apkdlkpcghonmghkbkhhjpaemnmjahgi
Beschreibung Record your screen with an embedded camera feed and share publicly or have live stream sessions.
Dateigröße 16.83 MB
Installationsanzahl 55
Aktuelle Version 1.0.19
Letztes Update 2021-02-21
Veröffentlichungsdatum 2020-11-28
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://hexcord.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.hexcord.com
Unterstützte Sprachen 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\/*"
    ]
}