Leiga Recorder

Leiga Screen Recorder

Co je Leiga Recorder?

Leiga Recorder je rozšíření Chrome vyvinuté https://leiga.com, a jeho hlavní funkcí je „Leiga Screen Recorder“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Leiga Recorder

Stáhněte si soubory rozšíření Leiga Recorder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Leiga Recorder Leiga Recorder
ID fbnihbofaecfcmcedpcmiginclpcdmoh
Oficiální URL https://chromewebstore.google.com/detail/leiga-recorder/fbnihbofaecfcmcedpcmiginclpcdmoh
Popis Leiga Screen Recorder
Velikost souboru 446 KB
Počet instalací 38
Aktuální Verze 0.1.3
Poslední Aktualizace 2024-02-29
Datum Vydání 2023-09-22
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://leiga.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://leiga.com/
URL Stránky Nápovědy https://guide.leiga.com/project/screen-recording
URL Stránky Zásad Ochrany Soukromí https://app.leiga.com/sso/service/leiga_privacy_policy_en.html
Podporované Jazyky 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": [
        ""
    ]
}