Claap - Meeting & Screen Recording

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

Claap - Meeting & Screen Recording란 무엇입니까?

Claap - Meeting & Screen Recording은(는) https://www.claap.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Summarize meetings on Google Meet 50x faster, record & edit short videos in seconds, and centralize all your video knowledge."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Claap - Meeting & Screen Recording 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Claap - Meeting & Screen Recording Claap - Meeting & Screen Recording
ID bnflmljpbmkjeahgjakmjdanmhldjhbk
공식 URL https://chromewebstore.google.com/detail/claap-meeting-screen-reco/bnflmljpbmkjeahgjakmjdanmhldjhbk
설명 Summarize meetings on Google Meet 50x faster, record & edit short videos in seconds, and centralize all your video knowledge.
파일 크기 5.35 MB
설치 횟수 6,008
현재 버전 0.702.0
최근 업데이트 2024-02-15
출시 날짜 2022-03-25
평점 4.95/5 총 41 개의 평점
개발자 https://www.claap.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.claap.io/?utm_medium=extension_cta&utm_source=chrome_extension&utm_campaign=chrome_extension_page&utm_content=visit_website
도움말 페이지 URL https://intercom.help/claap/en/?utm_medium=top_cta&utm_source=website&utm_campaign=website_menu&utm_content=
개인정보 보호 정책 페이지 URL https://www.claap.io/privacy-policy
지원되는 언어 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"
    }
}