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是由https://qwoach.com开发的Chrome扩展程序,该扩展的主要功能是“Fully functional scheduler for coaches: free calendly alternative”。

扩展截图

screenshot
screenshot
screenshot

下载Qwoach: free scheduling software for coaches扩展crx文件

下载Qwoach: free scheduling software for coaches扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
隐私政策页面URL 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"
        ]
    }
}