Hexcord

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

Hexcord란 무엇입니까?

Hexcord은(는) https://hexcord.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Record your screen with an embedded camera feed and share publicly or have live stream sessions."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Hexcord 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
    ]
}