Gmail Button

A simple toolbar icon to open Gmail

What is Gmail Button?

Gmail Button is a Chrome extension developed by Valtteri Laitinen, and its main feature is "A simple toolbar icon to open Gmail".

Extension Screenshots

screenshot

Download Gmail Button Extension CRX File

Download Gmail Button 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

                        (This extension is not affiliated with Google. “Gmail” is a trademark of Google LLC.)                    

Extension Basic Information

Name Gmail Button Gmail Button
ID afdienfgfeojjnmobgakodmkiebhfcap
Official URL https://chromewebstore.google.com/detail/gmail-button/afdienfgfeojjnmobgakodmkiebhfcap
Description A simple toolbar icon to open Gmail
File Size 5.44 KB
Installation Count 5,228
Current Version 3.0.0
Last Updated 2023-07-19
Publish Date 2019-10-13
Rating 3.80/5 Total 5 Ratings
Developer Valtteri Laitinen
Email [email protected]
Payment Type free
Extension Website https://github.com/valtlai/gmail-button
Help Page URL https://github.com/valtlai/gmail-button/discussions/categories/q-a
Privacy Policy Page URL https://github.com/valtlai/gmail-button/blob/main/PRIVACY.md
Supported Languages en,fi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "100",
    "name": "__MSG_name__",
    "version": "3.0.0",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "optional_permissions": [
        "tabs"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icon.png",
        "default_title": "__MSG_open__"
    }
}