Gmail Panel
Gmail All Mail in a panel! Yay!
What is Gmail Panel?
Gmail Panel is a Chrome extension developed by kms, and its main feature is "Gmail All Mail in a panel! Yay!".
Extension Screenshots
Download Gmail Panel Extension CRX File
Download Gmail Panel extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Opens gmail All Mail (not inbox) in a panel. That's it. I prefer All Mail
Extension Basic Information
Name | |
ID | onoblacmhhbifmkecijkohgfglhlmiji |
Official URL | https://chrome.google.com/webstore/detail/gmail-panel/onoblacmhhbifmkecijkohgfglhlmiji |
Description | Gmail All Mail in a panel! Yay! |
File Size | 21.17 KB |
Installation Count | 216 |
Current Version | 1.0 |
Last Updated | 2018-10-18 |
Publish Date | 2018-10-18 |
Developer | kms |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "background": { "scripts": [ "gmail_panel.js" ] }, "browser_action": { "default_icon": "gmail_32x32.png", "default_title": "" }, "description": "Gmail All Mail in a panel! Yay!", "icons": { "128": "gmail_128x128.png", "16": "gmail_16x16.png", "32": "gmail_32x32.png" }, "manifest_version": 2, "name": "Gmail Panel", "permissions": [ "tabs" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |