Close
Kindersicherung Preisgestaltung Support Center
Produktforschung

Ihr Feedback und Ihre Vorschläge sind wirklich geschätzt.

1. Könnten Sie uns mitteilen, warum Sie die App deinstalliert haben?*

*Stellen Sie sicher, dass Sie mindestens ein Kästchen angekreuzt haben.

2. Ihre E-Mail-Adresse: (Streng vertraulich)

$(function () { var computerType = /macintosh|mac os x/i.test(navigator.userAgent); dataLayer.push({ 'event': 'uninstall', 'ecommerce': { 'remove': { 'products': [{ 'name': 'ClevGuard CleVoice (Android Version)', 'metric6': 1 }] }} }); $('.content-child input').click(function () { if (!$(this).hasClass('curr')) { $(this).addClass('curr').siblings().removeClass('curr') } else { $(this).removeClass('curr').siblings().addClass('curr') } if ($(this).is(':checked')) { $('.check-tip').css({ 'display': 'none' }) }else { $('.check-tip').css({ 'display': 'block' }) } }) if (base.systemIdentification() === 'win') { uninstall.init({ productName: "ClevGuard CleVoice (Windows Version)", pid: 200261 }) } else { uninstall.init({ productName: "ClevGuard CleVoice (Mac Version)", pid: 200261 }) } $('#uemail').mouseout(function () { if ($(this).val()) { $(this).css({ 'borderColor': 'rgba(90, 107, 255, 1)' }) } else { $(this).css({ 'borderColor': '#4d4d4d' }) } }) })