Spoke - GMeet Recorder, live AI reports

Spoke’s FREE Chrome extension creates LIVE AI summaries of your meetings complete with the video-recording, the transcript and more

Spoke - GMeet Recorder, live AI reportsคืออะไร?

Spoke - GMeet Recorder, live AI reports เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://spoke.app และคุณลักษณะหลักของมันคือ "Spoke’s FREE Chrome extension creates LIVE AI summaries of your meetings complete with the video-recording, the transcript and more"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spoke - GMeet Recorder, live AI reports

ดาวน์โหลดไฟล์ส่วนขยาย Spoke - GMeet Recorder, live AI reports ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Experience real-time agenda tracking and live AI minute-taking without ever leaving Google Meet.
Plus, get instant AI-generated responses to your questions during your sales meeting, discovery call or any other session.

In short, here’s what to expect from Spoke, for your Google Meet meetings:

💬 Live AI summaries of your meeting

❓The ability to ask questions of your meeting as it goes on

📺 Video recordings of your meeting

🎬 Instant video clips and video reels regrouping talking point and topics

📌 Your pinned, contextual, time-stamped notes

🔍 A powerful search inside and across meetings

📝 Reusable and editable meeting agendas and templates 

🔀 A native, granular sync of Spoke to more than 15 apps. Other apps can be synced through Zapier.

💻 A company-wide meeting knowledge base

⬇️ The capacity to export exactly the content you need - even a video reel or clip

🗣️ Transcripts in 80+ languages

✂️ The ability to tag and trim past meetings, and to create video reels of meetings from our interface

🏷️ The ability to tag meetings and create playlists of meetings


Spoke also works on Microsoft Teams and Zoom. 

As a European company, your digital privacy is in our DNA. You can review Spoke’s legal terms here: https://spoke.app/legal                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Spoke - GMeet Recorder, live AI reports Spoke - GMeet Recorder, live AI reports
ID kiohmjibcpadgpadcipfelbhlginaiip
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/spoke-gmeet-recorder-live/kiohmjibcpadgpadcipfelbhlginaiip
คำอธิบาย Spoke’s FREE Chrome extension creates LIVE AI summaries of your meetings complete with the video-recording, the transcript and more
ขนาดไฟล์ 382 KB
จำนวนการติดตั้ง 1,799
เวอร์ชันปัจจุบัน 2.2.0
อัปเดตครั้งล่าสุด 2024-01-09
วันที่เผยแพร่ 2023-02-21
คะแนน 4.91/5 รวมทั้งหมด 45 คะแนน
ผู้พัฒนา https://spoke.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://spoke.app
URL หน้าช่วยเหลือ https://spoke.app/help
URL หน้านโยบายความเป็นส่วนตัว https://spoke.app/legal?article=59b92fb5-4ef0-4c12-baf5-7f4c43a923c5
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spoke - GMeet Recorder, live AI reports",
    "description": "Spoke\u2019s FREE Chrome extension creates LIVE AI summaries of your meetings complete with the video-recording, the transcript and more",
    "version": "2.2.0",
    "manifest_version": 3,
    "icons": {
        "128": "src\/assets\/img\/icon-128.png"
    },
    "action": {
        "default_popup": "src\/pages\/Popup\/popup.html",
        "default_icon": "src\/assets\/img\/icon-34.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.chunk-75f2fa5f-5e3885ef.js"
            ],
            "matches": [
                "https:\/\/spoke.app\/*",
                "https:\/\/meet.google.com\/*"
            ],
            "css": [
                "assets\/index-77509e3e.css",
                "assets\/index-8e016485.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [],
            "resources": [
                "src\/assets\/img\/icon-128.png",
                "src\/assets\/img\/icon-34.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/meet.google.com\/*",
                "https:\/\/spoke.app\/*"
            ],
            "resources": [
                "assets\/chunk-6ef61311.js",
                "assets\/chunk-91aa1177.js",
                "assets\/chunk-75f2fa5f.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/spoke.app\/*"
        ]
    },
    "oauth2": {
        "client_id": "758383338014-3e07s4nf926r4qjakae39d7ckea2jpt8.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "permissions": [
        "storage"
    ]
}