YouCanBookMe - Simplify your scheduling

Streamline scheduling by automating the back and forth. The most customizable scheduling software in any language.

什么是YouCanBookMe - Simplify your scheduling?

YouCanBookMe - Simplify your scheduling是由https://youcanbook.me开发的Chrome扩展程序,该扩展的主要功能是“Streamline scheduling by automating the back and forth. The most customizable scheduling software in any language.”。

扩展截图

screenshot
screenshot
screenshot

下载YouCanBookMe - Simplify your scheduling扩展crx文件

下载YouCanBookMe - Simplify your scheduling扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Give your clients the best online scheduling experience with YCBM. Completely customizable, and flexible enough to suit all your scheduling needs. If you’re already scheduling with YouCanBookMe, download the Chrome extension to easily find booking page links without logging into your account. Easily add links to emails, messenger apps, chat tools, social media and more with just one click. You’re never far from setting your next meeting with YCBM’s Chrome Extension.                    

扩展基本信息

名称 YouCanBookMe - Simplify your scheduling YouCanBookMe - Simplify your scheduling
ID inengpnojiopaookkcmdfoblgpfelebi
官方URL https://chromewebstore.google.com/detail/youcanbookme-simplify-you/inengpnojiopaookkcmdfoblgpfelebi
简介 Streamline scheduling by automating the back and forth. The most customizable scheduling software in any language.
文件大小 984 KB
安装次数 3,075
当前版本 2.2.3
更新时间 2023-11-09
上架时间 2023-04-11
评分 4.42/5 共12次评分
开发者 https://youcanbook.me
电子邮箱 [email protected]
付费类型 free
扩展官网 https://youcanbook.me/
帮助页面URL https://support.youcanbook.me/
隐私政策页面URL https://youcanbook.me/privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouCanBookMe - Simplify your scheduling",
    "description": "Streamline scheduling by automating the back and forth. The most customizable scheduling software in any language.",
    "version": "2.2.3",
    "action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/app.youcanbook.me\/*"
        ]
    },
    "icons": {
        "16": "icons\/extension_icon16.png",
        "32": "icons\/extension_icon32.png",
        "48": "icons\/extension_icon48.png",
        "128": "icons\/extension_icon128.png"
    }
}