WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Needyu.ai Meeting Copilot

Needyu.ai Meeting Copilot

View on Chrome Web Store
View Needyu.ai Meeting Copilot Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (32 ratings)
1 new 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.

Needyu.ai: More than just an assistant. Your copilot and lifetime mentor for meetings and continuous improvement
Type
Extension
Users
300 users
4
Website needyu.ai
Needyu.ai
View author page of Needyu.ai
Published
Published on March 24, 2024
Version 0.0.33
Manifest version
3
Updated
Updated on March 11, 2025
productivity/communication
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Needyu.ai Meeting Copilot 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",
    "version": "0.0.33",
    "manifest_version": 3,
    "name": "Needyu.ai Meeting Copilot",
    "description": "__MSG_store_description__",
    "permissions": [],
    "host_permissions": [
        "https:\/\/api.needyu.ai\/"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_popup": "src\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*",
                "https:\/\/teams.microsoft.com\/*",
                "https:\/\/teams.live.com\/*",
                "https:\/\/app.zoom.us\/*"
            ],
            "js": [
                "src\/content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "default_locale": "en",
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "https:\/\/*.needyu.ai\/*",
            "https:\/\/needyu.ai\/*"
        ],
        "accepts_tls_channel_id": false
    },
    "background": {
        "service_worker": "src\/background.js"
    }
}
© 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