LeanData BookIt

BookIt Invites by LeanData streamlines scheduling across channels.

Wat is LeanData BookIt?

LeanData BookIt is een Chrome-extensie ontwikkeld door LeanData, en de belangrijkste functie is "BookIt Invites by LeanData streamlines scheduling across channels.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie LeanData BookIt

Download LeanData BookIt-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam LeanData BookIt LeanData BookIt
ID eadhganlkcdpcmecaijndbnjjbaofeic
Officiële URL https://chromewebstore.google.com/detail/leandata-bookit/eadhganlkcdpcmecaijndbnjjbaofeic
Beschrijving BookIt Invites by LeanData streamlines scheduling across channels.
Bestandsgrootte 115 KB
Aantal Installaties 138
Huidige Versie 0.5
Laatst Bijgewerkt 2024-02-01
Publicatiedatum 2024-02-01
Ontwikkelaar LeanData
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.leandata.com/platform/scheduling/bookit-links/
Help Pagina-URL https://leandatahelp.zendesk.com/hc/en-us/articles/21806036102299
URL van de Privacybeleid Pagina https://www.leandata.com/terms-of-service
Ondersteunde Talen 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"
            ]
        }
    ]
}