LeanData BookIt

BookIt Invites by LeanData streamlines scheduling across channels.

Cos'è LeanData BookIt?

LeanData BookIt è un'estensione di Chrome sviluppata da LeanData, e la sua funzione principale è "BookIt Invites by LeanData streamlines scheduling across channels.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione LeanData BookIt

Scarica i file di estensione LeanData BookIt in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome LeanData BookIt LeanData BookIt
ID eadhganlkcdpcmecaijndbnjjbaofeic
URL Ufficiale https://chromewebstore.google.com/detail/leandata-bookit/eadhganlkcdpcmecaijndbnjjbaofeic
Descrizione BookIt Invites by LeanData streamlines scheduling across channels.
Dimensione del File 115 KB
Conteggio Installazioni 138
Versione Corrente 0.5
Ultimo Aggiornamento 2024-02-01
Data di Pubblicazione 2024-02-01
Sviluppatore LeanData
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.leandata.com/platform/scheduling/bookit-links/
URL della Pagina di Aiuto https://leandatahelp.zendesk.com/hc/en-us/articles/21806036102299
URL della Pagina della Politica sulla Privacy https://www.leandata.com/terms-of-service
Lingue Supportate 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"
            ]
        }
    ]
}