Qwoach: free schedule maker for coaches
Fully functional schedule builder for coaches
Vad är Qwoach: free schedule maker for coaches?
Qwoach: free schedule maker for coaches är en Chrome-tillägg utvecklad av https://qwoach.com, och dess huvudfunktion är "Fully functional schedule builder for coaches".
Tilläggsskärmbilder
Ladda ner Qwoach: free schedule maker for coaches-förlängningens CRX-fil
Ladda ner Qwoach: free schedule maker for coaches-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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] Grundläggande Information om Tillägg
| Namn | |
| ID | pphiacdkfcfpfggjgjhanjkamdmanoba |
| Officiell webbadress | https://chromewebstore.google.com/detail/qwoach-free-schedule-make/pphiacdkfcfpfggjgjhanjkamdmanoba |
| Beskrivning | Fully functional schedule builder for coaches |
| Filstorlek | 85.39 KB |
| Antal Installationer | 130 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2019-09-24 |
| Publiceringsdatum | 2019-09-24 |
| Betyg | 5.00/5 Totalt 7 Betyg |
| Utvecklare | https://qwoach.com |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://qwoach.com/privacy |
| Stödda Språk | 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"
]
}
} | |