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
Eメール [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"
}