Minutes: Notes, Transcripts & Summary

Automated note taking and transcribing tool for all virtual meetings

Minutes: Notes, Transcripts & Summaryとは何ですか?

Minutes: Notes, Transcripts & SummaryはMinutes Incによって開発されたChromeの拡張機能で、その主な機能は「Automated note taking and transcribing tool for all virtual meetings」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Minutes: Notes, Transcripts & Summary拡張機能のCRXファイルをダウンロード

Minutes: Notes, Transcripts & Summary拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Introducing Minutes – Your AI-powered meeting productivity booster. Experience the next level of efficient meeting minutes and transcription service for all your Google Meet meetings.

Key Features
🎯 Automated Meeting Transcription: Don't miss any conversation. Minutes automatically transcribes your meetings with speaker identification and timestamps, delivering detailed meeting transcripts.

🎯 Complete Chat Record: Keep track of the written conversation. Minutes automatically records all chats exchanged during the meeting.

🎯 Searchable Content: Can't remember where a topic was discussed? Our advanced search feature allows you to navigate through your meeting transcripts and notes effortlessly.

🎯 Real-Time Note-Taking: Make note of important points right as they happen. With Minutes, you can take notes during the meeting, enhancing your meeting productivity.

🎯 Screen Capture & Recording: Don't lose sight of important details. Capture and record the screen during the meeting.

🎯 AI-Generated Meeting Summary: Experience the power of AI in making sense of your meetings. Minutes provides an AI-generated meeting summary, complete with the main points, highlights, and next best actions.
Security & Compliance

🎯 Peace of mind for your data security. Minutes is GDPR / PCI DSS compliant, adheres to EU/USA data policies, and provides secure cloud data storage with end-to-end encryption.

Applicable Use Cases
🚀 Your new best friend for Sales Calls, Recruitment Interviews, and Customer Success Meetings.
🚀 An invaluable tool for Education, Training, Teaching, Engineering Team, Standups, Scrum Calls, Webinars, and Marketing initiatives.

Who Can Benefit?
🟢 For Sales Reps & Leaders, Marketers, Engineers & QA Teams, and Product Managers, Minutes provides meeting transcripts and summaries that boost efficiency.
🟢 For Business Analysts, Educators, Researchers, Professors, Trainers, Students, Customer Success Managers, Content & Copywriters, and Legal Professionals, Minutes offers streamlined meeting note-taking and transcription solutions.

Language Support 🇺🇲🇬🇧
Presently, Minutes supports English, delivering high-quality meeting summaries and transcripts for your Google Meet sessions.

Feedback & Support ❤️🚨
We're here to help and improve. Send your feedback, ideas, bugs, or issues to [email protected].
Usage / Licensing

We believe in accessibility. Minutes offers a forever free option for individuals. Looking for team collaboration with unlimited integrations? Check out our Enterprise plan.

Welcome to Minutes, the future of automated meeting notes and summaries - a major step towards improved meeting productivity. Leverage our AI technology to get the most out of your meetings.                    

拡張機能の基本情報

名前 Minutes: Notes, Transcripts & Summary Minutes: Notes, Transcripts & Summary
ID jnlagjmbdknpdpahfckpckcbnfidhkpd
公式URL https://chromewebstore.google.com/detail/minutes-notes-transcripts/jnlagjmbdknpdpahfckpckcbnfidhkpd
説明 Automated note taking and transcribing tool for all virtual meetings
ファイルサイズ 144 KB
インストール数 84
現在のバージョン 1.15
最終更新日 2023-08-02
公開日 2023-05-24
評価 5.00/5 合計 7 レビュー
開発者 Minutes Inc
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.tryminutes.com
プライバシーポリシーページのURL https://tryminutes.com/privacy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Minutes: Notes, Transcripts & Summary",
    "description": "Automated note taking and transcribing tool for all virtual meetings",
    "version": "1.15",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "16": "assets\/logo16.png",
        "32": "assets\/logo32.png",
        "48": "assets\/logo48.png",
        "128": "assets\/logo128.png"
    },
    "permissions": [
        "scripting",
        "tabs",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "content.js",
                "widget.js",
                "tiptap.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "authHandler.js"
            ]
        }
    ],
    "action": [],
    "web_accessible_resources": [
        {
            "resources": [
                "bg.html",
                "widgetScript.js",
                "widgetStyle.css",
                "tiptap.js",
                "assets\/*",
                "popupContent.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAha6rs+9+nwW92cA5WaTdc7qVOrG0gUesX4GbP2Goeo\/JeDU+WyaTffQW6C+S7Di3cWL20xtJgoS6kPudfA77D5J8cefgVh5J7URE5EA+PysLugrad8fHCQXYb6I222S1YvFEWomxiGcMLv7yHco074vjloqVmA1iGtrTDdzQR71U2rD08cwruSa5q3rLWqwQDsjbnG8yr\/U7Z\/DEmhdaRVhy8x0Y8wb0IJKguNSLyYO+RJaaa5IEe0NHNk2BRp8mnDMwHz+b5hCjQ0RtBtVe\/5H8Nvl6hPwGBNwxmOfGmqFhDrpJqbZRcLn5RMdJW\/GzBNGmNJnRx3fIbe1dFZJYgwIDAQAB"
}