Noota - Screen Recorder & Meeting Assistant

Live Assistant | Record, Transcribe & Summarize Google Meet, Zoom & Teams meetings

Noota - Screen Recorder & Meeting Assistant क्या है?

Noota - Screen Recorder & Meeting Assistant https://noota.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Live Assistant | Record, Transcribe & Summarize Google Meet, Zoom & Teams meetings"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Noota - Screen Recorder & Meeting Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Easy to implement into your workflow, Noota Live Assistant is compatible with all your favorite platforms : Google Meets, Zoom, Microsoft Teams.
Available in +80 languages 🌐 🌍 🇫🇷 🇺🇸 🇬🇧 🇩🇪 🇪🇸

 🎞 Screen Recorder 
• Easily record, store and export your calls and meeting with Noota’s built-in screen recorder

 📝 Automatic note taking 
• Noota saves your valuable time by atomizing note taking and delivering a highly precise transcription that you can also translate, edit and export.

 📊 Analysis 
• Sentiment ratio, talk-to-listen ratio, number of hesitations, subject detector and many more KPIs for you to truly understand your customers

 👥 CRM integration 
• Automate data management with Noota’s integrations into your favorites CRM platforms.

 🚨 Live Coaching 
• Make sure to respond to any objection in the best way possible
• Identify and duplicate top performing practices
• Make on-boarding 6 times faster

 🛣 Guidelines 
• Align your teams on the best practices
• Easily set and follow the best script for your meetings
• Get an AI-generated sum-up for every question at the end of you call


Noota is a voice intelligence platform that allows sales, HR and other professionals to increase performance,  and save 60 min daily with CRM automation and ATS automation.

See our website: https://www.noota.io/

Follow us on Facebook: https://www.facebook.com/groups/noota.fam                    

एक्सटेंशन की मूल जानकारी

नाम Noota - Screen Recorder & Meeting Assistant Noota - Screen Recorder & Meeting Assistant
ID eilpgeiadholnidgjpgkijfcpaoncchh
आधिकारिक URL https://chromewebstore.google.com/detail/noota-screen-recorder-mee/eilpgeiadholnidgjpgkijfcpaoncchh
विवरण Live Assistant | Record, Transcribe & Summarize Google Meet, Zoom & Teams meetings
फ़ाइल का आकार 1.12 MB
स्थापना संख्या 7,615
वर्तमान संस्करण 2.9.9
अंतिम अपडेट 2024-02-21
प्रकाशन तिथि 2021-06-09
रेटिंग 4.84/5 कुल 19 रेटिंग्स
डेवलपर https://noota.io
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://noota.io
सहायता पृष्ठ URL https://noota.io
गोपनीयता नीति पृष्ठ URL https://noota.io/privacy
समर्थित भाषाएँ de,en,fr,tr,ca,es,it,pl,pt-BR,pt-PT,ru,hi,ta,zh-CN,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "Live Assistant | Record, Transcribe & Summarize Google Meet, Zoom & Teams meetings",
    "offline_enabled": true,
    "version": "2.9.9",
    "manifest_version": 2,
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/sentry.js",
            "js\/background.js",
            "js\/s28db0c.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "assets\/extension-icons\/logo-32.png",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "16": "assets\/extension-icons\/logo-16.png",
        "32": "assets\/extension-icons\/logo-32.png",
        "48": "assets\/extension-icons\/logo-48.png",
        "128": "assets\/extension-icons\/logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/detect.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' blob:; object-src 'self';worker-src 'self' data: blob:;",
    "permissions": [
        "https:\/\/*\/*",
        "activeTab",
        "tabCapture",
        "idle",
        "tabs",
        "storage",
        "https:\/\/www.googleapis.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.app.noota.io\/nootex-settings",
            "https:\/\/www.app.noota.io\/dashboard"
        ]
    },
    "web_accessible_resources": [
        "js\/content.js",
        "js\/content_invite.js",
        "assets\/images\/*",
        "assets\/font\/*",
        "js\/audiosources.js",
        "html\/widgetNoota.html",
        "html\/audiosources.html",
        "html\/transcribe_popup.html"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+R"
            }
        }
    }
}