WebExtension.net
WebExtension.net

Smart Google Meet Tools: Focus, Save Time & Stay Organized

View on Chrome Web Store
View Smart Google Meet Tools: Focus, Save Time & Stay Organized Chrome Extension on Chrome Web Store
3.0 (15 ratings)

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

Boost your Google Meet experience with FREE tools designed for online classes and team meetings. Stay focused and save time!
Type
Extension
Users
100,000 users
Meet Extension
View author page of Meet Extension
Featured Extension

Hand-picked for quality and usefulness

Published
Published on September 1, 2020
Version 11.2.1
Manifest version
3
Updated
Updated on November 16, 2024
View on Chrome Web Store
View Smart Google Meet Tools: Focus, Save Time & Stay Organized Chrome Extension on Chrome Web Store
productivity/communication
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Boost your Google Meet experience with FREE tools designed for online classes and team meetings. Stay focused and save time!",
    "version": "11.2.1",
    "manifest_version": 3,
    "name": "Smart Google Meet Tools: Focus, Save Time & Stay Organized",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon128.png"
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "contextMenus",
        "alarms",
        "scripting",
        "webNavigation"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        "*:\/\/localhost\/*",
        "*:\/\/*.meetextension.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-48.png"
            ],
            "matches": []
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/meet.google.com\/*"
            ],
            "css": [
                "content.styles.css"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/calendar.google.com\/*"
            ],
            "css": [
                "gcalendar.styles.css"
            ],
            "js": [
                "gCalendar.bundle.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "lordataScript.bundle.js"
            ]
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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