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
Eメール [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"
            ]
        }
    ]
}