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."입니다.
확장 프로그램 스크린샷
Boomerang for Gmail 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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 |
이메일 | [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\/*" ] } ] } |