GesundHeits GmbH Deutschland

Oops!

ghd_404Artboard 2_vektor_

Error 404

Die Seite, die Sie suchen,
existiert leider nicht.

Vielleicht finden Sie die Inhalte, die Sie suchen, auf der Startseite

Zur Startseite
.embeddedServiceHelpButton .helpButton .uiButton { background-color: #00833D; font-family: "Arial", sans-serif; } .embeddedServiceHelpButton .embeddedServiceIcon::before { content: "\e923"; font-family: 'ghd' !important; } .embeddedServiceHelpButton .embeddedServiceIcon { font-size: 20px; margin-right: 0; } .embeddedServiceHelpButton .helpButton .uiButton:focus { outline: 1px solid #00833D; } var hour = new Date().getHours(); if(hour >=8 && hour < 17) { var initESW = function(gslbBaseURL) { embedded_svc.settings.displayHelpButton = true; //Or false embedded_svc.settings.language = 'de-DE'; //For example, enter 'en' or 'en-US' embedded_svc.settings.defaultMinimizedText = 'Mit GHD chatten'; //(Defaults to Chat with an Expert) embedded_svc.settings.disabledMinimizedText = 'Kein Kundenberater verfügbar'; //(Defaults to Agent Offline) embedded_svc.settings.loadingText = 'Chat wird geladen'; //(Defaults to Loading) //embedded_svc.settings.storageDomain = 'yourdomain.com'; //(Sets the domain for your deployment so that visitors can navigate subdomains during a chat session) // Settings for Live Agent //embedded_svc.settings.directToButtonRouting = function(prechatFormData) { // Dynamically changes the button ID based on what the visitor enters in the pre-chat form. // Returns a valid button ID. //}; //embedded_svc.settings.prepopulatedPrechatFields = {}; //Sets the auto-population of pre-chat form fields //embedded_svc.settings.fallbackRouting = []; //An array of button IDs, user IDs, or userId_buttonId //embedded_svc.settings.offlineSupportMinimizedText = '...'; //(Defaults to Contact Us) embedded_svc.settings.enabledFeatures = ['LiveAgent']; embedded_svc.settings.entryFeature = 'LiveAgent'; embedded_svc.init( 'https://eu16.salesforce.com', 'https://gesundheitsgmbh.secure.force.com/liveAgentSetupFlow', gslbBaseURL, '00D1t000000tUuI', 'Chat_Berater', { baseLiveAgentContentURL: 'https://c.la1-c1-fra.salesforceliveagent.com/content', deploymentId: '5721t000000c9qG', buttonId: '5731t000000LIIi', baseLiveAgentURL: 'https://d.la1-c1-fra.salesforceliveagent.com/chat', eswLiveAgentDevName: 'EmbeddedServiceLiveAgent_Parent04I1t0000008PrzEAE_16b039b9a92', isOfflineSupportEnabled: false } ); }; if (!window.embedded_svc) { var s = document.createElement('script'); s.setAttribute('src', 'https://eu16.salesforce.com/embeddedservice/5.0/esw.min.js'); s.onload = function() { initESW(null); }; document.body.appendChild(s); } else { initESW('https://service.force.com'); }