Cogsworth
Cogsworth Adhoc Meeting Scheduling Extension
Cogsworthคืออะไร?
Cogsworth เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cogsworth.com และคุณลักษณะหลักของมันคือ "Cogsworth Adhoc Meeting Scheduling Extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cogsworth
ดาวน์โหลดไฟล์ส่วนขยาย Cogsworth ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Scheduling meetings on the go has alway been a pain. Until now that is. The Cogsworth chrome extension brings the power of smart and easy appointment bookings to your everyday life. All in 3 simple steps: * Step 1: Select times that work for you * Step 2: Select your meeting duration * Step 3: Generate your booking link or copy your available times straight into the body of your email client - whether it is Gmail or Outlook Now your meeting partner can simply click on the time that most suits them, fill in the information you require for the meeting and then receive a meeting invite. Cogsworth Features: * Create ad-hoc appointments without leaving your workflow * Create meetings with multiple durations * Select multiple possible time slots that work for you, for your guest to choose from * Generate a booking link and/or paste available times straight into the body of your email If you have a paid version of Cogsworth you also get: * SMS & email reminders * Personalised logo and colors * Appointment buffering * Generate ad-hoc bookings on behalf of staff * Generate bookings on behalf of multiple businesses * View appointments and customers via the Cogsworth interface * CSV export of appointments * Create regular bookable services * Zapier integration And dozens more features at https://get.cogsworth.com/ Roadmap extension features: * Improved Google / Outlook calendar sync * Location specification for meetings * Group bookings & voting
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Cogsworth |
ID | pgdldnmfbncgnmklbappondnannjedib |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cogsworth/pgdldnmfbncgnmklbappondnannjedib |
คำอธิบาย | Cogsworth Adhoc Meeting Scheduling Extension |
ขนาดไฟล์ | 11.86 MB |
จำนวนการติดตั้ง | 54 |
เวอร์ชันปัจจุบัน | 0.2.0 |
อัปเดตครั้งล่าสุด | 2021-05-17 |
วันที่เผยแพร่ | 2020-03-17 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://cogsworth.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.cogsworth.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://blog.cogsworth.com/gdpr-privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cogsworth", "version": "0.2.0", "description": "Cogsworth Adhoc Meeting Scheduling Extension", "manifest_version": 2, "permissions": [ "storage", "identity" ], "icons": { "128": "assets\/icons\/cogsworth128.png" }, "browser_action": { "default_popup": "views\/popup.html", "default_icon": { "128": "assets\/icons\/cogsworth128.png" } }, "browser_specific_settings": { "gecko": { "id": "@cogsworth", "strict_min_version": "57.0" } }, "background": { "scripts": [ "dist\/index.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "assets\/fonts\/Roboto-Light.ttf", "assets\/fonts\/Roboto-Regular.ttf", "assets\/fonts\/Roboto-Medium.ttf", "assets\/fonts\/Roboto-Bold.ttf" ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjm0je+6KU+emHuDbHF0zWtMSpZ6XXDG94mrPOn5CtKhmdBEqLLWNmIeT7pVfhCTeEajJfKFuXS8By9Qw2rOaj29k5C451KcH34Bgn0OekoE9DKu0hxdK49gK9TckaXZPxHw6RUNqx+0Fk3o1TA0KrhVY5tSCxbzFd4Hp44ewSSHCxJg8on9EXTpA5cPv5kZAkob9vphtWAN3jD5j\/9Qf6ekMgHVkpcKqBviuCRZ8AFBUzqM5iL1MGLLAKsTdt5L7l17K3DfPpedz1x+A+th5ukJ\/YsacVHifHOIz9Psyw6K4SA0keuTRrU27rGsW4zSFJZVkXFO+k2+jYl5XMl0aRQIDAQAB" } |