Qwoach: free scheduling software for coaches
Fully functional scheduler for coaches: free calendly alternative
Qwoach: free scheduling software for coachesคืออะไร?
Qwoach: free scheduling software for coaches เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://qwoach.com และคุณลักษณะหลักของมันคือ "Fully functional scheduler for coaches: free calendly alternative"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Qwoach: free scheduling software for coaches
ดาวน์โหลดไฟล์ส่วนขยาย Qwoach: free scheduling software for coaches ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Eliminate back and forth with automated scheduler: 1. Setup the hours when you are availability over the week 2. Connect your calendar to automatically check for busy times and add scheduled events Just share your personal scheduling link and people will pick the time right away saving the time for both you and your client. One of you need to reschedule or cancel? It's as simple as clicking the link and picking the new time. Provide optional reason and the other party will be notified about the change. Save a few hours each month. Free and fully functional Calendly alternative.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Qwoach: free scheduling software for coaches |
ID | ecgcnedgibbmdcbocecpipdocplbgmai |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/qwoach-free-scheduling-so/ecgcnedgibbmdcbocecpipdocplbgmai |
คำอธิบาย | Fully functional scheduler for coaches: free calendly alternative |
ขนาดไฟล์ | 85.39 KB |
จำนวนการติดตั้ง | 43 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2019-06-09 |
วันที่เผยแพร่ | 2019-06-09 |
คะแนน | 5.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | https://qwoach.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://qwoach.com |
URL หน้านโยบายความเป็นส่วนตัว | https://qwoach.com/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Qwoach: free scheduling software for coaches", "description": "Fully functional scheduler for coaches: free calendly alternative", "version": "1.0.1", "manifest_version": 2, "permissions": [ "activeTab" ], "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "Qwoach scheduling software for coaches" }, "background": { "scripts": [ "background.js" ] } } |