Record & Summarize your Meetings - Inkdrop

Maximize Meeting Efficiency with Inkdrop - Record, Transcribe & Summarize - Compatible with Google Meet

Τι είναι το Record & Summarize your Meetings - Inkdrop;

Το Record & Summarize your Meetings - Inkdrop είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://inkdrop.ai, και η κύρια λειτουργία του είναι "Maximize Meeting Efficiency with Inkdrop - Record, Transcribe & Summarize - Compatible with Google Meet".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Record & Summarize your Meetings - Inkdrop

Λήψη αρχείων επέκτασης Record & Summarize your Meetings - Inkdrop σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Unleash the full potential of your meetings with Inkdrop. No more handwritten notes or lost information. Our AI-powered platform streamlines collaboration and saves you time.

Features:
🖊️ Automatic meeting minutes and next steps
🔎 Searchable meeting records for your team
💾 Free unlimited audio and transcript download
✌️ Effortless meeting transcription and recording without bot
🔜 Share automatically with slack channels and participants

Inkdrop's cutting-edge AI technology transcribes your meetings in real-time, providing you with accurate and thorough notes without lifting a finger. Save time and reduce stress by never missing important information again. Our platform makes it easy to search past meetings and find the information you need. Inkdrop revolutionizes the way you work and free you up to focus on what truly matters.

About Inkdrop: Inkdrop is a remote, Techstars-backed AI startup that transforms the way people collaborate. Our goal is to save 100 million hours daily by 2030 and make meetings more efficient, productive, and stress-free for everyone.

Privacy: Your privacy is a top priority. All data is securely stored and encrypted, and you have full control over who has access to your meeting transcripts.

Transform your collaboration with Inkdrop. Download now and experience the future of meetings.

Any question? Drop us a line at [email protected]                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Record & Summarize your Meetings - Inkdrop Record & Summarize your Meetings - Inkdrop
ID mclnbcicnofcigjhhilajljjpgepbijp
Επίσημο URL https://chromewebstore.google.com/detail/record-summarize-your-mee/mclnbcicnofcigjhhilajljjpgepbijp
Περιγραφή Maximize Meeting Efficiency with Inkdrop - Record, Transcribe & Summarize - Compatible with Google Meet
Μέγεθος Αρχείου 526 KB
Αριθμός Εγκαταστάσεων 310
Τρέχουσα Έκδοση 0.1.3.4
Τελευταία Ενημέρωση 2023-07-24
Ημερομηνία Δημοσίευσης 2023-03-27
Αξιολόγηση 4.25/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://inkdrop.ai
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://inkdrop.ai
URL της Σελίδας Πολιτικής Απορρήτου https://inkdrop.ai/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Record & Summarize your Meetings - Inkdrop",
    "description": "Maximize Meeting Efficiency with Inkdrop - Record, Transcribe & Summarize - Compatible with Google Meet",
    "version": "0.1.3.4",
    "manifest_version": 3,
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "js\/meetSidebarScript.js",
                "js\/activationButton.js",
                "js\/windowAlerts.js"
            ]
        }
    ],
    "oauth2": {
        "client_id": "455291858803-1ie3et6b69s2c5src08b882m3085t47c.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "logo-white.png",
                "logo.png",
                "start.png"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ]
        }
    ],
    "permissions": [
        "identity",
        "storage"
    ],
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    }
}