Version 1.1 View in Chrome Web Store
The extension has a moderate rating of 3.8 stars from 176 users, indicating mixed user experiences. However, several concerning factors reduce trustworthiness: the extension lacks basic information like developer details, user count, last update date, and file size. The absence of this transparency is problematic for a utility that should be straightforward. Additionally, Inbox by Gmail was discontinued by Google in 2019, making this extension's purpose questionable.
The permission set is excessive for a simple app launcher. Audio and video capture permissions (audioCapture, videoCapture) are completely unnecessary for launching Gmail and suggest potential surveillance capabilities. The webview permission, while possibly legitimate for embedding Gmail content, creates security risks by allowing arbitrary web content execution. The duplicate notifications permission listing indicates poor code quality or manifest errors. Using the outdated Manifest V2 provides fewer security protections than modern extensions.
Consider using Google's official Gmail interface instead, as Inbox by Gmail no longer exists. If you must use this extension, run it in a separate Chrome profile to isolate potential risks from your main browsing session. The audio/video capture permissions are major red flags that warrant extreme caution. Look for alternative Gmail productivity extensions from verified developers with transparent information and Manifest V3 compliance.
| http://fsf.org/ | http://www.gnu.org/licenses/ | |
| http://www.gnu.org/philosophy/why-not-lgpl.html | http://developer.chrome.com/apps/app.runtime.html | |
| http://developer.chrome.com/apps/app.window.html | https://clients2.google.com/service/update2/crx | |
| https://chrome.google.com/webstore/detail/inbox/ | https://raw.github.com/GoogleChrome/chrome-app-samples/master/tryitnowbutton.png | |
| http://inbox.google.com | http://goo.gl/JRgPWd | |
| http://scan.me/m9ksx8p |
{ "app": { "background": { "scripts": [ "main.js" ] } }, "name": "App Launcher for Inbox by Gmail App", "icons": { "16": "icon_16.png", "128": "icon_128.png" }, "author": "Akmal Razali", "version": "1.1", "short_name": "Inbox", "update_url": "https://clients2.google.com/service/update2/crx", "description": "__MSG_appDesc__", "permissions": [ "audio", "audioCapture", "notifications", "videoCapture", "webview", "storage", "notifications" ], "default_locale": "en", "manifest_version": 2, "minimum_chrome_version": "36.0" }
ⓘ 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.