The extension has a very small user base of only 45 users, which raises concerns about its legitimacy and testing. While it maintains a high rating of 4.7, the extremely limited adoption suggests minimal real-world validation. The lack of developer information and company details makes it difficult to assess the creator's reputation or accountability.
The primary concern is the combination of content script injection on Google Meet pages with local storage permissions. While storage permission alone is typically benign, when paired with content scripts that can access sensitive meeting information, it creates potential for data collection and privacy violations. The extension can monitor and potentially store meeting URLs, participant information, or other sensitive data from Google Meet sessions. The minimal user base and lack of transparency about the developer amplify these risks.
Given the medium risk level, consider running this extension in a separate Chrome profile dedicated to non-sensitive activities. Before installation, verify that you actually need the functionality this extension provides, as Google Meet already offers built-in features for saving meeting links. If you proceed with installation, regularly review what data the extension might be storing locally and monitor your Google Meet usage for any unusual behavior. Consider looking for more established alternatives with larger user bases and transparent developer information.
| https://google-meet-link-saver-api.vercel.app/api/page-title?url= | https://clients2.google.com/service/update2/crx | |
| https://meet.google.com/ | https://reactjs.org/docs/error-decoder.html?invariant= | |
| http://www.w3.org/1999/xlink | http://www.w3.org/XML/1998/namespace | |
| http://www.w3.org/2000/svg | http://www.w3.org/1998/Math/MathML | |
| http://www.w3.org/1999/xhtml |
{ "name": "Google Meet Link Saver", "icons": { "16": "images/icon@16px.png", "32": "images/icon@32px.png", "48": "images/icon@48px.png", "128": "images/icon@128px.png" }, "action": { "default_popup": "googleMeetSavedLinksPopup.html", "default_title": "Google Meet Saved Links" }, "version": "1.8", "background": { "service_worker": "googleMeetLinkSaverServiceWorker.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "Keep track of the links sent in Google Meet chats in one handy place", "permissions": [ "storage" ], "content_scripts": [ { "js": [ "googleMeetLinkSaverContentScript.js" ], "matches": [ "https://meet.google.com/*-*-*" ] } ], "manifest_version": 3 }
ⓘ CRXaminer has partnered with our friends at Secure Annex to provide additional findings unique to their platform.
Secure Annex also analyzes extensions from other browsers, IDEs, and can continuously monitor.
This extension may not yet be analyzed by Secure Annex.