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] 擴展基本資訊
| 名稱 | |
| ID | pphiacdkfcfpfggjgjhanjkamdmanoba |
| 官方網址 | 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"
]
}
} | |