Meeting Scheduler for Gmail by cloudHQ
Easy meeting scheduling and meeting invitations directly from Gmail
Τι είναι το Meeting Scheduler for Gmail by cloudHQ;
Το Meeting Scheduler for Gmail by cloudHQ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.meeting-scheduler-for-gmail.com, και η κύρια λειτουργία του είναι "Easy meeting scheduling and meeting invitations directly from Gmail".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Meeting Scheduler for Gmail by cloudHQ
Λήψη αρχείων επέκτασης Meeting Scheduler for Gmail by cloudHQ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Scheduling appointments and meetings is super easy with Meeting Scheduler for Gmail FREE: Easy, beautiful meeting calendar scheduler lets you send out a link so that other people can choose a meeting time with you based on your availability. It works directly from Gmail, and is 100% integrated with your Google Calendar. Book meetings with only one email. Say goodbye to email "tag game" for scheduling appointments - do everything with one email and one click. How it works: 1) Install the extension. 2) While composing an email to your clients, colleagues, friends, students, etc... just click on the "Calendar icon" on the bottom of your email. 3) You will be able to insert a link to your calendar availability before you send your email. 4) When the email receiver opens your email, they can pick an available time slot, and your meeting event will be added to both of your calendars. 5) It will be editable if you ever need to change the meeting time. Here are some of the differences between this calendar meeting scheduler and others: 1. There are no duplicate calendars that are saved to an external calendar, this works directly with your Google calendar. You can therefore easily revise a meeting day and time, and the other person is aware of the change. 2. You can label how you see your meetings in your calendar, instead of a default meeting block labelled "Meeting". 3. The person who is booking an appointment with you doesn't need to enter in his/her name or email because we already know who it is based on their email address. 4. The sender and receiver are properly labeled in their respective fields. No more guessing who is joining you if you are looking at your Google Calendar. 5. Settings are already based on your time zone, with meetings between 9a-5p M-F. You can change these settings at any time. Key features: ✅ SMS Notifications ✅ Track meeting invite clicks ✅ Book me (vanity) links ✅ Unique invite links per email message ✅ Customizable meeting page App website: https://www.meeting-scheduler-for-gmail.com/ cloudHQ website: https://www.cloudhq.net Pricing: https://www.meeting-scheduler-for-gmail.com/pricing Support page: https://support.cloudhq.net/category/browser-extensions/meeting-scheduler-for-gmail/ Blog: https://blog.cloudhq.net
Βασικές Πληροφορίες Επέκτασης
Όνομα | Meeting Scheduler for Gmail by cloudHQ |
ID | dibjpgjiefaibdinijeddhaiiphfhejp |
Επίσημο URL | https://chromewebstore.google.com/detail/meeting-scheduler-for-gma/dibjpgjiefaibdinijeddhaiiphfhejp |
Περιγραφή | Easy meeting scheduling and meeting invitations directly from Gmail |
Μέγεθος Αρχείου | 201 KB |
Αριθμός Εγκαταστάσεων | 52,818 |
Τρέχουσα Έκδοση | 1.0.0.14 |
Τελευταία Ενημέρωση | 2024-01-16 |
Ημερομηνία Δημοσίευσης | 2020-05-08 |
Αξιολόγηση | 4.58/5 Συνολικά 130 Αξιολογήσεις |
Προγραμματιστής | https://www.meeting-scheduler-for-gmail.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | in_app |
Ιστότοπος Επέκτασης | https://www.meeting-scheduler-for-gmail.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://support.cloudhq.net/category/browser/meeting-scheduler-for-gmail/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.cloudhq.net/privacy |
Υποστηριζόμενες Γλώσσες | de,en,fr,nl,es,it,pl,pt-BR,pt-PT,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "content_security_policy": "script-src 'self' https:\/\/www.cloudhq.net; object-src 'self' https:\/\/www.cloudhq.net", "web_accessible_resources": [ "javascripts\/*" ], "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "icons": { "128": "icons\/icon-128x128.png", "48": "icons\/icon-48x48.png" }, "browser_action": { "default_icon": "icons\/calreserve.png" }, "converted_from_user_script": true, "background": { "persistent": true, "scripts": [ "javascripts\/jquery-1.4.4.js", "javascripts\/background.js" ] }, "content_scripts": [ { "exclude_globs": [], "css": [ "stylesheets\/jquery.dropdown.css", "stylesheets\/popover.css", "stylesheets\/main_gmail_calreserve.css" ], "include_globs": [], "js": [ "javascripts\/inboxsdk.js", "javascripts\/main_gmail_calreserve_loader.js" ], "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ] } ], "version": "1.0.0.14", "description": "__MSG_appDetail__", "permissions": [ "storage", "background", "https:\/\/mail.google.com\/", "https:\/\/inbox.google.com\/", "https:\/\/www.cloudhq.net\/" ], "manifest_version": 2 } |