LeanData BookIt

BookIt Invites by LeanData streamlines scheduling across channels.

什么是LeanData BookIt?

LeanData BookIt是由LeanData开发的Chrome扩展程序,该扩展的主要功能是“BookIt Invites by LeanData streamlines scheduling across channels.”。

扩展截图

screenshot

下载LeanData BookIt扩展crx文件

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

扩展使用说明

                        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                    

扩展基本信息

名称 LeanData BookIt LeanData BookIt
ID eadhganlkcdpcmecaijndbnjjbaofeic
官方URL https://chromewebstore.google.com/detail/leandata-bookit/eadhganlkcdpcmecaijndbnjjbaofeic
简介 BookIt Invites by LeanData streamlines scheduling across channels.
文件大小 115 KB
安装次数 138
当前版本 0.5
更新时间 2024-02-01
上架时间 2024-02-01
开发者 LeanData
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.leandata.com/platform/scheduling/bookit-links/
帮助页面URL https://leandatahelp.zendesk.com/hc/en-us/articles/21806036102299
隐私政策页面URL https://www.leandata.com/terms-of-service
支持的语言 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"
            ]
        }
    ]
}