Claap - Meeting & Screen Recording

Summarize meetings on Google Meet 50x faster, record & edit short videos in seconds, and centralize all your video knowledge.

Co to jest Claap - Meeting & Screen Recording?

Claap - Meeting & Screen Recording to rozszerzenie Chrome opracowane przez https://www.claap.io, a jego główną funkcją jest „Summarize meetings on Google Meet 50x faster, record & edit short videos in seconds, and centralize all your video knowledge.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Claap - Meeting & Screen Recording

Pobierz pliki rozszerzeń Claap - Meeting & Screen Recording w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        The only Video Recording extension you need:

- Record meetings on Google Meet with AI-powered summaries
- Record & edit short videos with AI-powered editing
- Centralize best practices in one video library

Trusted by leading organizations like Revolut, Qonto, Scoreplay, 360Learning, Homa Games that are using Claap everyday to analyze sales meetings, engage with their prospects and customers, and train their teams.                    

Podstawowe informacje o rozszerzeniu

Nazwa Claap - Meeting & Screen Recording Claap - Meeting & Screen Recording
ID bnflmljpbmkjeahgjakmjdanmhldjhbk
Oficjalny URL https://chromewebstore.google.com/detail/claap-meeting-screen-reco/bnflmljpbmkjeahgjakmjdanmhldjhbk
Opis Summarize meetings on Google Meet 50x faster, record & edit short videos in seconds, and centralize all your video knowledge.
Rozmiar pliku 5.35 MB
Liczba instalacji 6,008
Aktualna Wersja 0.702.0
Ostatnia Aktualizacja 2024-02-15
Data Publikacji 2022-03-25
Ocena 4.95/5 Łącznie 41 Oceny
Deweloper https://www.claap.io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.claap.io/?utm_medium=extension_cta&utm_source=chrome_extension&utm_campaign=chrome_extension_page&utm_content=visit_website
Adres URL Strony Pomocy https://intercom.help/claap/en/?utm_medium=top_cta&utm_source=website&utm_campaign=website_menu&utm_content=
Adres URL Strony Polityki Prywatności https://www.claap.io/privacy-policy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Claap - Meeting & Screen Recording",
    "version": "0.702.0",
    "short_name": "Claap",
    "description": "Summarize meetings on Google Meet 50x faster, record & edit short videos in seconds, and centralize all your video knowledge.",
    "manifest_version": 2,
    "permissions": [
        "",
        "activeTab",
        "storage",
        "desktopCapture",
        "tabCapture"
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "web_accessible_resources": [
        "*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.claap.io\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.claap.io\/*"
            ],
            "js": [
                "appContentScript.bundle.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "public\/brand\/claap-ico-16.png",
            "32": "public\/brand\/claap-ico-32.png",
            "48": "public\/brand\/claap-ico-48.png",
            "64": "public\/brand\/claap-ico-64.png",
            "128": "public\/brand\/claap-ico-128.png",
            "256": "public\/brand\/claap-ico-256.png"
        }
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+N"
            }
        }
    },
    "icons": {
        "16": "public\/brand\/claap-ico-16.png",
        "32": "public\/brand\/claap-ico-32.png",
        "48": "public\/brand\/claap-ico-48.png",
        "64": "public\/brand\/claap-ico-64.png",
        "128": "public\/brand\/claap-ico-128.png",
        "256": "public\/brand\/claap-ico-256.png"
    }
}