WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net

Mailmeteor for Gmail: Email Tracker, Mail merge, AI Writer, Export CSV

View on Chrome Web Store
View Mailmeteor for Gmail: Email Tracker, Mail merge, AI Writer, Export CSV Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (79 ratings)
1 new ratings
0 views
This extension has been viewed 0 times

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

Everything you need to win more business in Gmail. Write emails with AI, send mail merge, schedule follow-ups, export to CSV...
Type
Extension
Users
40,000 users
5K
Website mailmeteor.com
Mailmeteor for Gmail
View author page of Mailmeteor for Gmail
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 17, 2022
Version 1.8.0
Manifest version
3
Updated
Updated on March 6, 2025
productivity/communication
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Mailmeteor for Gmail: Email Tracker, Mail merge, AI Writer, Export CSV Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "Mailmeteor",
    "description": "__MSG_extSummary__",
    "version": "1.8.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "dist\/popup.html"
    },
    "default_locale": "en",
    "permissions": [
        "storage",
        "declarativeNetRequestWithHostAccess"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/*",
        "https:\/\/*.googleusercontent.com\/*",
        "https:\/\/*.appspot.com\/*"
    ],
    "background": {
        "service_worker": "dist\/mailmeteor.background.js"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "blockMailmeteorTrackingRules",
                "enabled": true,
                "path": "dist\/declarative_net_request_rules\/blockMailmeteorTrackingRules.json"
            }
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "dist\/mailmeteor.min.js",
                "dist\/mailmeteor.app.js",
                "dist\/mailmeteor.editor.min.js"
            ],
            "css": [
                "assets\/css\/mailmeteor.css",
                "assets\/css\/editor.css"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/img\/*",
                "assets\/videos\/*"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "assets\/img\/mailmeteor-16x16.png",
        "32": "assets\/img\/mailmeteor-32x32.png",
        "48": "assets\/img\/mailmeteor-48x48.png",
        "128": "assets\/img\/mailmeteor-128x128.png"
    }
}
© 2025 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