WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Google Meet - Auto Meeting Notes

Google Meet - Auto Meeting Notes

View on Chrome Web Store
View Google Meet - Auto Meeting Notes Chrome Extension on Chrome Web Store
Add to bookmarks
2.1 (7 ratings)
0 views
This extension has been viewed 0 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.

A privacy first auto notes taker for Google Meet/Hangouts meetings.
Type
Extension
Users
2,000 users
1K
Helper Functions
View author page of Helper Functions
Published
Published on May 31, 2020
Version 1.0.7
Manifest version
2
Updated
Updated on December 4, 2020
productivity/workflow
Extension Category
View on Chrome Web Store
View Google Meet - Auto Meeting Notes 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": "Google Meet - Auto Meeting Notes",
    "description": "A privacy first auto notes taker for Google Meet\/Hangouts meetings.",
    "author": "Aditya Kumar",
    "version": "1.0.7",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon128.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/meet.google.com\/*"
            ],
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/jquery-ui.js",
                "scripts\/extension.js"
            ],
            "css": [
                "notes.css"
            ]
        }
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "scripts\/script.js",
        "scripts\/script_post.js",
        "scripts\/print.jpg",
        "scripts\/print.css",
        "scripts\/edit.png"
    ],
    "content_security_policy": "script-src 'self'  https:\/\/code.jquery.com; object-src 'self'"
}
© 2025 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