Dive - Make meetings meaningful

Dive helps you clearly define roles, goals, and tasks for each meeting so that everyone arrives feeling prepared.

Dive - Make meetings meaningfulคืออะไร?

Dive - Make meetings meaningful เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://letsdive.io และคุณลักษณะหลักของมันคือ "Dive helps you clearly define roles, goals, and tasks for each meeting so that everyone arrives feeling prepared."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dive - Make meetings meaningful

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

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

                        Dive helps you clearly define roles, goals, and tasks for each meeting so that everyone arrives feeling prepared and leaves feeling energised.


Here’s how we solve meetings with Dive’s chrome extension:

1. Take control with our timed agenda: What’s the first step towards banishing bad meetings on Google Meet: start with a great agenda. With Dive’s Chrome extension, you can choose a template, build an outline, keep meetings on track and allocate time for each part of your event in just a few clicks. The icing on the cake? You can add the agenda right from your Calendar. 🗒️

2. Collaborate without ever leaving Google Meets: Dive comes fully loaded with a full suite of apps, like Whiteboard, Icebreakers and Polls, that allow you to efficiently work together without toggling between multiple windows. Host the most amazing meetings ever, all from the comforts of Chrome sweet Chrome. 🎉

3. Never miss another action item: Capture all notes and action items in Dive. Post-meeting, you’ll receive an emailed recap with fully documented items, making follow-ups and follow-throughs a breeze. See all your meetings, notes and action items in one place. Yes, your Chrome browser. 📌

4. Make Google Meet more fun: React with Gifs, use sounds to express your true feelings, or unwind with a slew of games; we bring Dive’s wacky charm to every Google Meet(ing). 🦸

5. Boost engagement in every meeting: Whether you're aiming for more natural conversations or a little friendly competition, Dive is built to enhance your daily Google Meet experience. ⛳

6. Meet(ing) timers: keep your meetings on track and end them on time. Your team will only thank you later.⏰

7. Collaborative note-taking: Are you presenting to your team? Let others help you. Our single click share of notes means that you no longer have to copy+paste meeting notes into emails.📝

8. Plus, we’re also secure and privacy-oriented, you only see meetings that you're a part of. 🔐

9. Context every single time: feeling clueless? Have context imported from the last meeting so that you don’t lose track of what’s happening.🔬 

10. Recap to remember better : Auto-send the notes and action items on Slack or email. More accountability, more action.💌 

What our customers use us for: weekly meetings, 1-on-1’s, town halls, daily standups, brainstorming sessions, and sprint planning meetings. There are 100’s of use cases.

What's coming next: meeting transcripts, meeting analytics, Integrations with MS Teams, Integrations with Asana and Jira, cloud recordings.

So try Dive’s Chrome extension - we help make every (Google) meet worth your team’s time. We’d love to hear from your feedback about what can be improved. If you’re reading this, which integration would you like us to build? Let us know in the comments below!                    

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

ชื่อ Dive - Make meetings meaningful Dive - Make meetings meaningful
ID kdgkfnhgfofkidmdeeinebmglbpjdngc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dive-make-meetings-meanin/kdgkfnhgfofkidmdeeinebmglbpjdngc
คำอธิบาย Dive helps you clearly define roles, goals, and tasks for each meeting so that everyone arrives feeling prepared.
ขนาดไฟล์ 358 KB
จำนวนการติดตั้ง 869
เวอร์ชันปัจจุบัน 3.0.0
อัปเดตครั้งล่าสุด 2023-09-27
วันที่เผยแพร่ 2022-09-04
คะแนน 5.00/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา https://letsdive.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://letsdive.io
URL หน้าช่วยเหลือ https://help.letsdive.io
URL หน้านโยบายความเป็นส่วนตัว https://www.letsdive.io/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dive - Make meetings meaningful",
    "description": "Dive helps you clearly define roles, goals, and tasks for each meeting so that everyone arrives feeling prepared.",
    "version": "3.0.0",
    "manifest_version": 3,
    "icons": {
        "16": "images\/16x16.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/meet.google.com\/*",
                "https:\/\/meet.google.com\/*"
            ],
            "exclude_matches": [
                "http:\/\/meet.google.com\/",
                "https:\/\/meet.google.com\/"
            ],
            "js": [
                "scripts\/config.js",
                "scripts\/third_party\/jquery.min.js",
                "scripts\/third_party\/jquery-ui.min.js",
                "scripts\/third_party\/sentry.min.js",
                "scripts\/sentry.js",
                "scripts\/message-handler.js",
                "scripts\/meet.js"
            ],
            "css": [
                "styles\/third_party\/jquery-ui.min.css",
                "styles\/meet.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/calendar.google.com\/*",
                "https:\/\/calendar.google.com\/*"
            ],
            "js": [
                "scripts\/config.js",
                "scripts\/utils.js",
                "scripts\/third_party\/jquery.min.js",
                "scripts\/third_party\/jquery-ui.min.js",
                "scripts\/third_party\/sentry.min.js",
                "scripts\/sentry.js",
                "scripts\/message-handler.js",
                "scripts\/calendar.js"
            ],
            "css": [
                "styles\/calendar.css",
                "styles\/third_party\/jquery-ui.min.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/app.letsdive.io\/*",
            "https:\/\/app.letsdive.io\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.svg"
            ],
            "matches": [
                "http:\/\/app.letsdive.io\/*",
                "https:\/\/app.letsdive.io\/*",
                "http:\/\/meet.google.com\/*",
                "https:\/\/meet.google.com\/*",
                "http:\/\/calendar.google.com\/*",
                "https:\/\/calendar.google.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "http:\/\/app.letsdive.io\/*",
        "https:\/\/app.letsdive.io\/*"
    ]
}