LeanData BookIt

BookIt Invites by LeanData streamlines scheduling across channels.

LeanData BookIt là gì?

LeanData BookIt là một tiện ích mở rộng Chrome được phát triển bởi LeanData, và tính năng chính của nó là "BookIt Invites by LeanData streamlines scheduling across channels.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng LeanData BookIt

Tải xuống các tệp mở rộng LeanData BookIt dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Book meetings faster by sending a BookIt Invite! You can now curate and embed preferred meeting times directly within your emails, Outreach Sequences, and Slack messages, empowering invitees to seamlessly schedule at the perfect time.

With LeanData BookIt’s Chrome Extension: 
  -  Share meeting invites across channels 
  -  Streamline scheduling for teams
  -  Customize personal booking experiences                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên LeanData BookIt LeanData BookIt
ID eadhganlkcdpcmecaijndbnjjbaofeic
URL Chính Thức https://chromewebstore.google.com/detail/leandata-bookit/eadhganlkcdpcmecaijndbnjjbaofeic
Mô tả BookIt Invites by LeanData streamlines scheduling across channels.
Kích Thước Tệp 115 KB
Số Lần Cài Đặt 138
Phiên Bản Hiện Tại 0.5
Cập Nhật Lần Cuối 2024-02-01
Ngày Phát Hành 2024-02-01
Nhà Phát Triển LeanData
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.leandata.com/platform/scheduling/bookit-links/
URL Trang Trợ Giúp https://leandatahelp.zendesk.com/hc/en-us/articles/21806036102299
URL Trang Chính Sách Bảo Mật https://www.leandata.com/terms-of-service
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LeanData BookIt",
    "version": "0.5",
    "icons": {
        "16": "LD-circle.png",
        "48": "LD-circle.png",
        "128": "LD-circle.png"
    },
    "description": "BookIt Invites by LeanData streamlines scheduling across channels.",
    "action": [],
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/www.google.com\/*"
            ],
            "extension_ids": [
                "gdkdjjmclpglpabkbepbojbmfgkalldi"
            ]
        }
    ]
}