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