Scribbl: AI Meeting Notes for Google Meet

Scribbl can record, transcribe, and generate incredibly accurate ChatGPT AI meeting summaries for Google Meet

Scribbl: AI Meeting Notes for Google Meet क्या है?

Scribbl: AI Meeting Notes for Google Meet https://www.scribbl.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Scribbl can record, transcribe, and generate incredibly accurate ChatGPT AI meeting summaries for Google Meet"।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Scribbl: AI Meeting Notes for Google Meet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Automate note taking during your Google Meet meetings. Scribbl transcribes, or video records your Google Meet meeting and generates AI meeting notes at the conclusion of your meeting. Simply download the Chrome extension and sign in with Google to begin automatically receiving Google Meet transcripts and ChatGPT AI meeting notes for free.

Key features ✍️
- Automated note taking and action items with AI
- Video record or transcribe without a bot 🤖
- Google Meet transcription automatically saved to Google Docs
- Chat from meeting automatically saved
- Real-time transcript during meeting
- Easily share meetings with your team or other participants
- Find past meetings with ease by searching across meetings 
- Build a team library of meetings in Scribbl 
- Transcribe in over 40 different languages

Scribbl is trusted by leading organizations and over 10,000 people in roles like 👥
- Project Management
- Account Management
- Consulting
- Customer Success
- Support
- Sales
and many more...                    

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

नाम Scribbl: AI Meeting Notes for Google Meet Scribbl: AI Meeting Notes for Google Meet
ID kmjmlilenakedodldceipdnmmnfkahni
आधिकारिक URL https://chromewebstore.google.com/detail/scribbl-ai-meeting-notes/kmjmlilenakedodldceipdnmmnfkahni
विवरण Scribbl can record, transcribe, and generate incredibly accurate ChatGPT AI meeting summaries for Google Meet
फ़ाइल का आकार 16.95 MB
स्थापना संख्या 12,813
वर्तमान संस्करण 13.1
अंतिम अपडेट 2024-02-14
प्रकाशन तिथि 2021-02-14
रेटिंग 4.95/5 कुल 1073 रेटिंग्स
डेवलपर https://www.scribbl.co
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://www.scribbl.co/
सहायता पृष्ठ URL https://scribbl.zendesk.com/hc/en-us/requests/new
गोपनीयता नीति पृष्ठ URL https://www.scribbl.co/pages/privacy-policy
समर्थित भाषाएँ de,en,fr,es,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "13.1",
    "permissions": [
        "identity",
        "storage",
        "unlimitedStorage",
        "https:\/\/scribbl-enhanced-recordings-prd.s3.us-east-2.amazonaws.com\/*\/",
        "cookies",
        "https:\/\/extension.app.scribbl.co\/",
        "https:\/\/backend.scribbl.co\/"
    ],
    "optional_permissions": [
        "tabCapture"
    ],
    "oauth2": {
        "client_id": "522707397645-5g8ioeo87sb5ikjseh0e252b1tbn15t4.apps.googleusercontent.com",
        "scopes": [
            "profile email",
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    },
    "background": {
        "scripts": [
            "background.js",
            "sentry.js",
            "js\/amplitude.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "js\/bootstrap.bundle.min.js",
                "js\/all.js"
            ],
            "css": [
                "css\/bootstrap.min.css",
                "output.css"
            ]
        },
        {
            "matches": [
                "https:\/\/meet.google.com\/*",
                "https:\/\/extension.scribbl.co\/*"
            ],
            "js": [
                "content.js",
                "js\/amplitude.js",
                "sentry.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/meet.google.com\/*",
            "https:\/\/extension.scribbl.co\/*",
            "*:\/\/*\/*"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Scribbl Call Recording & Transcription",
        "default_icon": {
            "16": "images\/icon-16x16.png",
            "32": "images\/icon-32x32.png",
            "48": "images\/icon-48x48.png",
            "128": "images\/icon-128x128.png"
        }
    },
    "icons": {
        "16": "images\/icon-16x16.png",
        "32": "images\/icon-32x32.png",
        "48": "images\/icon-48x48.png",
        "128": "images\/icon-128x128.png"
    },
    "manifest_version": 2,
    "commands": {
        "record_option": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "Start Recording Option 1"
        },
        "record_option_2": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "Command+Shift+E"
            },
            "description": "Start Recording Option 2"
        },
        "record_option_3": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            },
            "description": "Start Recording Option 3"
        }
    },
    "web_accessible_resources": [
        "images\/drag_dots.svg",
        "images\/move_to_dock_icon.svg",
        "images\/record_icon.svg",
        "images\/logo-red-bkg.png",
        "images\/logo-full-red-bkg.png",
        "images\/Equalizer-1s-200px.gif"
    ]
}