Qwoach: free schedule maker for coaches
Fully functional schedule builder for coaches
ما هو Qwoach: free schedule maker for coaches؟
Qwoach: free schedule maker for coaches هو إضافة Chrome تم تطويرها بواسطة https://qwoach.com، والميزة الرئيسية لها هي "Fully functional schedule builder for coaches".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Qwoach: free schedule maker for coaches
قم بتنزيل ملفات الامتداد Qwoach: free schedule maker for coaches بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة سياسة الخصوصية | 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" ] } } |