Qwoach: free schedule maker for coaches
Fully functional schedule builder for coaches
Qwoach: free schedule maker for coaches란 무엇입니까?
Qwoach: free schedule maker for coaches은(는) https://qwoach.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fully functional schedule builder for coaches"입니다.
확장 프로그램 스크린샷
Qwoach: free schedule maker for coaches 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Intuitive and easy to use schedule maker allows to create your schedule and export it to PDF in minutes. Absolutely FREE schedule maker - click or click-and-drag to create events - assign colors to each event - drag an event to update it's start and end time - export to pdf Any questions? Drop us a message at [email protected]
확장 프로그램 기본 정보
이름 | Qwoach: free schedule maker for coaches |
ID | pphiacdkfcfpfggjgjhanjkamdmanoba |
공식 URL | https://chromewebstore.google.com/detail/qwoach-free-schedule-make/pphiacdkfcfpfggjgjhanjkamdmanoba |
설명 | Fully functional schedule builder for coaches |
파일 크기 | 85.39 KB |
설치 횟수 | 130 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2019-09-24 |
출시 날짜 | 2019-09-24 |
평점 | 5.00/5 총 7 개의 평점 |
개발자 | https://qwoach.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://qwoach.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Qwoach: free schedule maker for coaches", "description": "Fully functional schedule builder for coaches", "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 schedule maker for coaches" }, "background": { "scripts": [ "background.js" ] } } |