WebExtension.net
WebExtension.net

Mailmeteor: AI Email Writer, mail merge, follow-up, and more in Gmail

View on Chrome Web Store
View Mailmeteor: AI Email Writer, mail merge, follow-up, and more in Gmail Chrome Extension on Chrome Web Store
4.8 (79 ratings)

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

Do even more in your Gmail inbox: write emails with AI, mail merge, schedule follow-ups, export, and more.
Type
Extension
Users
30,000 users
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 0.25.0
Manifest version
3
Updated
Updated on November 16, 2024
View on Chrome Web Store
View Mailmeteor: AI Email Writer, mail merge, follow-up, and more in Gmail Chrome Extension on Chrome Web Store
productivity/communication
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mailmeteor: AI Email Writer, mail merge, follow-up, and more in Gmail",
    "description": "Do even more in your Gmail inbox: write emails with AI, mail merge, schedule follow-ups, export, and more.",
    "version": "0.25.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "dist\/popup.html"
    },
    "permissions": [
        "storage",
        "activeTab",
        "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"
    }
}
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