LeanData BookIt
BookIt Invites by LeanData streamlines scheduling across channels.
Co to jest LeanData BookIt?
LeanData BookIt to rozszerzenie Chrome opracowane przez LeanData, a jego główną funkcją jest „BookIt Invites by LeanData streamlines scheduling across channels.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia LeanData BookIt
Pobierz pliki rozszerzeń LeanData BookIt w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | LeanData BookIt |
ID | eadhganlkcdpcmecaijndbnjjbaofeic |
Oficjalny URL | https://chromewebstore.google.com/detail/leandata-bookit/eadhganlkcdpcmecaijndbnjjbaofeic |
Opis | BookIt Invites by LeanData streamlines scheduling across channels. |
Rozmiar pliku | 115 KB |
Liczba instalacji | 138 |
Aktualna Wersja | 0.5 |
Ostatnia Aktualizacja | 2024-02-01 |
Data Publikacji | 2024-02-01 |
Deweloper | LeanData |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.leandata.com/platform/scheduling/bookit-links/ |
Adres URL Strony Pomocy | https://leandatahelp.zendesk.com/hc/en-us/articles/21806036102299 |
Adres URL Strony Polityki Prywatności | https://www.leandata.com/terms-of-service |
Obsługiwane Języki | 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" ] } ] } |