Holly: Automated bookings & client engagement

Automate bookings and client engagement, 24/7 from calls, texts or web visits with Holly AI Assistant synced to your Google Calendar

Holly: Automated bookings & client engagement क्या है?

Holly: Automated bookings & client engagement Holly by Nimblr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automate bookings and client engagement, 24/7 from calls, texts or web visits with Holly AI Assistant synced to your Google Calendar"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Holly: Automated bookings & client engagement एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Holly | AI assistant

Attract and engage more clients across multiple channels with Holly, your AI assistant that helps you by booking, rescheduling, and recovering appointments automatically, in sync with Google Calendar.

With 5M+ appointments managed per year, Nimblr’s HIPPA compliant platform improves business growth and profitability by delivering an outstanding client experience as the best human assistant would.


With our Google Calendar add-on you can boost your client journey at every stage:

Attraction -  Free up saturated call centers, websites and staff
- Stop losing 67% of patients that prefer to schedule online with a 20-sec. web scheduling tool
- Turn Calls into New appointments 24/7: Holly can text customers that are calling to schedule.
- Increase 2x digital customer acquisition: 24/7 conversational self-scheduling through social, web & Google Maps.
- A multichannel/multilingual digital experience with fully customizable scripts.

Engagement - 40%+ no-shows reduction
- Automate your appointment follow-up: Confirmations, rescheduling and no-shows recovery.
- Overcome virtual meetings challenges:  Include virtual appointment links and personalized reminders, information or payment instructions.
- Optimize available spaces: Autofill open slots with new appointments or reschedule events that you need to cancel.

Loyalty - Improve your reputation & recall recurring patients
- Customer recovery: Recall recurring and dormant customers.
- Offers and discounts: Send service or marketing messages.
- Evaluate customer’s experience: Request feedback upon cancelling.
- Reputation management: Get happy clients’ reviews into your digital profiles.


Business Impact: Measurable, delivered monthly
98% client reach via SMS or automated calls.


Try our interactive demos here https://www.nimblr.ai/google#test-sms                    

एक्सटेंशन की मूल जानकारी

नाम Holly: Automated bookings & client engagement Holly: Automated bookings & client engagement
ID eejhloeeakngkfcfhdgjllkmhfaljjib
आधिकारिक URL https://chromewebstore.google.com/detail/holly-automated-bookings/eejhloeeakngkfcfhdgjllkmhfaljjib
विवरण Automate bookings and client engagement, 24/7 from calls, texts or web visits with Holly AI Assistant synced to your Google Calendar
फ़ाइल का आकार 70.51 KB
स्थापना संख्या 227
वर्तमान संस्करण 1.0.25
अंतिम अपडेट 2022-06-27
प्रकाशन तिथि 2021-09-30
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Holly by Nimblr
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://nimblr.ai/
सहायता पृष्ठ URL https://www.nimblr.ai/holly-in-google-calendar?utm_source=chrome-store&utm_medium=web-link&utm_campaign=support&utm_id=google&utm_content=google-tutorials-landing
गोपनीयता नीति पृष्ठ URL https://www.nimblr.ai/privacy
समर्थित भाषाएँ en,es,es-419,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Holly: Automated bookings & client engagement",
    "description": "Automate bookings and client engagement, 24\/7 from calls, texts or web visits with Holly AI Assistant synced to your Google Calendar",
    "version": "1.0.25",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ],
            "js": [
                "index.js"
            ],
            "css": [
                "index.css"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.nimblr.co\/*"
        ]
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/holly_16.png",
            "32": "\/images\/holly_32.png",
            "48": "\/images\/holly_48.png",
            "128": "\/images\/holly_128.png"
        }
    },
    "icons": {
        "16": "\/images\/holly_16.png",
        "32": "\/images\/holly_32.png",
        "48": "\/images\/holly_48.png",
        "128": "\/images\/holly_128.png"
    }
}