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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://support.youcanbook.me/
عنوان صفحة سياسة الخصوصية 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"
    }
}