Mailbutler for Gmail

Improves your inbox with productivity-boosting features such as an AI-powered assistant, email tracking, and smart email scheduling.

什么是Mailbutler for Gmail?

Mailbutler for Gmail是由https://mailbutler.io开发的Chrome扩展程序,该扩展的主要功能是“Improves your inbox with productivity-boosting features such as an AI-powered assistant, email tracking, and smart email scheduling.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Mailbutler for Gmail扩展crx文件

下载Mailbutler for Gmail扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ⧓ Mailbutler: Your inbox, smarter. ⧓

This is Mailbutler, the email plugin which makes your inbox smarter. Mailbutler offers a multitude of useful, productivity-boosting features which you can access right in your inbox. Its features help you improve customer communication, stay on brand, optimize your email game, and much more. They include:

• Smart Assistant: An AI-powered email assistant that writes emails, summarizes and improves messages, finds tasks and contacts, and responds for you.

 • Smart Send Later: Smart scheduling functionality to help you optimize your email delivery times.

 • Recipient Optimized Scheduling: Suggests the best time for you to send an email to maximize your chances of it being opened.

 • Email Tracking: More information needed? Find out when, where, and how often your email or link was opened. Also send tracked emails from your mobile phone.

 • Contacts: Send the perfect email for your recipient. Get essential insights into your contacts to maintain peak customer communication.

 • Signatures: Stay on brand. Beautiful and professional email signatures with extensive creative control.

 • Templates: Send your message in a few clicks. Craft message templates to increase productivity and efficiency.

 • Tasks: Always remember to take action. Attach tasks to your contacts and emails and keep your to-dos organized.

 • Notes: Never forget anything again. Add notes to your contacts and emails so you never forget any important information.

• Tags: Add labels to your emails, tasks, contacts, signatures and templates to keep your inbox organized.

 • Collaborators: Be consistent. Share contacts, notes, tasks, signatures, templates and more with your team members.

⧓ Who is Mailbutler for? ⧓ 

 • Freelancers, independent professionals, and marketers

 • Businesses, marketing teams, and sales teams that prioritize direct client communication

 • Teams that need clear, easy, and productive internal communication

 • Productivity-lovers who want to achieve more with emails and reach Inbox Zero

⧓ Why Mailbutler? ⧓ 

 • Our extension is developed by users: we’re constantly upgrading and revamping features based on customer feedback

 • Mailbutler integrates directly and easily into your Gmail email client

 • Cross-platform functionality means if other members of your team are using other email clients, Mailbutler still works perfectly

 • All your messages are secure and never accessed or read by Mailbutler

 • We value honesty and transparency - every user gets a 14-day free trial with no credit card required so you can see exactly what you’re in for

 • Our dedicated customer support team responds to all queries within 24 hours

 • Integrate Mailbutler with your favorite apps, including Slack, Trello, OneNote, Todoist and more

 • Most important, Mailbutler helps you to improve your customer communication and build new prospects, clients and contacts

⧓ Don’t wait - get Mailbutler right now ⧓

All new Mailbutler users get a 14-day free trial so they can try out all our features and decide which plan is the best for them, and we don’t require any credit cards details until you subscribe to a plan, so you can opt out at any time!

Mailbutler Tracking Plan - See who has opened your emails and clicked on your links - €3,95 per month/€39,50 per year

Mailbutler Professional Plan – For professionals who want to better organize their inbox – €7,95 per month/€79,50 per year

Mailbutler Smart Plan – For heavy email users who need advanced inbox features - €12,95 per month/€129,50 per year

Mailbutler Business Plan – The full package for teams that want the definitive email productivity extension – €29,95 per month/€299,50 per year

Privacy Policy: https://www.mailbutler.io/privacy-policy/

Terms of Service: https://www.mailbutler.io/terms-and-conditions/

===Got questions?===

Contact us anytime at [email protected]

Head to our Support Center for detailed help on using Mailbutler

===Connect with us!===

Facebook: https://www.facebook.com/mailbutler/

Twitter: https://twitter.com/mailbutler

LinkedIn: https://www.linkedin.com/company/mailbutler-gmbh/                    

扩展基本信息

名称 Mailbutler for Gmail Mailbutler for Gmail
ID ohjcpfgehefbhieohfmllokpklckplie
官方URL https://chromewebstore.google.com/detail/mailbutler-for-gmail/ohjcpfgehefbhieohfmllokpklckplie
简介 Improves your inbox with productivity-boosting features such as an AI-powered assistant, email tracking, and smart email scheduling.
文件大小 3.42 MB
安装次数 6,316
当前版本 7327.22397
更新时间 2024-02-27
上架时间 2020-06-16
评分 4.54/5 共56次评分
开发者 https://mailbutler.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.mailbutler.io
帮助页面URL https://help.mailbutler.io/help
隐私政策页面URL https://www.mailbutler.io/privacy-policy
支持的语言 de,en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Mailbutler for Gmail",
    "short_name": "Mailbutler",
    "description": "__MSG_extDescription__",
    "version": "7327.22397",
    "default_locale": "en",
    "background": {
        "service_worker": "script\/mailbutler_background.js"
    },
    "permissions": [
        "scripting",
        "storage",
        "declarativeNetRequest",
        "contextMenus",
        "gcm",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/*.mailbutler.io\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "css": [
                "css\/mailbutler_content.css"
            ],
            "js": [
                "script\/mailbutler_content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.mailbutler.io\/auth\/*"
            ],
            "js": [
                "script\/oauth_callback.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "html\/account.html",
                "html\/checkout.html",
                "assets\/fonts\/*",
                "assets\/img\/*",
                "data\/*",
                "libs\/*",
                "_locales\/*",
                "pageWorld.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "extension_ids": [],
            "use_dynamic_url": false
        }
    ],
    "icons": {
        "16": "assets\/img\/logo_16x16.png",
        "48": "assets\/img\/logo_48x48.png",
        "128": "assets\/img\/logo_128x128.png"
    },
    "homepage_url": "https:\/\/www.mailbutler.io"
}