Google Meet Transcripts

Google Meet Transcription, Highlight and Insight. Get the most out of Google Meet!

Τι είναι το Google Meet Transcripts;

Το Google Meet Transcripts είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://laxis.tech, και η κύρια λειτουργία του είναι "Google Meet Transcription, Highlight and Insight. Get the most out of Google Meet!".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Google Meet Transcripts

Λήψη αρχείων επέκτασης Google Meet Transcripts σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        This extension allows you to record the Google Meet Transcripts. The Google Meet transcripts can be saved to the word, pdf, and txt file.

Are you ready to change the way you use Google Meet? Introducing Laxis,  your AI meeting assistant for Google Meet!
🔥Laxis has many powerful features to improve your Google Meet meeting experience:

Pre-meeting:
📝Personalizable meeting templates and tags that you can set for each type of your meetings
📅Connect with your Google calendar.

During meeting:
💬Real time transcription and highlight
👨🏻‍💻100% accurate speaker recognition 
🏷️One click tagging so you can quickly review the most important parts of the meeting
☁️Auto save to Laxis cloud or download into word, PDF and txt.

Post meeting:
⌨️AI augmented editor and smart summary
✨Insight and quotation management
🔎Search across all your conversations
📥Download and share with your team

How to use:
* Install the Laxis Chrome extension
* Start Google Meet in your Chrome Browser. 
* Laxis will automatically launch and enable captions
* Keep captions on and real time transcription will appear and record on the Laxis panel.
* In-meeting highlighting: Tap on any of the three highlight buttons in the Laxis panel to mark the current sentence as “Important”, “Follow up” or “Action”.
* Auto-scroll: Click on the auto-scrolling icon to enable or disable this feature, or manually scroll through the panel to automatically disable.
* Download: Click the download icon and choose the file format you prefer. 
* Auto-save: Register a free account with Laxis, then enjoy auto-saving to Laxis cloud to prevent the loss of important notes, and use advanced features like AI Augmented Editor, Insight Management, Advanced Search, and etc.

We would love to hear your feedback!
Our website: https://www.laxis.com/
Contact us: https://www.laxis.com/contact

PS: Laxis is best used for English conversation. French, German, Portuguese (Brazil) and Spanish (Spain and Latin America) are also supported, but some advanced features are not available for those languages. By default, transcription is in English. To switch to other languages, please go to Google Meet setting, and change the caption to the languages you need.                    

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

Όνομα Google Meet Transcripts Google Meet Transcripts
ID cjakihmakleeghohchkmkalfoikdnadc
Επίσημο URL https://chromewebstore.google.com/detail/google-meet-transcripts/cjakihmakleeghohchkmkalfoikdnadc
Περιγραφή Google Meet Transcription, Highlight and Insight. Get the most out of Google Meet!
Μέγεθος Αρχείου 500 KB
Αριθμός Εγκαταστάσεων 14,057
Τρέχουσα Έκδοση 4.2.4
Τελευταία Ενημέρωση 2024-02-25
Ημερομηνία Δημοσίευσης 2020-05-13
Αξιολόγηση 4.51/5 Συνολικά 148 Αξιολογήσεις
Προγραμματιστής https://laxis.tech
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.laxis.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.laxis.com/contact
URL της Σελίδας Πολιτικής Απορρήτου https://laxis.tech/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Google Meet Transcripts",
    "description": "Google Meet Transcription, Highlight and Insight. Get the most out of Google Meet!",
    "version": "4.2.4",
    "icons": {
        "16": "image\/logo16x16.png",
        "48": "image\/logo48x48.png",
        "128": "image\/logo128x128.png"
    },
    "background": {
        "service_worker": "login.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/dev.laxis.tech\/*",
            "https:\/\/dev.laxis.tech\/settings*",
            "https:\/\/staging.laxis.tech\/*",
            "https:\/\/staging.laxis.tech\/settings*",
            "https:\/\/app.laxis.tech\/*",
            "https:\/\/app.laxis.tech\/settings*",
            "http:\/\/localhost:3000\/*",
            "http:\/\/localhost:3000\/settings*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "feature\/utilities\/packages\/jquery.min.js",
                "feature\/utilities\/packages\/jspdf.umd.js",
                "feature\/utilities\/packages\/html2canvas.js",
                "feature\/utilities\/packages\/html2pdf.bundle.min.js",
                "feature\/utilities\/packages\/string-similarity.min.js",
                "feature\/utilities\/util.js",
                "inject.js",
                "style\/panel.js",
                "config\/share.js",
                "config\/panel.js",
                "config\/record.js",
                "feature\/record\/captionObserver.js",
                "feature\/record\/captionControls.js",
                "feature\/record\/captionProcessing.js",
                "feature\/record\/settings.js",
                "feature\/record\/storage.js",
                "feature\/record\/dom.js",
                "feature\/record\/transcript.js",
                "feature\/record\/meetingInfo.js",
                "feature\/panel\/main.js",
                "feature\/panel\/icons.js",
                "analytics.js",
                "runtime.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "runtime.js",
                "analytics.js",
                "analytics\/analyticsSource.js",
                "analytics\/load.js",
                "image\/bookmark\/*.svg",
                "image\/logo.png",
                "image\/info.svg",
                "image\/repair.svg",
                "style\/panel.css"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/meet.google.com\/*"
    ]
}