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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://youcanbook.me และคุณลักษณะหลักของมันคือ "Streamline scheduling by automating the back and forth. The most customizable scheduling software in any language."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouCanBookMe - Simplify your scheduling

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}