Boomerang for Gmail

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

Co je Boomerang for Gmail?

Boomerang for Gmail je rozšíření Chrome vyvinuté https://www.boomeranggmail.com, a jeho hlavní funkcí je „Meeting scheduling and email management tool trusted by millions. Schedule meetings, track responses, send later, and more.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Boomerang for Gmail

Stáhněte si soubory rozšíření Boomerang for Gmail ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Boomerang for Gmail Boomerang for Gmail
ID mdanidgdpmkimeiiojknlnekblgmpdll
Oficiální URL https://chromewebstore.google.com/detail/boomerang-for-gmail/mdanidgdpmkimeiiojknlnekblgmpdll
Popis Meeting scheduling and email management tool trusted by millions. Schedule meetings, track responses, send later, and more.
Velikost souboru 2.38 MB
Počet instalací 1,017,573
Aktuální Verze 1.5.8
Poslední Aktualizace 2024-02-27
Datum Vydání 2019-06-17
Hodnocení 3.95/5 Celkem 1657 Hodnocení
Vývojář https://www.boomeranggmail.com
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://www.boomeranggmail.com
URL Stránky Nápovědy https://help.boomeranggmail.com
URL Stránky Zásad Ochrany Soukromí https://www.boomeranggmail.com/privacy.html
Podporované Jazyky 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\/*"
            ]
        }
    ]
}