WebExtension.net
WebExtension.net

Send from Gmail (by Google)

View on Chrome Web Store
View Send from Gmail (by Google) Chrome Extension on Chrome Web Store
4.0 (4,157 ratings)

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

Makes Gmail your default email application and provides a button to compose a Gmail message to quickly share a link via email
Type
Extension
Users
800,000 users
33.3K
Chrome Developer Relations
View author page of Chrome Developer Relations
Featured Extension

Hand-picked for quality and usefulness

Published
Published on December 8, 2009
Version 1.17
Manifest version
3
Updated
Updated on June 3, 2024
View on Chrome Web Store
View Send from Gmail (by Google) Chrome Extension on Chrome Web Store
productivity/workflow
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Send from Gmail (by Google)",
    "version": "1.17",
    "description": "Makes Gmail your default email application and provides a button to compose a Gmail message to quickly share a link via email",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "mailto.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "http:\/\/*.google.com\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "action": {
        "default_icon": "images\/gmail-extension-19.png",
        "default_title": "Send this link with Gmail"
    },
    "icons": {
        "16": "images\/gmail-extension-16.png",
        "32": "images\/gmail-extension-32.png",
        "64": "images\/gmail-extension-64.png",
        "128": "images\/gmail-extension-128.png"
    },
    "minimum_chrome_version": "116"
}
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