Qwoach: free scheduling software for coaches

Fully functional scheduler for coaches: free calendly alternative

ما هو Qwoach: free scheduling software for coaches؟

Qwoach: free scheduling software for coaches هو إضافة Chrome تم تطويرها بواسطة https://qwoach.com، والميزة الرئيسية لها هي "Fully functional scheduler for coaches: free calendly alternative".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Qwoach: free scheduling software for coaches

قم بتنزيل ملفات الامتداد Qwoach: free scheduling software for coaches بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Eliminate back and forth with automated scheduler:

1. Setup the hours when you are availability over the week
2. Connect your calendar to automatically check for busy times and add scheduled events

Just share your personal scheduling link and people will pick the time right away saving the time for both you and your client.

One of you need to reschedule or cancel? It's as simple as clicking the link and picking the new time. Provide optional reason and the other party will be notified about the change.

Save a few hours each month. Free and fully functional Calendly alternative.                    

معلومات أساسية عن التمديد

الاسم Qwoach: free scheduling software for coaches Qwoach: free scheduling software for coaches
ID ecgcnedgibbmdcbocecpipdocplbgmai
عنوان URL الرسمي https://chromewebstore.google.com/detail/qwoach-free-scheduling-so/ecgcnedgibbmdcbocecpipdocplbgmai
الوصف Fully functional scheduler for coaches: free calendly alternative
حجم الملف 85.39 KB
عدد التثبيتات 43
النسخة الحالية 1.0.1
آخر تحديث 2019-06-09
تاريخ النشر 2019-06-09
تقييم 5.00/5 مجموع تقييمات 6
المطور https://qwoach.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://qwoach.com
عنوان صفحة سياسة الخصوصية https://qwoach.com/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Qwoach: free scheduling software for coaches",
    "description": "Fully functional scheduler for coaches: free calendly alternative",
    "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 scheduling software for coaches"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}