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
官方網址 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"
    }
}