Qwoach: free scheduling software for coaches

Fully functional scheduler for coaches: free calendly alternative

Hvad er Qwoach: free scheduling software for coaches?

Qwoach: free scheduling software for coaches er en Chrome-udvidelse udviklet af https://qwoach.com, og dens hovedfunktion er "Fully functional scheduler for coaches: free calendly alternative".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Qwoach: free scheduling software for coaches-udvidelses-CRX-fil

Download Qwoach: free scheduling software for coaches-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Qwoach: free scheduling software for coaches Qwoach: free scheduling software for coaches
ID ecgcnedgibbmdcbocecpipdocplbgmai
Officiel URL https://chromewebstore.google.com/detail/qwoach-free-scheduling-so/ecgcnedgibbmdcbocecpipdocplbgmai
Beskrivelse Fully functional scheduler for coaches: free calendly alternative
Filstørrelse 85.39 KB
Antal Installationer 43
Nuværende Version 1.0.1
Senest Opdateret 2019-06-09
Udgivelsesdato 2019-06-09
Bedømmelse 5.00/5 Samlet 6 Bedømmelser
Udvikler https://qwoach.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://qwoach.com
URL til Fortrolighedspolitik Side https://qwoach.com/privacy
Understøttede Sprog 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"
        ]
    }
}