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文件
下载Qwoach: free schedule maker for coaches扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } } |