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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.claap.io และคุณลักษณะหลักของมันคือ "Summarize meetings on Google Meet 50x faster, record & edit short videos in seconds, and centralize all your video knowledge."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Claap - Meeting & Screen Recording

ดาวน์โหลดไฟล์ส่วนขยาย Claap - Meeting & Screen Recording ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}