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은(는) https://qwoach.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fully functional scheduler for coaches: free calendly alternative"입니다.
확장 프로그램 스크린샷
Qwoach: free scheduling software for coaches 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } } |