Leiga Recorder

Leiga Screen Recorder

Leiga Recorder란 무엇입니까?

Leiga Recorder은(는) https://leiga.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Leiga Screen Recorder"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Leiga Screen Recorder with AI 

In recent years, video conferencing has become a vital tool for team communication in many. While offering real-time interaction, they can sometimes lead to scheduling conflicts and a never-ending cycle of meetings. There are situations where real-time feedback is unnecessary, and async video communication can prove more efficient.

Leiga's all-in-one screen recording tool, empowered by AI, caters to teams' needs for asynchronous collaboration with the following key features:

🎥 Record your tabs, desktop, any application, and webcam.
✏️ Annotate using drawings, text, and arrows anywhere on the screen.
👀 Highlight clicks, focus mouse movements, or hide them during recording.
💾 Automatically save videos to the cloud and share them instantly via links.
🔐 Share video links individually, providing access only to team members for data privacy.
📋 Create Leiga tasks based on videos.
💡 Leverage AI to transcribe the video and recommend next steps.
⏬ Download videos to your local device.
📚 Manage your Leiga video library from anywhere at any time.                    

확장 프로그램 기본 정보

이름 Leiga Recorder Leiga Recorder
ID fbnihbofaecfcmcedpcmiginclpcdmoh
공식 URL https://chromewebstore.google.com/detail/leiga-recorder/fbnihbofaecfcmcedpcmiginclpcdmoh
설명 Leiga Screen Recorder
파일 크기 446 KB
설치 횟수 38
현재 버전 0.1.3
최근 업데이트 2024-02-29
출시 날짜 2023-09-22
평점 5.00/5 총 1 개의 평점
개발자 https://leiga.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://leiga.com/
도움말 페이지 URL https://guide.leiga.com/project/screen-recording
개인정보 보호 정책 페이지 URL https://app.leiga.com/sso/service/leiga_privacy_policy_en.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "version": "0.1.3",
    "icons": {
        "16": "extension-icons\/16px.png",
        "32": "extension-icons\/32px.png",
        "48": "extension-icons\/48px.png",
        "128": "extension-icons\/128px.png"
    },
    "background": {
        "service_worker": "\/background.js"
    },
    "action": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "camera.html",
                "camera.js",
                "permission.html",
                "permission.js",
                "iconfont\/*",
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ]
}