ReminderCall Chrome Ext.
Appointment Reminders For Google Calendar
ReminderCall Chrome Ext.คืออะไร?
ReminderCall Chrome Ext. เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.remindercall.com และคุณลักษณะหลักของมันคือ "Appointment Reminders For Google Calendar"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ReminderCall Chrome Ext.
ดาวน์โหลดไฟล์ส่วนขยาย ReminderCall Chrome Ext. ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Now you can enter Google Calendar events and trigger ReminderCall.com appointment reminders from anywhere on the web. Enter appointments, add contacts, and send automated appointment reminders. Choose from text message, call or email reminders. The ReminderCall for Chrome Extension lets you send automatic ReminderCall.com appointment reminders from your Google Calendar in only 2 steps: 1. Create a Google Calendar Event (with fewer keystrokes than you normally would). 2. Select one of your contacts from the drop-down menu. That’s it! A new event is scheduled in your Google Calendar and an appointment reminder is automatically sent from your ReminderCall.com account. This extension requires a ReminderCall account. Don’t have one? Sign up for a free trial at https://www.ReminderCall.com REMINDERCALL CHROME EXTENSION FEATURES: ★ Quickly enter a Google Calendar event from Chrome. ★ Preview your schedule in the extension. ★ Select from available dates and times. ★ Search Google Contacts from Chrome. ★ Add Google Contacts from Chrome. ★ Trigger an automatic appointment reminder text message, call or email from your ReminderCall.com account. ABOUT REMINDERCALL.COM: ★ Send 2-way text reminders, appointment reminder calls, and email reminders. ★ Use your own voice, the system's voice, or a combination of the two. ★ Includes English, French, and Spanish. ★ Runs automatically. ★ Allows you to see all confirmations and replies live on your dashboard. ★ Allows you to respond to text messages. ★ Works with a variety of popular calendar apps. ★ Live technical support is included with your account. ★ Encrypted. _________________ NOTES -By using this add-on, you agree to the ReminderCall.com Terms of Service available at https://www.remindercall.com/remindercall-com-terms-of-service/ -This extension requires a paid ReminderCall.com account. -This extension uses Google Analytics to collect extension usage statistics to help improve user experience. If you want to opt-out of Google Analytics tracking, please visit http://tools.google.com/dlpage/gaoptout or you can set up a filter in Adblock Plus or similar ad blocker tools like AdBlock, uBlock or Adblock Pro.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ReminderCall Chrome Ext. |
ID | hlblflbejmlenjnehmmimlopeljbfkea |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/remindercall-chrome-ext/hlblflbejmlenjnehmmimlopeljbfkea |
คำอธิบาย | Appointment Reminders For Google Calendar |
ขนาดไฟล์ | 197 KB |
จำนวนการติดตั้ง | 287 |
เวอร์ชันปัจจุบัน | 1.0.6 |
อัปเดตครั้งล่าสุด | 2022-01-26 |
วันที่เผยแพร่ | 2020-05-20 |
ผู้พัฒนา | https://www.remindercall.com |
ประเภทการชำระเงิน | in_app |
URL หน้าช่วยเหลือ | https://www.remindercall.com/contact/ |
ภาษาที่รองรับ | en,fr,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_google_calendar_extension_name__", "description": "__MSG_google_calendar_extension_desc__", "version": "1.0.6", "default_locale": "en", "icons": { "16": "icons\/rsi_icon_32.png", "96": "icons\/rsi_icon_192.png" }, "permissions": [ "contextMenus", "identity", "https:\/\/account.remindercall.com\/*", "storage" ], "oauth2": { "client_id": "617382915678-u2jnnjmt7vhfu0r76utejubo2at2k993.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/calendar", "https:\/\/www.googleapis.com\/auth\/contacts" ] }, "content_security_policy": "script-src 'self' https:\/\/calendar.google.com; object-src 'self'", "background": { "scripts": [ "lib\/jstz-1.0.4.min.js", "lib\/jquery.min.js", "lib\/moment+langs.min.js", "constants.js", "options.js", "utils.js", "feeds.js", "scheduler.js", "background.js" ] }, "options_page": "options.html", "browser_action": { "default_icon": { "32": "icons\/rsi_icon_32.png" }, "default_title": "__MSG_google_calendar_extension_name__", "default_popup": "browser_action.html" } } |