Leiga Recorder

Leiga Screen Recorder

Was ist Leiga Recorder?

Leiga Recorder ist eine Chrome-Erweiterung, die von https://leiga.com entwickelt wurde, und ihr Hauptmerkmal ist "Leiga Screen Recorder".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Leiga Recorder-Erweiterungs-CRX-Datei herunterladen

Laden Sie Leiga Recorder-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Leiga Recorder Leiga Recorder
ID fbnihbofaecfcmcedpcmiginclpcdmoh
Offizielle URL https://chromewebstore.google.com/detail/leiga-recorder/fbnihbofaecfcmcedpcmiginclpcdmoh
Beschreibung Leiga Screen Recorder
Dateigröße 446 KB
Installationsanzahl 38
Aktuelle Version 0.1.3
Letztes Update 2024-02-29
Veröffentlichungsdatum 2023-09-22
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://leiga.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://leiga.com/
Hilfeseite URL https://guide.leiga.com/project/screen-recording
URL der Datenschutzrichtlinien-Seite https://app.leiga.com/sso/service/leiga_privacy_policy_en.html
Unterstützte Sprachen 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": [
        ""
    ]
}