Noty: Meeting Notes & Chat GPT Summaries

Noty.ai transcribes Google Meet & Zoom calls and enables you to generate call summaries and tasks with AI Assistant in seconds.

Noty: Meeting Notes & Chat GPT Summaries là gì?

Noty: Meeting Notes & Chat GPT Summaries là một tiện ích mở rộng Chrome được phát triển bởi https://noty.ai, và tính năng chính của nó là "Noty.ai transcribes Google Meet & Zoom calls and enables you to generate call summaries and tasks with AI Assistant in seconds.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Noty: Meeting Notes & Chat GPT Summaries

Tải xuống các tệp mở rộng Noty: Meeting Notes & Chat GPT Summaries dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Unlock the power of efficient team collaboration and productivity with Noty.ai, your all-in-one AI workplace assistant. Simplify your work life, enhance productivity, and never miss a detail with our feature-packed extension.

Key Features:

✍🏼AI Summary Generator: Instantly generate concise summaries of your meetings, saving you valuable time and ensuring you never miss essential points.

🙌🏻Meeting Transcriptions: Seamlessly transcribe Google Meet and Zoom meetings, providing accurate and accessible records for future reference.

🎯Meeting Follow Up Emails: Send follow-up emails directly from Noty.ai, summarizing action items and key takeaways to keep everyone on the same page.

🛟To-Do Lists: Stay organized with dynamic to-do lists that sync with your meetings, ensuring you prioritize and complete tasks efficiently.

👩🏻‍💻Meeting Notes: Effortlessly take and organize meeting notes within the extension, making it easy to review and share important information.

🌍 18+ Language Support: Noty.ai supports 18 languages, with more languages added monthly, allowing users worldwide to experience the benefits of efficient collaboration.

Transform your work routine with Noty.ai – where AI meets productivity. Download the extension now and experience a smarter way to work!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Noty: Meeting Notes & Chat GPT Summaries Noty: Meeting Notes & Chat GPT Summaries
ID kdkohcmkkplmkknlelglhfhjkegkiljd
URL Chính Thức https://chromewebstore.google.com/detail/noty-meeting-notes-chat-g/kdkohcmkkplmkknlelglhfhjkegkiljd
Mô tả Noty.ai transcribes Google Meet & Zoom calls and enables you to generate call summaries and tasks with AI Assistant in seconds.
Kích Thước Tệp 1.04 MB
Số Lần Cài Đặt 12,275
Phiên Bản Hiện Tại 1.56.0
Cập Nhật Lần Cuối 2024-01-24
Ngày Phát Hành 2021-01-25
Đánh Giá 4.86/5 Tổng số 118 Đánh Giá
Nhà Phát Triển https://noty.ai
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://noty.ai
URL Trang Trợ Giúp https://noty.ai
URL Trang Chính Sách Bảo Mật https://noty.ai/privacy-policy
Ngôn Ngữ Được Hỗ Trợ id,de,en,fr,nl,vi,tr,es,es-419,it,pl,pt-BR,pt-PT,ro,uk,hi,th,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "version": "1.56.0",
    "action": {
        "default_popup": "dist\/popup\/index.html",
        "default_title": "Manage Noty.ai options",
        "default_icon": {
            "512": "assets\/logo-512.png"
        }
    },
    "background": {
        "service_worker": "dist\/background\/background.js"
    },
    "host_permissions": [
        "*:\/\/meet.google.com\/*"
    ],
    "icons": {
        "16": "assets\/logo-512.png",
        "48": "assets\/logo-512.png",
        "128": "assets\/logo-512.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; base-uri 'self'; form-action 'self'; frame-ancestors 'self';"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/meet.google.com\/*",
                "*:\/\/*.zoom.us\/*"
            ],
            "js": [
                "dist\/contentScripts\/rtc.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/meet.google.com\/*",
                "*:\/\/*.zoom.us\/*"
            ],
            "js": [
                "dist\/contentScripts\/gmeet.js"
            ],
            "css": [
                "dist\/contentScripts\/style.css"
            ]
        },
        {
            "matches": [
                "*:\/\/app.noty.ai\/*",
                "*:\/\/supa.noty.ai\/*",
                "*:\/\/api.noty.ai\/*",
                "*:\/\/noty.ai\/*"
            ],
            "js": [
                "dist\/contentScripts\/webapp.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.noty.ai\/*",
            "https:\/\/supa.noty.ai\/*",
            "https:\/\/api.noty.ai\/*",
            "https:\/\/*.amplitude.com\/*",
            "https:\/\/noty.ai\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "dynamic\/rtc\/index.js",
                "dist\/contentScripts\/style.css"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ]
        }
    ]
}