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 |
| 公式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 |
| Eメール | [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"
]
}
} | |