WebExtension.net
WebExtension.net

Select default From sender in Gmail

View on Chrome Web Store
View Select default From sender in Gmail Chrome Extension on Chrome Web Store
3.0 (2 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Allows you to preset the default From address in Gmail with a parameter called bu. For example https://mail.google.com/mail/?bu=...
Type
Extension
Users
103 users
1
Rob W
View author page of Rob W
Published
Published on November 5, 2012
Version 1.3
Manifest version
2
Updated
Updated on March 31, 2013
View on Chrome Web Store
View Select default From sender in Gmail Chrome Extension on Chrome Web Store
productivity/workflow
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Select default From sender in Gmail",
    "description": "Allows you to preset the default From address in Gmail with a parameter called bu. For example https:\/\/mail.google.com\/mail\/?bu=...",
    "manifest_version": 2,
    "version": "1.3",
    "content_scripts": [
        {
            "js": [
                "gmail_default_sender.js"
            ],
            "matches": [
                "*:\/\/mail.google.com\/mail\/*bu*"
            ],
            "exclude_matches": [
                "*:\/\/mail.google.com\/mail\/help\/"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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