WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Scribbl: AI Note Taker for Google Meet, Zoom, and MS Teams

Scribbl: AI Note Taker for Google Meet, Zoom, and MS Teams

View on Chrome Web Store
View Scribbl: AI Note Taker for Google Meet, Zoom, and MS Teams Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2,832 ratings)
8 new ratings
12 views
This extension has been viewed 12 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Record, transcribe, & take notes with our bot-free AI note taker for Google Meet, Zoom, & MS Teams
Type
Extension
Users
30,000 users
10K
Scribbl.co
View author page of Scribbl.co
Featured Extension

Hand-picked for quality and usefulness

Published
Published on February 15, 2021
Version 16.8
Manifest version
3
Updated
Updated on November 19, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Scribbl: AI Note Taker for Google Meet, Zoom, and MS Teams Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "16.8",
    "permissions": [
        "unlimitedStorage",
        "offscreen",
        "alarms",
        "tabCapture"
    ],
    "offscreen_documents": {
        "page": "offscreen\/offscreen.html",
        "persistent": false
    },
    "host_permissions": [
        "https:\/\/scribbl-enhanced-recordings-prd.s3.us-east-2.amazonaws.com\/*\/",
        "https:\/\/meet.google.com\/*",
        "https:\/\/extension.app.scribbl.co\/*",
        "https:\/\/backend.scribbl.co\/*"
    ],
    "oauth2": {
        "client_id": "522707397645-5g8ioeo87sb5ikjseh0e252b1tbn15t4.apps.googleusercontent.com",
        "scopes": [
            "profile email",
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*",
                "https:\/\/extension.app.scribbl.co\/*"
            ],
            "js": [
                "content\/content.js"
            ],
            "css": [
                "css\/tailwind.css"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "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": 3,
    "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": [
        {
            "resources": [
                "css\/tailwind.css",
                "offscreen\/offscreen.html",
                "offscreen\/offscreenVideoRecorder.js",
                "mic-access\/mic-access.html",
                "mic-access\/mic-access.js",
                "proto-bundle.js",
                "images\/logo-red-bkg.png",
                "inject-rtc.js"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*",
                "https:\/\/extension.app.scribbl.co\/*"
            ]
        }
    ]
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top