Boomerang for Gmail

Meeting scheduling and email management tool trusted by millions. Schedule meetings, track responses, send later, and more.

Boomerang for Gmailとは何ですか?

Boomerang for Gmailはhttps://www.boomeranggmail.comによって開発されたChromeの拡張機能で、その主な機能は「Meeting scheduling and email management tool trusted by millions. Schedule meetings, track responses, send later, and more.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Boomerang for Gmail拡張機能のCRXファイルをダウンロード

Boomerang for Gmail拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        One-click calendar scheduling and email management for Gmail™. Boomerang saves you time so you can focus on what matters to you.
 
Why should you use Boomerang? 
- Meeting scheduling and email management tool for Gmail™
- Trusted by millions of users all over the world
- Security audit by Google - Google Premier Partner
- SOC 2 Type 2 certified
- Featured in The New York Times, Lifehacker, The Next Web, and more
- Used by organizations like Lyft, Netflix, Twitter, and more
 
A calendar scheduling app and email productivity tool for Gmail™. You can schedule meetings right from your inbox, schedule emails to be sent later, track responses, set up recurring emails, and use AI to write better emails.
 
▣ What is Boomerang? ▣
 
Millions of Gmail™ and Google Workspace™ users count on Boomerang for easy, integrated calendar scheduling and email tools. One-click meeting scheduling that’s easier for everyone than a scheduling link and email tools help you keep your Inbox clean, without losing track of important messages. Plus, Boomerang is GDPR ready.
 
Benefits of Boomerang’s meeting scheduling features:
✓ Spend less time scheduling meetings
✓ Close more deals
✓ Get more clients
✓ Impress your guests by making it easy for them
✓ Set up schedule of availability just once
✓ Faster meeting scheduling
 
Benefits of Boomerang’s email tools:
✓ Focus on important projects without constant email distractions
✓ Easier project management
✓ Automatic follow ups
✓ Know if your emails are being read with cross-platform read receipts
✓ See email engagement with open tracking and click tracking
✓ Write effective emails that get a response
✓ Achieve Inbox Zero!
 
▣ The best way to schedule meetings ▣
Schedule meetings via a clickable, always up to date, patented Magic Live Calendar sent in your email invite.
 
🗓 Bookable Schedule: Set up a schedule of available times, use it again and again. Supports multiple-calendars, Zoom and Google Meet integration, dual time zones, and more.

🗓 Suggest Times: Schedule one-off meetings in a single email - no more back and forth. Supports multiple-calendars, Zoom and Google Meet integration, dual time zones, and more.

🗓 Share Free/Busy: A lightweight way to share your availability without giving up your privacy, even across domains!

The person you’re simply clicks on a time slot and confirms. You both automatically have events placed on your calendar complete with details like phone number, Google Meet, or Zoom meeting link. Plus you’ll both receive reminder emails before the meeting.
 
▣ Tame your inbox ▣
✓ Track responses
✓ Track emails with read receipts
✓ Schedule emails to automatically send when you want
✓ Set up recurring emails
✓ Pause your inbox
✓ “Snooze” incoming emails. 

Boomerang helps keep your Inbox clean, without losing track of important messages. And it can alert you if you do not get a reply to a message.

Boomerang also includes Respondable, an AI-powered assistant that predicts the likelihood that the message will receive a response, right in your compose window.
 
▣ Need Help? ▣
Email us - [email protected]
FAQ - https://help.boomeranggmail.com/
 
▣ Why do you need the Management Permission? ▣
We need Management Permission so you can run a troubleshooting feature which identifies a list of installed extensions that are known to conflict with Boomerang’s functionality.
 
▣ Connect with Us ▣
LinkedIn: https://www.linkedin.com/company/baydin
Twitter: https://twitter.com/boomerang
Facebook: https://www.facebook.com/boomeranggmail
 
▣ Testimonials ▣
"Boomerang is my missing piece for Gmail - absolutely the best thing that happened to my inbox in recent months!"
"Falling in love with Boomerang for Gmail. VERY easy for helping you remember to follow up on offers sent out etc"
 
Plus hundreds more: https://twitter.com/boomerang/likes
 
▣ Plans and Pricing ▣
There is no charge for Boomerang up to a limited number of messages per month. To learn more about our unlimited use plans, visit https://www.boomeranggmail.com/subscriptions.html                    

拡張機能の基本情報

名前 Boomerang for Gmail Boomerang for Gmail
ID mdanidgdpmkimeiiojknlnekblgmpdll
公式URL https://chromewebstore.google.com/detail/boomerang-for-gmail/mdanidgdpmkimeiiojknlnekblgmpdll
説明 Meeting scheduling and email management tool trusted by millions. Schedule meetings, track responses, send later, and more.
ファイルサイズ 2.38 MB
インストール数 1,017,573
現在のバージョン 1.5.8
最終更新日 2024-02-27
公開日 2019-06-17
評価 3.95/5 合計 1657 レビュー
開発者 https://www.boomeranggmail.com
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://www.boomeranggmail.com
ヘルプページのURL https://help.boomeranggmail.com
プライバシーポリシーページのURL https://www.boomeranggmail.com/privacy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Boomerang for Gmail",
    "version": "1.5.8",
    "description": "Meeting scheduling and email management tool trusted by millions. Schedule meetings, track responses, send later, and more.",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "management",
        "activeTab"
    ],
    "manifest_version": 3,
    "icons": {
        "16": "b4g_16.png",
        "48": "b4g_48.png",
        "128": "b4g_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "b4g_message_ui.js",
                "b4g.js"
            ],
            "css": [
                "css\/b4g_message_ui.css"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": {
            "19": "b4g_19.png",
            "38": "b4g_38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Boomerang - Send this page later"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "b4g_128.png",
                "inbox_pause_dialog.html",
                "login_dialog.html",
                "b4g_bookmarklet_1.5.3.js",
                "css\/extensionsafejqueryui_1.5.3.css",
                "css\/extensionsafestyle_1.5.3.css",
                "b4g_bookmarklet_1.5.4.js",
                "css\/extensionsafejqueryui_1.5.4.css",
                "css\/extensionsafestyle_1.5.4.css",
                "b4g_bookmarklet_1.5.5.js",
                "css\/extensionsafejqueryui_1.5.5.css",
                "css\/extensionsafestyle_1.5.5.css",
                "b4g_bookmarklet_1.5.6.js",
                "css\/extensionsafejqueryui_1.5.6.css",
                "css\/extensionsafestyle_1.5.6.css",
                "b4g_bookmarklet_1.5.7.js",
                "css\/extensionsafejqueryui_1.5.7.css",
                "css\/extensionsafestyle_1.5.7.css",
                "b4g_bookmarklet_1.5.8.js",
                "css\/extensionsafejqueryui_1.5.8.css",
                "css\/extensionsafestyle_1.5.8.css"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ]
}