Leiga Recorder

Leiga Screen Recorder

Leiga Recorder क्या है?

Leiga Recorder https://leiga.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Leiga Screen Recorder"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Leiga Recorder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
        ""
    ]
}