Skip to content

Instantly share code, notes, and snippets.

@namnguyenbk
Last active November 11, 2022 09:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save namnguyenbk/e22ea0657c0b794c2a28bedd1390e41a to your computer and use it in GitHub Desktop.
Save namnguyenbk/e22ea0657c0b794c2a28bedd1390e41a to your computer and use it in GitHub Desktop.
logitech-1
<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
<meta charset="utf-8" />
<!-- v21924 -->
<title>What is an Extend Protection Plan? &ndash; Logitech Support + Download</title>
<meta name="csrf-param" content="authenticity_token" />
<meta name="csrf-token" content="hc:meta:server:BbCTKcrwXOxJ_gJcUVAZ7hg_5MEyFGvkVpMfHBlHQ9Rrb7FIX82Ukve9YMI96i9ctVicu0bz3LxZ_zmUpb1xJg" />
<meta name="description" content="The Extend Protection Plan is offered by Extend in collaboration with Logitech, as the Extend Protection Plan is a great way for you to..." /><meta property="og:image" content="https://theme.zdassets.com/theme_assets/9049502/031090992817a7ff1b4d3416d1609ebf9b8c4059.png" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Logitech Support + Download" />
<meta property="og:title" content="What is an Extend Protection Plan?" />
<meta property="og:description" content="The Extend Protection Plan is offered by Extend in collaboration with Logitech, as the Extend Protection Plan is a great way for you to protect yourself from expensive replacements of your most val..." />
<meta property="og:url" content="https://support.logi.com/hc/en-us/articles/360051545514-What-is-an-Extend-Protection-Plan-" />
<link rel="canonical" href="https://support.logi.com/hc/en-us/articles/360051545514-What-is-an-Extend-Protection-Plan-" />
<link rel="alternate" hreflang="en-001" href="https://support.logi.com/hc/en-001/articles/360051545514-What-is-an-Extend-Protection-Plan-" />
<link rel="alternate" hreflang="en" href="https://support.logi.com/hc/en-us/articles/360051545514-What-is-an-Extend-Protection-Plan-" />
<link rel="stylesheet" media="all" href="//static.zdassets.com/hc/assets/application-1a1175db35230dfa282e711364a74c60.css" id="stylesheet" />
<!-- Entypo pictograms by Daniel Bruce — www.entypo.com -->
<link rel="stylesheet" media="all" href="//static.zdassets.com/hc/assets/theming_v1_support-e05586b61178dcde2a13a3d323525a18.css" />
<link rel="stylesheet" type="text/css" href="//p23.zdassets.com/hc/theming_assets/9049502/360001542333/style.css?digest=9924261065751">
<link rel="shortcut icon" type="image/x-icon" href="//theme.zdassets.com/theme_assets/9049502/13582ec0e36f7a35369913ccae326295b9750443.png" />
<script src="//static.zdassets.com/hc/assets/jquery-09d07e20ce042ef10e301661ad1f316c.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55257712-6', 'auto');
ga('send', 'pageview');
</script>
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<!--Deep Converse starts-->
<script>
/* Deep Converse: __dc_def_v1 Flag takes a Major Role in between v1 and v2 so need to reset this flag before loading DC Script. Dc Script check to load v1 or v2.*/
$(document).ready(function(){
localStorage.removeItem("__dc_def_v1");
});
</script>
<!-- Tealium Tagging starts-->
<script src="//tags.tiqcdn.com/utag/logitech/prod/utag.sync.js"></script>
<!-- Tealium Tagging ends -->
<link href="https://cdn.converseapps.net/v1/assets/deflect/css/converseapps.min.css?sid=1b2dfaa778e8af5222c8bc2265501f" rel="stylesheet" type="text/css">
<script src="https://cdn.converseapps.net/v1/assets/deflect/js/converseapps.min.js?sid=1b2dfaa778e8af5222c8bc2265501f" type="text/javascript"></script>
<script src="https://cdn.converseapps.net/v1/assets/deflect/js/converseapps.logitechzd.js?sid=1b2dfaa778e8af5222c8bc2265501f&v=1.1" type="text/javascript"></script>
<script src="https://cdn.converseapps.net/v1/assets/js/site/converseapps-deflection.1b2dfaa778e8af52.js"></script>
<!-- <script src="https://cdn.converseapps.net/v1/assets/cbot/widget/loader.logitech.zd.js"></script> -->
<script>
var smoochMetadata = {
type:"support",//dtx
brand:"logi",
locale: "en-us",
zdLocale: "en-us",
url: window.location.href,
origin: window.location.origin
}
var headTag = document.getElementsByTagName('head')[0];
var smoochScript = document.createElement('script');
smoochScript.type = 'module';
smoochScript.src = "https://messaging.logi.com/smooch/index.js";
headTag.appendChild(smoochScript);
</script>
<script>
$(document).ready(function(){
//added by mahi
$(".product-tile-image-responsive").hide();
$(".product-tile-image-responsive").each(function( index ) {
var classList = $(this).attr("class");
var classArr = classList.split(/\s+/);
if(classArr.length === 1 && classArr.indexOf('product-tile-image-responsive') > -1){
$(this).show();
}
$(".product-tile-image-responsive.product-tile-"+locale).show();
});
//endend by mahi
// Added by Kristy ITSM-67050
redirectIfEndUserEn001();
var url = window.location.pathname;
var params = (new URL(window.location.href)).searchParams;
if(params.get("mID") && params.get("ticket_form_id")) {
$.ajax(`/api/v2/help_center/en-us/articles.json?label_names=webmarketing=${params.get("mID")}`)
.then(function(data) {
if (data.count > 1) {
data.articles.map(function(article,i){
let prodId = article.label_names.filter(x=>x.includes("webproduct"))[0];
let template = document.createElement('div');
template.innerHTML = article.body; Array.from(template.querySelectorAll('a')).map(x=>x.href=`https://${window.location.host}/hc/en-us/requests/new?ticket_form_id=${params.get("ticket_form_id")}&pID=${prodId.split("=")[1]}`);
article.body = template.innerHTML;
});
HC.templates.new_request.createWebModal(data);
} else if (data.count === 1) {
var prodId = data.articles[0].label_names.filter(x=>x.includes("webproduct"))[0];
window.location.assign(`new?ticket_form_id=${params.get("ticket_form_id")}&pID=${prodId.split("=")[1]}`);
} else {
console.log(data);
}
})
.catch(function() {
console.error('Failed to fetch articles');
});
}
console.log(url);
if (url.indexOf('articles') != -1){
var vars = url.split("/");
var articleid=vars[4];
articleid = articleid.split("-");
var ar_id = articleid[0];
}
var disabled_p = ["360025903334","360024478614","360023492633","360024151374","360025415973","360025247694","360025174254","360025002153","360025229013","360024917474","360024896453","360024693874","360024783633","360024638333","360023330274","360025419733","360024325413","360025406493","360025336653","360025078373","360024900113","360024698494","360024640154","360023303274","360024638513","360024613553","360023324874","360024320473","360025260074","360025401013","360025173034","360024852274","360024852254","360025076314","360025075994","360024916254","360024895233","360024692414","360024634894","360023463153","360023303274","360023303434","360035401714","360035397114","360035885053","360035396854","360035396734","360035884813","360035396594","360035396574","360035884673","360024638273","360024637533","360023492613","360025260034","360025400993","360025172994","360025072493","360024895193","360024841213","360024634834","360023303274"]
if(url.indexOf('articles') != -1 && disabled_p.includes(ar_id)){
console.log("Chat bot on this edu product has been disabled");
}else{
/* var head = document.getElementsByTagName('head')[0];
console.log("hedadd:",head)
var script = document.createElement('script');
script.type = 'text/javascript';
script.async = true;
script.src = "https://cdn.converseapps.net/v1/assets/cbot/widget/loader.logitech.zd.js";
head.appendChild(script);*/
}
});
// Added by Kristy ITSM-67050
// Redirect if not manager and not agent and locale=en-001
function redirectIfEndUserEn001() {
if (HelpCenter && HelpCenter.user) {
// start: Parsing url ------------------------------
//console.debug('window.location.href=' + window.location.href);
const url = new URL(window.location.href);
const params = url.search;
//console.debug('params=' + params);
const pathname = url.pathname;
//console.debug('pathname=' + pathname);
const curPath = pathname.split('/');
//console.debug('curPath=' + curPath);
const curPath_locale = curPath[2];
//console.debug('curPath_locale=' + curPath_locale);
// Get url string after curPath_locale
const urlStrAftLocale = pathname.substring(pathname.indexOf(curPath_locale)+curPath_locale.length)+params;
console.debug('urlStrAftLocale=' + urlStrAftLocale);
//console.debug('hc_locale=' + "en-us");
//console.debug('URL before redirect = ' + window.location.protocol + '//' +window.location.host + '/' + curPath[1] + '/' + curPath[2] + urlStrAftLocale);
// end: Parsing url ------------------------------
const role = HelpCenter.user.role;
const hc_locale = curPath_locale;
let redirect_locale = "en-us"; // default to en-us
console.debug('role=' + role);
console.debug('hc_locale=' + hc_locale);
if ((role === 'end_user' || role === 'anonymous') && hc_locale === 'en-001') {
// Get user language
const userLang = navigator.language || navigator.userLanguage;
console.debug("User language is: " + userLang);
if (userLang) {
redirect_locale = userLang.toLowerCase();
}
// Redirect to new locale
const redirectUrl = window.location.protocol + '//' +window.location.host + '/' + curPath[1] + '/' + redirect_locale + urlStrAftLocale;
console.debug('Redirect to ' + redirectUrl);
window.location.assign(redirectUrl);
} else {
console.debug('No need to redirect');
}
} else {
console.log('Help Center User object is not available');
}
}
</script>
<!--Deep Converse ends-->
<!--<script src="https://cdn.jsdelivr.net/npm/vue"></script>-->
<script src="https://cdn.jsdelivr.net/npm/vue@2"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/platform/1.3.5/platform.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/lodash@4.17.11/lodash.min.js"></script>
<!-- mahi changes start-->
<script src =""></script>
<script> var assetsLoader = "//theme.zdassets.com/theme_assets/9049502/6aae8ce36967837f706ac36deff4b753e43977a4.gif"; </script>
<div id="custom_js">
<script>
var locale = "en-us";
var categories = "360001764453,360001764433,360001764493,360001764473,360001749254,360001749214,360001764393,360001764373"
var serialization_endpoint = "https://apim.workato.com/jump-start-v1/serializationcallback";
var serialization_token = "79d80fd64765eb05a8086b3f63d639dc3e57d7de2c347f8188803a2e9a776f06";
var circle_validate_serial_activation_code = "https://apim.workato.com/help-center-v10/prod/circle-validate-serial-activation-code";
var circle_create_order_service_contract = "https://apim.workato.com/help-center-v10/prod/circle-create-order-service-contract";
var circle_redeem_token = "4b9d6e53565864e218e61cb7ffd0cff85797c3c1ae4da90a501a565415b0d9fd";
<!--Circle Dynamic Content Starts -->
var circleInstallationSerialNumberPlaceHolder ="Enter Installation Serial Number";
var circleInstallationCodePlaceHolder ="Enter Installation Code: Include any capitalization and '-'";
var circleFirstNamePlaceHolder ="Enter First Name";
var circleLastNamePlaceHolder ="Enter Last Name";
var circleEmailAddressPlaceHolder ="Enter Email Address";
var circlePhoneNumberPlaceHolder ="Enter Phone Number";
<!-- Circle Dynamic Content Ends -->
<!-- jumpstart form daynamic content start -->
var jumpstartFieldMap = new Map(
[
["Product",{"id":"360019373854","name":"Product", "hideonload":false,"required":true}],
["serial_number_or_confirmation_code" , { "id":"360019376633","name":"Confirmation Code", "hideonload":false,"required":true}],
["company_name" , { "id":"360019364774","name":"Company Name", "hideonload":false,"required":false}],
["name" , { "id":"360019375594","name":"First Name", "hideonload":false,"required":true}] ,
["email" , { "id":"requester_email","name":"Email", "hideonload":false,"required":false}],
["phone_number" , { "id":"360019385593","name":"Phone Number", "hideonload":false,"required":false}],
["contact_method" , { "id":"360019387373","name":"Preferred Contact Method", "hideonload":false,"required":true}],
["city" , { "id":"360019364094","name":"City", "hideonload":false,"required":true}],
["state" , { "id":"360019376333","name":"State", "hideonload":false,"required":true}],
["Country" , { "id":"360019382014","name":"Country", "hideonload":false,"required":true}],
["Jumpstart_connected_hardware" , { "id":"360019373114","name":"Select Connected Hardware", "hideonload":false,"required":false}],
["Jumpstart_meeting_platform" , { "id":"360019385793","name":"Select Meeting Platform", "hideonload":false,"required":true}],
["description" , { "id":"description","name":"Description of Customer's Issue", "hideonload":false,"required":true}],
["type" , { "id":"360011873473","name":"type", "hideonload":true,"required":false}],
["priority" , { "id":"360011873493","name":"priority", "hideonload":true,"required":false}],
["ticket_origin" , { "id":"360019375494","name":"ticket_origin", "hideonload":true,"required":false}],
["secondary_origin" , { "id":"360019749493","name":"secondary_origin", "hideonload":true,"required":false}],
["disposition" , { "id":"360019426594","name":"disposition", "hideonload":true,"required":false}],
["linked_product_id" , { "id":"360019372674","name":"linked_product_id", "hideonload":true,"required":false}],
["business_group" , { "id":"360019386653","name":"Business Group", "hideonload":true,"required":false}],
["routing_category" , { "id":"360019426873","name":"Routing Category", "hideonload":true,"required":false}],
["product_id" , { "id":"360019382494","name":"Product Id", "hideonload":true,"required":false}],
["product_short_name" , { "id":"360019373054","name":"Product Short Name", "hideonload":true,"required":false}],
]);
var jumpstartStaticFieldVal =new Map([
[
"EXPIRED",
new Map([
["subject", {
"value": "Logitech Support"
}],
["ticket_source", {
"value": "Internal_Support_Email_VCServiceRequest",
"id": "360019375314"
}],
["ticket_origin", {
"value": "origin_email",
"id": "360019375494"
}],
["ticket_form_id", {
"value": 360001040874
}],
["routing_cat", {
"value": "routing_b2b",
"id": "360019426873"
}],
["product_id", {
"id": "360019382494"
}],
["product_short_name", {
"id": "360019373054"
}],
["business_group", {
"value" :"bg_video_collaboration",
"id": "360019386653"
}]
])
],
[
"VALID",
new Map([
["subject", {
"value": "JUMPSTART Service Request"
}],
["ticket_source", {
"value": "Internal_Support_Email_VCServiceRequest",
"id": "360019375314"
}],
["ticket_origin", {
"value": "origin_escalation",
"id": "360019375494"
}],
["ticket_form_id", {
"value": 360001040874
}],
["routing_cat", {
"value": "routing_b2b",
"id": "360019426873"
}],
["product_id", {
"id": "360019382494"
}],
["product_short_name", {
"id": "360019373054"
}],
["business_group", {
"value" :"bg_video_collaboration",
"id": "360019386653"
}]
])
]
]);
var smartdocToolTip = "Please enter SmartDock serial number, the 12 digits printed after 'S/N:'<br/>Available on the box or on the product, after removing the bottom case <img class='img-responsive' src='https://www.logitech.com/assets/65578/jumpstart-smartdock.jpg' height='160' width='240'/>";
var tapToolTip = "";
var assetsVCServiceBanner = "//theme.zdassets.com/theme_assets/9049502/d808f1f79074b2e4cbc453b5bed5da122e6110d2.png";
var jumpstartServiceHeader = "JUMPSTART SERVICE REQUEST";
var jumpstartServiceContent = "<p class='text-center'>All Logitech Tap bundles featuring a small form-factor PC include Logitech JumpStart. JumpStart is a support service that helps customers deploy their Microsoft Teams Rooms solution. JumpStart is available for 90 days from the date of purchase and provides access to configuration and support resources to assist with system, software, and security configuration.</p>";
var jumpstartServiceBanner = "<section id='jumpstart_banner' class='features-hero'><div class='container'><div class='row features-hero-ctn-inner'><div class='product-details-shell col-md-4 col-xs-12'><div class='product-details-ctn'><p class='product-details'>Setup guided assistance</p><h1 class='product-details-name'>Logitech<br>JumpStart</h1></div></div><div class='product-shot desktop col-md-8 col-xs-12'><img class='img-fluid' alt='TAP' src='{{assetsTap}}'></div></div></div></section>";
var jumpstartToolTip = "<p>Find your serial number for <b id='smartdocId' style='font-weight:bolder;font-size:14px' data-html='true' data-placement='right' data-toggle='tooltip' title='{{smartdocToolTip}}' >SmartDock </b> or <b data-html='true' data-placement='right' data-toggle='tooltip' id='tapId' style='font-weight:bolder;font-size:14px' title='{{tapToolTip}}'> Tap </b></p>";
var jumpstartPrivacy = "<p class='text-center form-footer'>JumpStart is subject to these <a href='https://www.logitech.com/jumpstart-terms' target='_blank'>Terms of Service</a>. Logitech records certain usage data for security, support, and reporting purposes. Please review our: <a href='https://www.logitech.com/legal/web-privacy-policy.html' target='_blank'>Privacy Policy</a></p>";
var jumpstartPostForm = "<p class='text-center form-footer'> If your support request concerns a Tap that was not sold as part of a Microsoft Teams Rooms including JumpStart Service, but as a standalone Tap device or as part of a Zoom Room or Hangouts Meet, contact Logitech support directly through <a href='https://support.logi.com/hc/en-us/requests/new?ticket_form_id=360000621393&pID=e9abb0cb-7db0-11e9-aa7f-1b1ccacee6a0' target='_blank'> this Link </a></p>";
var jumpstartThankyouPage = "<div id='jumpstart_banner' class='innerpage contact ThankPgStyle'><div class='row'><h1 id='page-main-heading' class='center'>Thank you!</h1></div><p id='page-sub-text' class='center'>Your service request has been submitted.<br> An email from a JumpStart expert will be sent to [[form_email]]. Please check your Spam / Junk folder if you do not receive an email from JumpStart within 1 business day.<br> You may now close this window or continue browsing the support website.</p><div class='row'><div class='center'><a class='btn bg-blue-button' href='https://prosupport.logi.com/'>Return Home</a></div></div></div>";
var jumpstartNote = "Please provide information in English.";
var jumpstartDescRemnder = "Reminder: please provide description in English";
var submitButton = "SUBMIT";
var preferred_contact_method_id="360019387373";
var country_id="360019382014";
var meeting_platform_id="360019385793";
var connected_hardware_id="360019373114";
var jumpstart_endpoint="https://apim.workato.com/jumpstart-server-side-v1-10/jumpstart-validation";
var jumpstart_token="12f3a49ab58ec7900904a3f0c56153963e84cdcead336a41edb31614a9e40bba";
<!-- jumpstart form daynamic content end -->
<!-- Support chat daynamic content start -->
var emeaLanguages = {
"fi": "Logi_T1_EMEA_FI",
"no": "Logi_T1_EMEA_NO",
"sv": "Logi_T1_EMEA_SV",
"da": "Logi_T1_EMEA_DA",
"cs": "Logi_T1_EMEA_CS",
"pl": "Logi_T1_EMEA_PL",
"tr": "Logi_T1_EMEA_TR",
"el": "Logi_T1_EMEA_EL",
"pt-br": "Logi_T1_AMR_PT"
};
var routing_logitech = {
"en-za": "Logi_T1_EMEA_EN",
"de-at": "Logi_T1_EMEA_DE",
"de-ch": "Logi_T1_EMEA_DE",
"de": "Logi_T1_EMEA_DE",
"en-ca": "Logi_T1_AMR_EN",
"en-ch": "Logi_T1_EMEA_EN",
"en-gb": "Logi_T1_EMEA_EN",
"en-150": "Logi_T1_EMEA_EN",
"en-us": "Logi_T1_AMR_EN",
"fr-be": "Logi_T1_EMEA_FR",
"cs": "Logi_T1_EMEA_CS",
"da": "Logi_T1_EMEA_DA",
"de": "Logi_T1_EMEA_DE",
"de-ch": "Logi_T1_EMEA_DE",
"de-da": "Logi_T1_EMEA_DE",
"el": "Logi_T1_EMEA_EL",
"en-150": "Logi_T1_EMEA_EN",
"en-ch": "Logi_T1_EMEA_EN",
"es": "Logi_T1_EMEA_ES",
"fi": "Logi_T1_EMEA_FI",
"fr-be": "Logi_T1_EMEA_FR",
"fr-ch": "Logi_T1_EMEA_FR",
"fr": "Logi_T1_EMEA_FR",
"hu": "Logi_T1_EMEA_HU",
"it-ch": "Logi_T1_EMEA_IT",
"it": "Logi_T1_EMEA_IT",
"nl-be": "Logi_T1_EMEA_NL",
"nl": "Logi_T1_EMEA_NL",
"no": "Logi_T1_EMEA_NO",
"pl": "Logi_T1_EMEA_PL",
"ru": "Logi_T1_EMEA_RU",
"sv": "Logi_T1_EMEA_SV",
"th": "Logi_T1_EMEA_TR",
"tr": "Logi_T1_EMEA_TR",
"en-ca": "Logi_T1_AMR_EN",
"fr-ca": "Logi_T1_AMR_FR",
"es-ar": "Logi_T1_AMR_ES",
"es-419": "Logi_T1_AMR_ES",
"es-mx": "Logi_T1_AMR_ES",
"pt-br": "Logi_T1_AMR_PT",
"en-au": "Logi_T1_AP_EN",
"en-hk": "Logi_T1_AP_EN",
"en-in": "Logi_T1_AP_EN",
"en-my": "Logi_T1_AP_EN",
"en-nz": "Logi_T1_AP_EN",
"en-ph": "Logi_T1_AP_EN",
"en-sg": "Logi_T1_AP_EN",
"jp": "Logi_T1_AP_JA",
"ja": "Logi_T1_AP_JA",
"ko": "Logi_T1_AP_KO",
"vi": "Logi_T1_AP_EN",
"zh-cn": "Logi_T1_AP_ZHCN",
"zh-hk": "Logi_T1_AP_ZHTW",
"zh-tw": "Logi_T1_AP_ZHTW"
};
var routing_b2b = {
"en-za": "B2B_T1_EMEA_EN",
"de-at": "B2B_T1_EMEA_DE",
"de-ch": "B2B_T1_EMEA_DE",
"de": "B2B_T1_EMEA_DE",
"en-ca": "B2B_T1_AMR_EN",
"en-ch": "B2B_T1_EMEA_EN",
"en-gb": "B2B_T1_EMEA_EN",
"en-150": "B2B_T1_EMEA_EN",
"en-us": "B2B_T1_AMR_EN",
"fr-be": "B2B_T1_EMEA_FR",
"fr-ch": "B2B_T1_EMEA_FR",
"fr": "B2B_T1_EMEA_FR",
"nl-be": "B2B_T1_EMEA_NL",
"nl": "B2B_T1_EMEA_NL"
};
var routing_harmony = {
"en-za": "Harmony_T1_EMEA_EN",
"de-at": "Harmony_T1_EMEA_DE",
"de-ch": "Harmony_T1_EMEA_DE",
"de": "Harmony_T1_EMEA_DE",
"en-ca": "Harmony_1_AMR_EN",
"en-ch": "Harmony_T1_EMEA_EN",
"en-gb": "Harmony_T1_EMEA_EN",
"en-150": "Harmony_T1_EMEA_EN",
"en-us": "Harmony_1_AMR_EN",
"fr-be": "Harmony_T1_EMEA_FR",
"fr-ch": "Harmony_T1_EMEA_FR",
"fr": "Harmony_T1_EMEA_FR",
"nl-be": "Harmony_T1_EMEA_NL",
"nl": "Harmony_T1_EMEA_NL"
};
var routing_gaming = {
"en-za": "Gaming_T1_EMEA_EN",
"de-at": "Gaming_T1_EMEA_DE",
"de-ch": "Gaming_T1_EMEA_DE",
"de": "Gaming_T1_EMEA_DE",
"en-ca": "Gaming_T1_AMR_EN",
"en-ch": "Gaming_T1_EMEA_EN",
"en-gb": "Gaming_T1_EMEA_EN",
"en-us": "Gaming_T1_AMR_EN",
"fr-be": "Gaming_T1_EMEA_FR",
"cs": "Gaming_T1_EMEA_CS",
"da": "Gaming_T1_EMEA_DA",
"de": "Gaming_T1_EMEA_DE",
"de-ch": "Gaming_T1_EMEA_DE",
"de-da": "Gaming_T1_EMEA_DE",
"el": "Gaming_T1_EMEA_EL",
"en-150": "Gaming_T1_EMEA_EN",
"en-ch": "Gaming_T1_EMEA_EN",
"es": "Gaming_T1_EMEA_ES",
"fi": "Gaming_T1_EMEA_FI",
"fr-be": "Gaming_T1_EMEA_FR",
"fr-ch": "Gaming_T1_EMEA_FR",
"fr": "Gaming_T1_EMEA_FR",
"hu": "Gaming_T1_EMEA_HU",
"it-ch": "Gaming_T1_EMEA_IT",
"it": "Gaming_T1_EMEA_IT",
"nl-be": "Gaming_T1_EMEA_NL",
"nl": "Gaming_T1_EMEA_NL",
"no": "Gaming_T1_EMEA_NO",
"pl": "Gaming_T1_EMEA_PL",
"ru": "Gaming_T1_EMEA_RU",
"sv": "Gaming_T1_EMEA_SV",
"th": "Gaming_T1_AP_EN",
"tr": "Gaming_T1_EMEA_TR",
"en-ca": "Gaming_T1_AMR_EN",
"fr-ca": "Gaming_T1_AMR_FR",
"es-ar": "Gaming_T1_AMR_ES",
"es-419": "Gaming_T1_AMR_ES",
"es-mx": "Gaming_T1_AMR_ES",
"pt-br": "Gaming_T1_AMR_PT",
"en-au": "Gaming_T1_AP_EN",
"en-hk": "Gaming_T1_AP_EN",
"en-in": "Gaming_T1_AP_EN",
"en-my": "Gaming_T1_AP_EN",
"en-nz": "Gaming_T1_AP_EN",
"en-ph": "Gaming_T1_AP_EN",
"en-sg": "Gaming_T1_AP_EN",
"jp": "Gaming_T1_AP_JA",
"ja": "Gaming_T1_AP_JA",
"ko": "Gaming_T1_AP_KO",
"vi": "Gaming_T1_AP_EN",
"zh-cn": "Gaming_T1_AP_ZHCN",
"zh-hk": "Gaming_T1_AP_ZHTW",
"zh-tw": "Gaming_T1_AP_ZHTW"
};
var routing_seed = {
"en-ca": "B2B_T1_AMR_EN",
"en-us": "B2B_T1_AMR_EN"
};
<!-- Support chat daynamic content end -->
<!-- warranty status lookup form dynamic content start -->
var warrantystatusHeader = "Warranty Status Lookup";
var warrantystatusContent = `<p class='text-center'> Check your Service and Support Coverage by filling out everything correctly. <br/>
Selecting the correct Country is highly important*</p>`;
var warranty_status_workato_endpoint="https://apim.workato.com/product-lookup-v10/prod/warranty-for-serial-num";
var warranty_status_workato_token="eada23b666b5b1597cac6a0b2b62e219e30f09077fd75cb3ba8c361e74289a0f";
var warranty_status_form_final_page_based_on_ext_warranty =`Warranty End Date <br> Based on Extended Warranty (YYYY-MM-DD)`;
var checking_serial_number_warranty_status_form_id = "360006739433";
var warranty_status_form_final_page_based_on_serial_num =`Warranty End Date <br> Based on Serial Number (YYYY-MM-DD)`;
var warranty_status_form_final_page_based_on_purchase_date =`Warranty End Date <br> Based on Purchase Date (YYYY-MM-DD)`;
var productList_Response;
var warranty_end_date;
var warranty_type;
var today;
var continuebutton = `Continue`;
var backbutton = `Back`;
var Unexpectederror = `Error to get warranty end date via workato`;
var invalidSerialerror = `Please enter a valid serial number`;
<!-- warranty status lookup form dynamic content end -->
<!-- jumpstart encapsulation daynamic content start -->
var fieldIdMap = new Map(
[
["Product",{"id":"360019373854","name":"Product", "hideonload":false,"required":true}],
["serial_number_or_confirmation_code" , { "id":"360019376633", "hideonload":false,"required":true}],
["name" , { "id":"360019375594", "hideonload":false,"required":true}] ,
["company_name" , { "id":"360019364774", "hideonload":false,"required":false}],
["email" , { "id":"requester_email", "hideonload":false,"required":false}],
["language" , { "id":"360019366794", "hideonload":false,"required":false}],
["country" , { "id":"360019382014", "hideonload":false,"required":false}],
["phone_number" , { "id":"360019385593", "hideonload":false,"required":false}],
["software_one_case_id" , { "id":"360019378373", "hideonload":false,"required":true}],
["description" , { "id":"description", "hideonload":false,"required":true}],
["RMA_required" , { "id":"360019378533", "hideonload":false,"required":true}],
["shipping_method" , { "id":"360019366894", "hideonload":true,"required":false}],
["street_address" , { "id":"360019376293", "hideonload":true,"required":false}],
["city" , { "id":"360019364094", "hideonload":true,"required":false}],
["state" , { "id":"360019376333", "hideonload":true,"required":false}],
["postal_code" , { "id":"360019364134", "hideonload":true,"required":false}],
["internal_note" , { "id":"360019366814", "hideonload":false,"required":true}],
["software_one_agent_name" , { "id":"360019366854", "hideonload":false,"required":true}],
["authentication_code" , { "id":"360019366874", "hideonload":false,"required":true}],
["attachment" , { "id":"request-attachments", "hideonload":false,"required":false}],
["type" , { "id":"360011873473","name":"type", "hideonload":true,"required":false}],
["priority" , { "id":"360011873493","name":"priority", "hideonload":true,"required":false}],
["ticket_origin" , { "id":"360019375494","name":"ticket_origin", "hideonload":true,"required":false}],
["secondary_origin" , { "id":"360019749493","name":"secondary_origin", "hideonload":true,"required":false}],
["disposition" , { "id":"360019426594","name":"disposition", "hideonload":true,"required":false}],
["linked_product_id" , { "id":"360019372674","name":"linked_product_id", "hideonload":true,"required":false}],
["business_group" , { "id":"360019386653","name":"Business Group", "hideonload":true,"required":false}],
["routing_category" , { "id":"360019426873","name":"Routing Category", "hideonload":true,"required":false}],
["product_id" , { "id":"360019382494","name":"Product Id", "hideonload":true,"required":false}],
["product_short_name" , { "id":"360019373054","name":"Product Short Name", "hideonload":true,"required":false}],
]);
;
var fieldDependancyMap = new Map([
["RMA_required" , new Map([
[
"yes" ,
[ { "field":"shipping_method", "display":true, "required":true},{ "field":"street_address", "display":true, "required":true},{ "field":"city", "display":true, "required":true},{ "field":"state", "display":true, "required":true},{ "field":"postal_code", "display":true, "required":true}]
],
[
"rma_no" ,
[ { "field":"shipping_method", "display":"false", "required":false},{ "field":"street_address", "display":false, "required":false},{ "field":"city", "display":false, "required":false},{ "field":"state", "display":false, "required":false},{ "field":"postal_code", "display":false, "required":false}]
]
])
]
]);;
var jumpstartEscalationStaticFieldVal = new Map([
["subject", {
"value": "JUMPSTART Service Escalation Request"
}],
["ticket_form_id", {
"value": "360001032333"
}],
["routing_cat", {
"value": "routing_seed",
"id": "360019426873"
}],
["product_id", {
"id": "360019382494"
}]
]);;
var assetsSmartdock = "//theme.zdassets.com/theme_assets/9049502/be0a34b2230cca2b27cde0606d7124c434648d6f.png";
var jumpstartEscalationHeader = "JUMPSTART SERVICE ESCALATION REQUEST";
var jumpstartEscalationContent = "<p class='text-center'>Please use this form to submit a support ticket to Logitech customer care</p>";
var jumpstartEscalationBanner = "<section class='features-hero'><div class='container'><div class='row features-hero-ctn-inner'><div class='product-details-shell col-md-6 col-xs-12'><div class='product-details-ctn'><p class='product-details'>Setup guided assistance</p><h1 class='product-details-name'>Logitech<br>Jumpstart</h1></div></div><div class='product-shot desktop col-md-6 col-xs-12'><img class='img-fluid' alt='SMARTDOCK' src='{{assetsSmartdock}}'></div></div></div></section>";
var invalidError = "This does not look like the serial number from a Tap display. The S/N can be found at the base of the Tap by unscrewing the bottom case of the Tap and/or removing any pre-installed adapter. You can also find the S/N on the box of the Tap product.";
var invalidErrorForjumpstartEscalation = "Invalid Code, Please re-enter either Confirmation Code or product serial number.";
var expiredError = "Unfortunately your JumpStart service expired. If you need troubleshooting or technical assistance, please contact Logitech Customer Care at https://support.logi.com";
var unexpectedError = "an unexpected error has occurred. please contact Logitech Customer Care at https://support.logi.com";
var invalidEmail = "Please enter a valid email address.";
var invalidAuthenticationcode = "Please enter a valid authentication code."
var jumpstartEscalationThankyouPage = "<div class='innerpage contact ThankPgStyle'><div class='row'><h1 id='page-main-heading' class='center'>Thank you!</h1></div><p id='page-sub-text' class='center'>Your service request has been submitted.<br> One of our service experts will be in contact within one business day to assist you.<br> You may now close this window or continue browsing the support website.</p><div class='row'><div class='center'><a class='btn bg-blue-button' href='https://www.logitech.com/video-collaboration'>Return Home</a></div></div></div>";
var jumpstart_escalation_endpoint="https://apim.workato.com/jumpstart-server-side-v1-10/jumpstart-escalation";
var jumpstartphoneinfo = '<p id="jumstart_phone_info" style="display:none" class="font-red">Note: JumpStart will email you to arrange a time for the phone call</p>';
<!-- jumpstart encapsulation daynamic content end -->
<!-- Internal Escalation Form Dynamic content start -->
var IEFieldMap = new Map([
["name" , { "id":"360019375594","name":"Name", "hideonload":false,"required":true}] ,
["email" , { "id":"requester_email","name":"Email", "hideonload":false,"required":false}],
["Country" , { "id":"360019382014","name":"Country", "hideonload":false,"required":true}],
["product_type" , { "id":"360019373874","name":"Product Type", "hideonload":false,"required":true}],
["escalation_origin" , { "id":"360019375554","name":"Escalation Origin", "hideonload":false,"required":true}],
["authentication_code" , { "id":"360019366874","name":"Authentication Code", "hideonload":false,"required":true}],
["description" , { "id":"description","name":"Description of Customer's Issue", "hideonload":false,"required":true}],
["type" , { "id":"360011873473","name":"type", "hideonload":true,"required":false}],
["priority" , { "id":"360011873493","name":"priority", "hideonload":true,"required":false}],
["ticket_origin" , { "id":"360019375494","name":"ticket_origin", "hideonload":true,"required":false}],
["secondary_origin" , { "id":"360019749493","name":"secondary_origin", "hideonload":true,"required":false}],
["disposition" , { "id":"360019426594","name":"disposition", "hideonload":true,"required":false}],
["linked_product_id" , { "id":"360019372674","name":"linked_product_id", "hideonload":true,"required":false}]
]);;
var IEStaticFieldVal = new Map([
["subject",
{
"value": "Internal Escalation Request"
}
],
["ticket_form_id",
{
"value": "360001040834"
}
]
]);;
var IEHeader = "INTERNAL ESCALATION REQUEST";
var IEContent = "<p class='text-center'>Please use this form to submit a social media escalation to customer care</p>";
var IEThankyouPage = "<div id='IE_banner' class='innerpage contact ThankPgStyle'><div class='row'><h1 id='page-main-heading' class='center'>Thank you!</h1></div><p id='page-sub-text' class='center'>Your service request has been submitted.<br> One of our service experts will be in contact within on business day to assist you.<br> You may now close this window or continue browsing the support website.</p><div class='row'><div class='center'><a class='btn bg-blue-button' href='https://www.logitech.com/video-collaboration'>Return Home</a></div></div></div>";
<!-- Internal Escalation Form Dynamic content end -->
<!-- Education Form Dynamic Contents: Start -->
var assetsEducationSupportHeroImage = "//theme.zdassets.com/theme_assets/9049502/d1fc77e43a6ac8a7a829e8c5b86b952ebffb92d6.jpg";
var serialNoInfo = "<p class='serialNoInfo'>Please enter only one serial number. If you need to register multiple serial numbers, you can upload a CSV file as an attachment below.</p>";
var eduHeroTitle = "Logitech Education Support";
var notLoggedInUserInfo = "Having a My Account is not required but allows you to register your product to validate your limited hardware warranty duration, view your support history and allows us to provide you more personalized support.";
var productInfoConsumerURL = "<div class='edu_support'> Don't see your product? Try our <a href='https://support.logi.com'>Consumer Support Page!</a><a></a></div>";
var education_support_form_id = "360004097733";
var education_fields = "360019375594,360019382014,360019395193,360044898493,1900002403645";
education_fields = education_fields.split(" ").join("");
var serialNumberTicketFieldId = "360019395193";
<!-- Education Form Dynamic Contents: End -->
<!-- response center dynamic contents & assets start-->
var response_center_form_id = "360001149214";
var responseCenterFieldMap = new Map([["name" , { "id":"360019375594", "name":"Name", "hideonload":false,"required":true, "show":true }] ,["email" , { "id":"requester_email", "name":"Email", "hideonload":false,"required":true, "show":true}],
["topics_case_category" , { "id":"360019379113", "name":"Topics/Case Category", "hideonload":false,"required":true, "show":true}],["Country" , { "id":"360019382014", "name":"Country", "hideonload":false,"required":true, "show":true}],["description" , { "id":"description", "name":"Description of Customer's Issue", "hideonload":false,"required":true, "show":true}]
]);;
var resCenterFormCont = "<p>Thank you for visiting Logitech Response Center. Please use this form to (1) submit feedback about our privacy practices or request deletion of your data; (2) submit a claim of copyright or trademark infringement; (3) report a website security issue, phishing mail, counterfeit product; or (4) inquiries on other available topics. We’d like to hear from you. To help us process your request, please choose a topic from the list below and complete the following fields.<br /><br />Specific product, software, sales and/or warranty inquiries are handled separately at Logitech Support. Please submit your issue or question at <a href='/hc/requests/new?ticket_form_id=360000621393'>support.logi.com/contact</a>.</p>";
var response_center_description = "Questions/Additional Details or Comments";
var responseCenterBg = "//theme.zdassets.com/theme_assets/9049502/bc1bad440586492c89b4786092ce5ea545ec5c00.png";
var responseCenterSubmitButton = " SUBMIT";
var responseCenterTitle = "LOGITECH RESPONSE CENTER: CASE SUBMISSION";
<!-- response center dynamic contents & assets end-->
<!-- jaybird contact form dynamic contents & assets start-->
var jaybird_endpoint = "https://apim.workato.com/web-to-case-v1/prod/jaybird";
var jaybird_workato_token = "be2f17f6e00d68557192efbad585ae8f09655d7c7fb3711c3be118c811e9a228";
/*var jaybirdContactFieldMap = new Map(
[
["name" , { "id":"360019375594", "name":"Name", "hideonload":false,"required":true, "show":true}] ,
["email" , { "id":"requester_email", "name":"Email", "hideonload":false,"required":true, "show":true}],
["PhoneNumber" , { "id":"360019385593", "name":"PhoneNumber", "hideonload":true,"required":false,"show":true}],
["SerialNumber" , { "id":"360019395193", "name":"SerialNumber", "hideonload":false,"required":false, "show":true}],
["tf_jaybird_product_list_label" , { "id":"360020406534", "hideonload":false,"required":true, "show":true}],
["Country" , { "id":"360019382014", "name":"Country", "hideonload":false,"required":true, "show":true}],
["Issue Type" , { "id":"360031849274", "name":"Issue Type", "hideonload":false,"required":true, "show":true}],
["description" , { "id":"description", "name":"Description", "hideonload":false,"required":true, "show":true}],
["Company Name" , { "id":"360019364774", "name":"Company Name", "hideonload":false,"required":false, "show":false}],
["Address Line 1" , { "id":"360019373954", "name":"Address Line 1", "hideonload":false,"required":false, "show":false}],
["Address Line 2" , { "id":"360019373974", "name":"Address Line 2", "hideonload":false,"required":false, "show":false}],
["City" , { "id":"360019364094", "name":"City", "hideonload":false,"required":false, "show":false}],
["State/Province" , { "id":"360019376333", "name":"State/Province", "hideonload":false,"required":false, "show":false}],
["Postal/Zip" , { "id":"360019364134", "name":"Postal/Zip", "hideonload":false,"required":false, "show":false}],
["Disposition" , { "id":"360019426594", "name":"Disposition", "hideonload":true,"required":false}],
["TicketOrigin" , { "id":"360019375494", "name":"TicketOrigin", "hideonload":true,"required":false}],
["SecondaryOrigin" , { "id":"360019749493", "name":"SecondaryOrigin", "hideonload":true,"required":false}],
["DefectGrouping" , { "id":"360019373074", "name":"DefectGrouping", "hideonload":true,"required":false}],
["BusinessGroup" , { "id":"360019386653", "name":"BusinessGroup", "hideonload":true,"required":false}],
["RoutingCategory" , { "id":"360019426873", "name":"RoutingCategory", "hideonload":true,"required":false}],
["TranslatedProductShortName" , { "id":"360019375134", "name":"TranslatedProductShortName", "hideonload":true,"required":false}],
["ProductShortName" , { "id":"360019373054", "name":"ProductShortName", "hideonload":true,"required":false}],
["LinkedAccountID" , { "id":"360019373894", "name":"LinkedAccountID", "hideonload":true,"required":false}],
["TicketCreatedFromIP" , { "id":"360020569353", "name":"TicketCreatedFromIP", "hideonload":true,"required":false}],
["DatafromApp" , { "id":"360019385533", "name":"DatafromApp", "hideonload":true,"required":false}],
["InquiryType" , { "id":"360019386813", "name":"InquiryType", "hideonload":true,"required":false}],
["LinkedAccountType" , { "id":"360019386313", "name":"LinkedAccountType", "hideonload":true,"required":false}],
["CaseSource" , { "id":"360019375314", "name":"CaseSource", "hideonload":true,"required":false}],
["ProductId" , { "id":"360019382494", "name":"ProductId", "hideonload":true,"required":false}],
["WebToTicketHash" , { "id":"360019387113", "name":"WebToTicketHash", "hideonload":true,"required":false}],
["PhoneNumber" , { "id":"360019385593", "name":"PhoneNumber", "hideonload":true,"required":false}],
["LinkedMyProductID" , { "id":"360019372674", "name":"LinkedMyProductID", "hideonload":true,"required":false}],
["MyProductWarrantyStatus" , { "id":"360019385353", "name":"MyProductWarrantyStatus", "hideonload":true,"required":false}],
["SurveySubmissionResponse" , { "id":"360020805934", "name":"Description", "hideonload":true,"required":false}],
["SurveyNPSscore" , { "id":"360020843253", "name":"SurveyNPSscore", "hideonload":true,"required":false}],
]);
var jaybirdProductMap = new Map([
["jaybird_run_xt" , { "zdesk_id":"d99bc0ea-7db0-11e9-b911-e7356601f9d7","sfdc_id":"a0q5A00000B5r7qQAB"}] ,
["jaybird_tarah_pro" , { "zdesk_id":"36afe0e6-7db1-11e9-b911-050d54798744","sfdc_id":"a0q5A00000B5NsiQAF"}] ,
["jaybird_tarah" , { "zdesk_id":"4645bec9-7db1-11e9-aa7f-77bc974c1653","sfdc_id":"a0q5A00000B543fQAB"}] ,
["jaybird_x4" , { "zdesk_id":"ca647d14-7db0-11e9-b911-9fa39058eb5b","sfdc_id":"a0q5A00000B4qyDQAR"}] ,
["jaybird_run" , { "zdesk_id":"36eb152a-7db1-11e9-b911-d3c5cbd837c0","sfdc_id":"a0q5A00000B7LHcQAN"}] ,
["jaybird_freedom_2" , { "zdesk_id":"d9d6316d-7db0-11e9-bada-07d7a6352a5f","sfdc_id":"a0q5A00000B7lJkQAJ"}] ,
["jaybird_x3" , { "zdesk_id":"255f8155-7db1-11e9-aa7f-25aa3f9f11e3","sfdc_id":"a0q3100000AfKmvAAF"}] ,
["jaybird_freedom" , { "zdesk_id":"d88dd29d-7db0-11e9-aa7f-5d7d32a4525d","sfdc_id":"a0q3100000ApPnHAAV"}] ,
["jaybird_x2" , { "zdesk_id":"b9428083-7db0-11e9-aa7f-3fa678ed55d5","sfdc_id":"a0q3100000ApPn7AAF"}] ,
["bluebuds_x" , { "zdesk_id":"c94f8a2b-7db0-11e9-bada-55a469e0eb0f","sfdc_id":"a0q3100000ApPnCAAV"}],
["freedom_sprint" , { "zdesk_id":"06f2cf1c-7db1-11e9-b911-e7d19dd0ea27","sfdc_id":"a0q3100000ApPnbAAF"}] ,
["freedom_3" , { "zdesk_id":"35823650-7db1-11e9-b911-abe32f36aad0","sfdc_id":"a0q3100000ApPngAAF"}],
["jaybird_vista_wireless_sport_headphones" , { "zdesk_id":"d6513183-b358-11e9-9c45-df03035ee80d","sfdc_id":""}],
['jaybird_website' ,{'zdesk_id':'jaybird_website','sfdc_id':''}],
["jaybird_n/a" , { "zdesk_id":"jaybird_n/a","sfdc_id":""}],
["jaybird_app" , { "zdesk_id":"jaybird_app","sfdc_id":""}]
]);
<p><strong>We’d love to hear from you.</strong> <br/>Just fill out this form and a Jaybird representative will be in touch. For general inquiries and questions.</p>
var jaybirdBannerContent = '<div class="bannerContent"><h1>CONTACT JAYBIRD SUPPORT</h1><p><strong>We \'re here to help</strong></p></div>';
var jaybirdThankyouPage = '<div class="container" style="margin-top:50px;"><div class="row"><div class="col-md-6"><div style="background:#e0e0e0; padding: 20px; border-radius: 5px;"><h1>Thank You</h1><p> Your mail request was successfully sent !<br/> <br/> Someone from Jaybird Crew will contact you soon regarding this issue.</p></div></div><div class="col-md-6" style="padding: 20px;"><p> If you haven\'t checked out our User Guide Videos your answer may be waiting for you. See all of our Guides below.<br/><br/> Or if you want to see something cool, check out our social content</p></div><div class="clearfix"></div></div></div>';
var jaybird_contact_bg = "//theme.zdassets.com/theme_assets/9049502/d9e916be463c022383576874441dd4e87560c97e.png";*/
<!-- jaybird contact form dynamic contents & assets end-->
<!--Sunco settings -->
var sunco_login_endpoint = "https://apim.workato.com/logitechp/smooch-app-v11/smooch_login";
var sunco_apitoken = "bc84173c323ee861cb589e570e7f4aaaa3ffc2fea840d245422cc96a9be1c619";
<!--Sunco settings -->
/* Education Support: Start */
var education_support_form_id = "360004097733";
var education_fields = "360019375594,360019382014,360019395193,360044898493,1900002403645";
/* Education Support: Ends */
/* Script File: Start */
var linked_product_field_id = "360019372674";
var name_field_id = "360019375594";
var routing_category_field_id = "360019426873";
var business_group_field_id = "360019386653";
var defect_grouping_field_id = "360019373074";
var serial_number_field_id = "360019395193";
var purchase_location_field_id = "360019382474";
var purchase_date_field_id = "360019376674";
var email_opt_field_id = "360037915993";
var product_field_id = "360019382494";
var logi_brand_id = "360001542333";
var product_short_name_id = "360019373054";
var translated_product_name_id ="360019375134";
var part_number_id = "360019395153";
var manufacture_date_id = "360019810354";
var phone_id ="360019385593";
var external_product_type_id = "360020027813";
var product_type_id = "360019373874";
var country_id = "360019382014";
var issue_type_id = "360019810374";
var spare_part_article_id = "360025903194";
var contact_us_form_id = "360000621393";
var register_form_id = "360000994993";
var site_url="support.logi.com";
var change_language_url="logitech.zendesk.com";
var sso_url ="https://id.logi.com/index.html?redirect_uri=https://logitech.zendesk.com/access/jwt&client_id=f4cbf5f1-8df3-4e7b-95dd-98e7c1f84e5e&response_type=token";
var name_field_id = "360019375594";
/* Script File: Ends */
$(document).ready(function() {
HC.templates.doc_head.init(locale, categories, false);
let searchParams = new URLSearchParams(window.location.search);
<!-- download page code starts -->
$("body").on("click",".Compatible_product",function(e){
var a_id = $(this).parents('.card-body').attr('data-id');
HC.templates.compatible_product.init(locale,a_id)
});
$('body').on('click','.hide-modal',function(){
$('#vue-myModal').find('.modal-body').html(`<div class="loader">
<img src="https://theme.zdassets.com/theme_assets/9263449/c684ba0d1b4ce2054fcfeb6a77d2b08135ac6b3c.gif" class="preloader">
</div>`)
$('#vue-myModal').on('shown.bs.modal', function (e) {
});
})
$('body').on('hidden.bs.collapse','.articlelist .collapse', function(e) {
$('.collapse').collapse('hide');
$('.collapse.in').collapse('hide');
});
$('body').on('shown.bs.collapse','.articlelist .collapse', function(e) {
var $card = $('.collapse.show').closest('.card');
$('html,body').animate({
scrollTop: $card.offset().top - 60
}, 500);
});
<!-- download page code ends 30/06/2021 -->
if (searchParams.has('ticket_form_id')) {
var param = searchParams.get('ticket_form_id');
var jumpstart_form_id = "360001040874";
var jumpstart_escalation_form_id = "360001032333";
var internal_escalation_form_id = "360001040834";
var response_center_form_id = "360001149214";
var jaybird_contact_form_id = "360001062693";
var checking_serial_number_warranty_status_form_id = "360006739433";
<!-- jumpstart form script start -->
if(param == jumpstart_form_id) {
window.location.href = "https://prosupport.logi.com/hc/"+locale+"/requests/new?ticket_form_id="+jumpstart_form_id;
}
if(param == jumpstart_escalation_form_id) {
window.location.href = "https://prosupport.logi.com/hc/"+locale+"/requests/new?ticket_form_id="+jumpstart_escalation_form_id;
}
if(param == jumpstart_form_id || param == jumpstart_escalation_form_id || param == internal_escalation_form_id || param == response_center_form_id || param == jaybird_contact_form_id || param == education_support_form_id || param == checking_serial_number_warranty_status_form_id){
if(param != education_support_form_id){
$('#new-request-form').remove();
$('#request-form-container').removeClass('hide');
}
var head = document.getElementById('custom_js');
var script = document.createElement('script');
script.type = 'text/javascript';
script.async = true;
<!-- script.src = param == jumpstart_form_id ? "//theme.zdassets.com/theme_assets/9049502/ad1f9536f99c9fe867b61d4c398ddd395344a12c.js" : "//theme.zdassets.com/theme_assets/9049502/aeafe8fa2789ed2df1e029655fccbe9287c2143d.js"; -->
if(param == jumpstart_form_id){
$('.section.hero').remove();
script.src = "//theme.zdassets.com/theme_assets/9049502/ad1f9536f99c9fe867b61d4c398ddd395344a12c.js";
}else if(param == jumpstart_escalation_form_id){
$('.section.hero').remove();
script.src = "//theme.zdassets.com/theme_assets/9049502/aeafe8fa2789ed2df1e029655fccbe9287c2143d.js";
}else if(param == response_center_form_id){
$('.section.hero').remove();
script.src = "//theme.zdassets.com/theme_assets/9049502/f35f5774f2c2b0b1e653793ca7ee5d275ca9a5ae.js";
}else if(param == checking_serial_number_warranty_status_form_id){
$('.section.hero').remove();
$('#hc_home_announcment').remove();
script.src = "//theme.zdassets.com/theme_assets/9049502/dd42607698ea7abada8f23cbc90e13aa598aca18.js";
} else if(param == jaybird_contact_form_id){
$('.section.hero').remove();
script.src = "//theme.zdassets.com/theme_assets/9049502/9966e97d019d2fcf613eb67be470cc2534a376b4.js";
}else if(param == internal_escalation_form_id){
script.src = "//theme.zdassets.com/theme_assets/9049502/9a1eb385d6748261973a38179c87128d6eb2180d.js";
$('.banner').remove();
}else if(param == education_support_form_id){
script.src = "//theme.zdassets.com/theme_assets/9049502/70347a47fc5a58a4a0cc700c3c95f2e3e7e8aa84.js";
}
head.appendChild(script);
}
<!-- jumpstart form script end -->
}
if (window.location.href.indexOf("Jumpstart") > -1) {
$('.container-divider,.sub-nav,.article-sidebar,.article-header,.article footer,.article-comments,.article-relatives').remove();
$('.article-container').parent().removeClass('container').addClass('row-fluid');
$('.article').css({"max-width":"100%","padding":"0"})
}
});
</script>
<script type='text/javascript' src="//theme.zdassets.com/theme_assets/9049502/745bf652153e7001f148927c7a6f46b3570cb426.js"></script>
</div>
<!-- mahi changes end-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-55257712-6"></script>
<script>
//parse setting value starts
var community_topics_str = "{&quot;MX&quot;:&quot;360003080533&quot;,&quot;Circle-Home-Security&quot;:&quot;360001198733&quot;,&quot;Audio-Video-and-Entertainment&quot;:&quot;360001198953&quot;,&quot;Wireless-Corded-TV-Keyboards-and-Combos&quot;:&quot;360001135814&quot;,&quot;Community-News&quot;:&quot;360001198853&quot;,&quot;Bluetooth-Wireless-and-Corded-Mice&quot;:&quot;360001198873&quot;,&quot;Speakers&quot;:&quot;360001135914&quot;,&quot;Earphones-Headphones-Headsets-Microphones&quot;:&quot;360001135734&quot;,&quot;Smartphone-Accessories&quot;:&quot;360001135994&quot;}"
var community_topics = JSON.parse(community_topics_str.replace(/&quot;/g,'"'));
console.log(community_topics);
var community_topic_groups_str = "{&quot;MX-Group1&quot;:360003080533,&quot;Video-Group1&quot;:360001198733,&quot;Video-Group2&quot;:360001198753,&quot;Video-Group3&quot;:360001198773,&quot;Video-Group4&quot;:360001198793,&quot;SmartHome-Group1&quot;:360001135874,&quot;SmartHome-Group2&quot;:360001198953,&quot;SmartHome-Group3&quot;:360001135854,&quot;Keyboard-Group1&quot;:360001135814,&quot;Keyboard-Group2&quot;:360001135834,&quot;CommunityFeedback-Group1&quot;:360001198833,&quot;CommunityFeedback-Group2&quot;:360001198853,&quot;CommunityFeedback-Group3&quot;:360001135714,&quot;CommunityFeedback-Group4&quot;:360001198813,&quot;CommunityFeedback-Group5&quot;:360001135694,&quot;Mice-Group1&quot;:360001198933,&quot;Mice-Group2&quot;:360001135754,&quot;Mice-Group3&quot;:360001198873,&quot;Speakers-Group1&quot;:360001135914,&quot;Speakers-Group2&quot;:360001135934,&quot;Speakers-Group2&quot;:360001135894,&quot;Headsets-Group1&quot;:360001135734,&quot;Accessories-Group1&quot;:360001198973,&quot;Accessories-Group2&quot;:360001135994}"
var community_topic_groups = JSON.parse(community_topic_groups_str.replace(/&quot;/g,'"'));
var workato_endpoints_str = "{&quot;serialization&quot;:{&quot;url&quot;:&quot;https://apim.workato.com/product-lookup-v10/prod/serialization-ser-1&quot;,&quot;token&quot;:&quot;eada23b666b5b1597cac6a0b2b62e219e30f09077fd75cb3ba8c361e74289a0f&quot;},&quot;productLookup&quot;:{&quot;url&quot;:&quot;https://apim.workato.com/help-center-v10/prod/product-lookup-web&quot;,&quot;token&quot;:&quot;4b9d6e53565864e218e61cb7ffd0cff85797c3c1ae4da90a501a565415b0d9fd&quot;},&quot;myproductOperations&quot;:{&quot;url&quot;:&quot;https://apim.workato.com/myproduct-create-update-delete-v1/prod/delete-myproduct&quot;,&quot;token&quot;:&quot;2f5b670ce0cde2e3ded8a29e1fa3f0d9c2d8036fe42405e090bfa8d5eafd036b&quot;},&quot;myproductByUserId&quot;:{&quot;url&quot;:&quot;https://apim.workato.com/help-center-v10/prod/get-myproducts-by-userid&quot;,&quot;token&quot;:&quot;1f71b775ae3b0a3f8f73283c659d4243567d25430252c628d88ee12d16a92b1b&quot;}}"
var workato_endpoints = JSON.parse(workato_endpoints_str.replace(/&quot;/g,'"'));
//parse setting value ends
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-55257712-6');
</script>
<!--sushant changes 30/06/2021 downloads page migration-->
<script>
$('body').on('change','.selectIV',function(){
var IV = $(this).val();
var software =$(this).attr('data-software');
var softwareID = "#"+software+" .card";
$(softwareID).css('display','none');
$(softwareID+" div[data-parent='#accordion']").removeClass('show');
$(softwareID+"[installertype="+IV+"]").fadeIn('slow');
$(softwareID+"[installertype="+IV+"] div[data-parent='#accordion']").addClass('show');
$(softwareID+"[installertype="+IV+"]").find('.articleBtn').removeClass('collapsed')
$(this).parent('.selectform')[0].reset();
});
</script>
<!--sushant changes 30/06/2021 -->
<!--sushant changes 13/06/2022 DI-5751 -->
<script>
$(document).ready(function() {
let locale = "en-us"
var url = window.location.pathname;
if(url == "/hc/community/topics")
{
let redirectUrl = "/hc/"+locale+"/community/topics"
window.location.assign(redirectUrl);
}
console.log("This is my path"+url)
});
</script>
<!--sushant changes 13/06/2022 DI-5751-->
<script type="text/javascript" src="//p23.zdassets.com/hc/theming_assets/9049502/360001542333/script.js?digest=9924261065751"></script>
</head>
<body class="community-enabled">
<!doctype html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Sustainability Navigation</title>
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="//theme.zdassets.com/theme_assets/9049502/671d640607cb897644537091a56f0596865d5b83.css" type="text/css">
<!-- Start of logitech Zendesk Widget script -->
<!--<script id="ze-snippet" src="https://static.zdassets.com/ekr/snippet.js?key=34e32de7-42ad-483e-8e9c-b231c0ef00d1"> </script>-->
<!-- End of logitech Zendesk Widget script -->
</head>
<!-- Brand Nav-->
<div class="global-navigation">
<section class="component-global-navigation theme-dark" data-country-code="US" data-language-code="en" data-search-endpoint="/utilities/search/search.cfm">
<!-- Top Brands Bar Sub Component -->
<div class="top-bar hidden-xs hidden-sm">
<div class="container">
<div class="relative-wrapper">
<ul class="left">
<li>
<a tabindex="2" href="https://www.logitech.com">
<img src="//theme.zdassets.com/theme_assets/9049502/2d503bd968b87c39b5ba4d447612cb2f8622eeea.svg" alt="Logitech" class="light-logo">
<img src="//theme.zdassets.com/theme_assets/9049502/2d503bd968b87c39b5ba4d447612cb2f8622eeea.svg" alt="Logitech" class="dark-logo overlay">
</a>
</li>
<li>
<a tabindex="2" href="https://www.logitechg.com">
<img src="//theme.zdassets.com/theme_assets/9049502/6ef319835fe9f635f83cea3f71f3f05164fe51e6.svg" alt="Gaming" class="light-logo">
<img src="//theme.zdassets.com/theme_assets/9049502/207f8a0db01c682c0fd219a7014dfaa6889201c6.svg" alt="Gaming" class="dark-logo overlay">
</a>
</li>
<li>
<a tabindex="2" href="https://www.jaybirdsport.com" target="_blank">
<img src="//theme.zdassets.com/theme_assets/9049502/100b22625754dd3cf868049b428e849d0c009e1d.svg" alt="Jaybird" class="light-logo">
<img src="//theme.zdassets.com/theme_assets/9049502/100b22625754dd3cf868049b428e849d0c009e1d.svg" alt="Jaybird" class="dark-logo overlay">
</a>
</li>
<li>
<a tabindex="2" href="https://www.ultimateears.com" target="_blank">
<img src="//theme.zdassets.com/theme_assets/9049502/b957d3afd9efd8df71a1ce47d8d63870b816daef.svg" alt="Ultimate Ears" class="light-logo">
<img src="//theme.zdassets.com/theme_assets/9049502/4913f44677abe0f3b97855228f0ff080f4ffd260.svg" alt="Ultimate Ears" class="dark-logo overlay">
</a>
</li>
<li>
<a tabindex="2" href="https://www.astrogaming.com" target="_blank">
<img src="//theme.zdassets.com/theme_assets/9049502/a0fc977c3bff0a8438d31c729ca800e3eb13bbee.svg" alt="Astro" class="light-logo">
<img src="//theme.zdassets.com/theme_assets/9049502/fa4b17d7f73e1adbf4d3eb27b8ef5497b0f1fe6b.svg" alt="Astro" class="dark-logo overlay">
</a>
</li>
<li>
<a tabindex="2" href="https://support.bluedesigns.com" target="_blank">
<img src="//theme.zdassets.com/theme_assets/9049502/61d4ae2e19befeaf6cb7fa9fc4b2e8e9ea8f743a.svg" alt="Blue" class="light-logo">
<img src="//theme.zdassets.com/theme_assets/9049502/3782257e7553c5bc1c1eaa0c3543d979409e42c5.svg" alt="Blue" class="dark-logo overlay">
</a>
</li>
</ul>
<ul class="right header-session-menu">
<li id="vue-locale" v-cloak>
<div class="account-link" class="dropdown language-selector" aria-haspopup="true" v-cloak>
<a class="dropdown-toggle a-text" id="header-dropdown-current"
v-on:click="showLocales = !showLocales" v-cloak>
{[{locales["en-us"].name}]}
</a>
<span class="vue-dropdown-menu" role="menu" v-show="showLocales" v-cloak>
<locale-item v-for="locale in shownLocales"
v-bind:locale="locale"
v-bind:key="locale.key"
v-cloak>
</locale-item>
</span>
</div>
</li>
<li> <span class="a-text"> <a class="login" data-auth-action="signin" role="button" rel="nofollow" title="Opens a dialog" href="/hc/en-us/signin?return_to=https%3A%2F%2Fsupport.logi.com%2Fhc%2Fen-us%2Farticles%2F360051545514&amp;locale=en-us">Sign in</a>
</span></li>
<!-- <li> <a tabindex="2" class="cart-link"
href="https://www.logitech.com/bin/cart/view?drToken=eyJhbGciOiJIUzI1NiJ9.eHsiYWNjZXNzX3Rva2VuIjoiNjZmMjhhNWRiMWJlYTY5YjVkMTAzOGVlNmQwM2E2NWViMWUxZTg5ZTg0NzQwMDk0ZGNmZjdhMTEwMWI5YWM0MTM2ZTY0Zjk2ZmM1YjhhZTBlYzA0MGNkYjU0OTQ1MzI2ZWQ0YmJlMmY4YWI4ODhkZTVhNzI0ZTAzNjIzNWM4MDk5OTJjNzU4YWJlMGI4NjBlYjY2YmYzNmNkNjI4OTMwMSIsInRva2VuX3R5cGUiOiJiZWFyZXIiLCJleHBpcmVzX2luIjo4NjEyNSwicmVmcmVzaF90b2tlbiI6IjY2ZjI4YTVkYjFiZWE2OWI1ZDEwMzhlZTZkMDNhNjVlYjFlMWU4OWU4NDc0MDA5NGRjZmY3YTExMDFiOWFjNDFiOTE2MGMwYTEzZmFmNDY1ZjExNDljNTIxM2YxOGVkNjFiNmZjMTcwMTI0YjZjN2VkY2E4ZTEyYmM4ZWI3NjY3YjFjZWQ2MDM5M2E5MGMxOGE1MDFiOGRlYzcyZGVlMDkxZmI0MWFjNzdjNzBmMDU4IiwibG9jYWxlIjoiZW5fVVMifQ.Y7D-_kjOfE7QBfE5btu-IprARb9WWhPxyTCC8XtSE-0&amp;themeId=37443000&amp;t=1554938820226">
<i class="aem-logi-icon-cart a-icon"></i> -->
<!-- not implementing cart integrationg for phase 1 -->
<!-- span class="cart-quantity">9</span -->
<!-- <span class="a-text">My Cart</span> </a> </li> -->
</ul>
</div>
</div>
</div>
<!-- promotions carousel -->
<!-- mobile slide push menu, dynamically assembled based on desktop menu -->
<!-- Primary Navigation Wrapper -->
<!-- 2nav-empty -->
</section>
<div id="maincontent"></div>
<!-- Header requested with .external selector. Include JS with the markup -->
</div>
<header>
<section id="tmp-banner"></section>
<section class="component-corporate-nav corporate-nav theme-dark">
<div class="container">
<div class="corporate-nav--head">
<button type="button" class="corporate-nav--menu-toggle">
<div>
<span></span>
<span></span>
<span></span>
</div>
</button>
<a href="/hc/en-us">
<img src="//theme.zdassets.com/theme_assets/9049502/bd6a1ca0e95fc8fce0512ecb7a4ac543e8bdf297.png" alt="" class="corporate-nav--logo theme-dark">
</a>
<h4 class="corporate-nav--title">Support</h4>
</div>
<nav class="corporate-nav--menu" data-menu-level="0" style="
z-index: auto;">
<ul class="corporate-nav--link-group">
<li class="light-cell home">
<a href="https://www.logitech.com">
<img src="//theme.zdassets.com/theme_assets/9049502/bd6a1ca0e95fc8fce0512ecb7a4ac543e8bdf297.png" alt="" class="corporate-nav--logo">
<h4>Support</h4>
</a>
</li>
<li>
<a href="https://prosupport.logi.com/hc/en-us" class="corporate-nav--link"><span>Business Support Home</span>
</a>
</li>
<li>
<a href="/hc/en-us/requests/new?ticket_form_id=360000994993" class="corporate-nav--link"><span>REGISTER A PRODUCT</span>
</a>
</li>
<li>
<a href="/hc/articles/360024361233" class="corporate-nav--link"><span>DOWNLOADS</span>
</a>
</li>
<li>
<a href="/hc/en-us/articles/360023351333/" class="corporate-nav--link"><span>ORDERS / RETURNS / REFUNDS</span>
</a>
</li>
<li>
<a href="/hc/en-us/community/topics" class="corporate-nav--link"><span>COMMUNITY</span>
</a>
</li>
<li>
<a href="/hc/en-us/requests/new?ticket_form_id=360000621393" class="corporate-nav--link"><span>CONTACT US</span>
</a>
</li>
</ul>
<ul class="corporate-nav--branding">
<li>
<a href="https://www.logitech.com" target="_blank">
<img src="//theme.zdassets.com/theme_assets/9049502/2d503bd968b87c39b5ba4d447612cb2f8622eeea.svg" alt="Logitech" class="light-logo">
<img src="//theme.zdassets.com/theme_assets/9049502/2d503bd968b87c39b5ba4d447612cb2f8622eeea.svg" alt="Logitech" class="light-logo overlay">
</a>
</li>
<li>
<a href="https://www.logitechg.com" target="_blank">
<img src="//theme.zdassets.com/theme_assets/9049502/6ef319835fe9f635f83cea3f71f3f05164fe51e6.svg" alt="Gaming" class="light-logo">
<img src="//theme.zdassets.com/theme_assets/9049502/207f8a0db01c682c0fd219a7014dfaa6889201c6.svg" alt="Gaming" class="light-logo overlay">
</a>
</li>
<li><a href="https://www.jaybirdsport.com" target="_blank">
<img src="//theme.zdassets.com/theme_assets/9049502/100b22625754dd3cf868049b428e849d0c009e1d.svg" alt="Jaybird" class="light-logo">
<img src="//theme.zdassets.com/theme_assets/9049502/100b22625754dd3cf868049b428e849d0c009e1d.svg" alt="Jaybird" class="light-logo overlay">
</a>
</li>
<li>
<a href="https://www.ultimateears.com" target="_blank" class="">
<img src="//theme.zdassets.com/theme_assets/9049502/b957d3afd9efd8df71a1ce47d8d63870b816daef.svg" alt="Ultimate Ears" class="light-logo">
<img src="//theme.zdassets.com/theme_assets/9049502/4913f44677abe0f3b97855228f0ff080f4ffd260.svg" alt="Ultimate Ears" class="light-logo overlay">
</a>
</li>
<li>
<a href="https://www.astrogaming.com" target="_blank" class="">
<img src="//theme.zdassets.com/theme_assets/9049502/a0fc977c3bff0a8438d31c729ca800e3eb13bbee.svg" alt="Astro" class="light-logo">
<img src="//theme.zdassets.com/theme_assets/9049502/fa4b17d7f73e1adbf4d3eb27b8ef5497b0f1fe6b.svg" alt="Astro" class="light-logo overlay">
</a>
</li>
<li>
<a href="https://support.bluedesigns.com" target="_blank">
<img src="//theme.zdassets.com/theme_assets/9049502/61d4ae2e19befeaf6cb7fa9fc4b2e8e9ea8f743a.svg" alt="Blue" class="light-logo">
<img src="//theme.zdassets.com/theme_assets/9049502/3782257e7553c5bc1c1eaa0c3543d979409e42c5.svg" alt="Blue" class="dark-logo overlay">
</a>
</li>
</ul>
</nav>
</div>
</section>
</header>
<script>
$(document).ready(function() {
HC.templates.header.init();
HC.templates.header.locale("en-us","logitech.zendesk.com");
var curPath = location.pathname.split('/');
var ssoURL = "https://id.logi.com/index.html?redirect_uri=https://logitech.zendesk.com/access/jwt&client_id=f4cbf5f1-8df3-4e7b-95dd-98e7c1f84e5e&response_type=token"+"&locale="+curPath[2]+"&return_to="+window.location.href;
var ssoLink = '<li><div style="padding:7px 15px;"><a href="'+ ssoURL +'" target="_blank">SSO</a></div></li>';
//$('.header-session-menu li:last-child').before(ssoLink);
$('.header-session-menu li .a-text .login[data-auth-action="signin"]').removeAttr('data-auth-action').attr('href',ssoURL);
var logoutURL = "https://accounts.logi.com/websso/signout?client_id=f4cbf5f1-8df3-4e7b-95dd-98e7c1f84e5e&amp;redirect_uri=https://support.logi.com";
//$('#user-menu a[href*="/access/logout"]').attr('href',logoutURL);
//tmp banner for outbreak delays
var url = window.location.pathname;
var page_type = url.substring(url.lastIndexOf('/') + 1);
//Commented for ITSM-74851
//if(page_type == "topics"){
//document.getElementById("tmp-banner").innerHTML +=
//"<div style='background:yellow;text-align: center;font-size:22px;'><p>We apologize that we are anticipating delays of up to 10 days on //order processing time.<a href='/hc/en-us/articles/360023351333/'> Click for FAQs</a></p></div>";
//}
});
</script>
<main role="main">
<div id="ie"></div>
<section class="section hero">
<div class="hero-inner">
<h1>Welcome to Logitech Support</h1>
<form role="search" class="search search-full" data-search="" data-instant="true" autocomplete="off" action="/hc/en-us/search" accept-charset="UTF-8" method="get"><input name="utf8" type="hidden" value="&#x2713;" autocomplete="off" /><input type="search" name="query" id="query" placeholder="Search" autocomplete="off" aria-label="Search" /></form>
</div>
</section>
<!-- Added for ITSM-47523 -->
<section id="hc_home_announcment">
</section>
<div class="container-divider" id="container-divider"></div>
<div class="container">
<!-- <nav class="sub-nav">
<form role="search" class="search" data-search="" action="/hc/en-us/search" accept-charset="UTF-8" method="get"><input name="utf8" type="hidden" value="&#x2713;" autocomplete="off" /><input type="hidden" name="category" id="category" value="360001768013" autocomplete="off" />
<input type="search" name="query" id="query" placeholder="Search" aria-label="Search" /></form>
</nav> -->
<div class="article-container" id="vue-article" v-cloak>
<section class="article-sidebar" v-show="showSidebar" v-cloak>
<section class="section-articles">
<ul>
<li>
<a class="sidenav-item"
id="productselectionstub"
v-on:click="sidebarClick('webcontent=productselectionstub')">
Register
</a>
</li>
<li>
<a class="sidenav-item"
id="productgettingstarted"
v-on:click="sidebarClick('webcontent=productgettingstarted')">
Getting Started
</a>
</li>
<li>
<a class="sidenav-item"
id="productfaqstub"
v-on:click="sidebarClick('webcontent=productfaqstub')">
FAQ
</a>
</li>
<li>
<a class="sidenav-item"
id="productcommunity"
:href="getCommunityUrl">
Community
</a>
</li>
<li>
<a class="sidenav-item"
id="productdownloadstub"
v-on:click="sidebarClick('webcontent=productdownloadstub')">
Downloads
</a>
</li>
<li>
<a class="sidenav-item"
id="productwarranty"
v-on:click="sidebarClick('webcontent=productwarranty')">
Warranty
</a>
</li>
<li>
<a class="sidenav-item"
id="productspecs"
v-on:click="sidebarClick('webcontent=productspecs')">
Specifications
</a>
</li>
<li>
<a class="sidenav-item"
id="productsparepartstub"
v-on:click="sidebarClick('webcontent=productsparepartstub')">
Spare Parts
</a>
</li>
<li>
<a class="sidenav-item"
id="gallerystub"
v-on:click="sidebarClick('webcontent=gallerystub')">
Gallery
</a>
</li>
<li>
<a class="sidenav-item"
id="contactusstub"
v-on:click="sidebarClick('webcontent=contactusstub')">
Contact Us
</a>
</li>
</ul>
</section>
</section>
<article class="article" v-cloak>
<header class="article-header">
<h1 title="What is an Extend Protection Plan?" class="article-title">
What is an Extend Protection Plan?
</h1>
<div class="article-author" v-show="contentLabel === 'webcontent=productfaqstub'">
<div class="article-meta">
<ul class="meta-group">
</ul>
</div>
</div>
</header>
<section class="article-info">
<div v-show="noDownloads || downloadArticles && Object.keys(osxLabelsComp).length === 0 && Object.keys(windowLabelsComp).length === 0 && Object.keys(otherLabelsComp).length === 0">
<h3>There are no Downloads for this Product</h3>
</div>
<div v-show="noFAQs">
<h3>There are no FAQs for this Product</h3>
</div>
<div v-show="noSpareParts">
<h3>There are no Spare Parts available for this Product</h3>
</div>
<div class="article-content">
<div class="article-body"><p>The Extend Protection Plan is offered by <a href="https://extend.com/" target="_self">Extend</a> in collaboration with Logitech, as the Extend Protection Plan is a great way for you to protect yourself from expensive replacements of your most valued items, and provide you with coverage beyond any manufacturer’s warranty. There are two types of plans: (1) Base Plans which cover product failure after the manufacturer warranty expires and (2) Accidental Damage from Handling (ADH) Plans which begin at the time of purchase and cover damage caused by accidents, such as spills, drops, and breaks.</p></div>
<div id="warranty-footer" v-if="warrantyFooter">
<p><a href="https://support.logi.com/hc/articles/360023361413-Warranty-FAQ-AMR-AP" target="_blank" class="prod-warranty-link">Check our Logitech Warranty here</a>
</p>
<h3>Make the Most of your warranty</h3>
<div>
<a class="bottom-blocks-item-link" id="community_button"
v-on:click="sidebarClick('webcontent=productselectionstub')">
Register Your Product
</a>
<a class="bottom-blocks-item-link" id="contact_button"
v-on:click="sidebarClick('webcontent=contactusstub')">
FIle a Warranty Claim
</a>
</div>
</div>
<div class="faq-container" v-show="faqArticles.length > 0">
<!-- insert DC -->
<h3>Frequently Asked Questions</h3>
<faq-articles v-for="article in faqArticles"
v-bind:article="article"
v-bind:key="article.id">
</faq-articles>
</div>
<extra-articles v-for="article in extraArticles"
v-bind:article="article"
v-bind:key="article.id">
</extra-articles>
<spare-parts-articles v-for="article in sparePartsArticles"
v-bind:article="article"
v-bind:key="article.id">
</spare-parts-articles>
<div class="software-download-articles">
<extra-articles v-for="article in softwareDownloadArticles"
v-bind:article="article"
v-bind:key="article.id">
</extra-articles>
</div>
<register-articles v-for="articleItem in relatedArticles"
v-bind:articleitem="articleitem"
v-bind:key="articleitem.article.id">
</register-articles>
<!-- DI-3127 starts -->
<section id="update_banner" style="display:none;">
<div class="banner-div">
<p class="banner-text">
<b>Onboard Memory Manager is out of date. Please update to the most recent release.</b>
</p>
</div>
</section>
<script>
var url_string = window.location.href
var url = new URL(url_string)
var versionInUrl = url.searchParams.get("version")
var urlVersion = versionInUrl ? parseInt(versionInUrl.split(".").join("")) : null
if (urlVersion) {
updateVersion()
}
function updateVersion()
{
var highestVersion = 0;
$.ajax(`/api/v2/help_center/en-us/articles.json?label_names=webcontent=productdownload,websoftware=d3e2d42a-2b53-11eb-bf13-a5ea3d8273f5`)
.then((data) => {
if (data.count > 0) {
var articles = data.articles;
var version = [];
for (i=0; i < articles.length; i++) {
var body = articles[i].body;
if (body.match(/(?<=Software Version: <\/span><\/b>)(.*?)(?=\<\/li>)/gm)){
version = version.concat(body.match(/(?<=Software Version: <\/span><\/b>)(.*?)(?=\<\/li>)/gm));
}
else if (body.match(/(?<=Software Version: <\/strong>)(.*?)(?=\<\/li>)/gm)) {
version = version.concat(body.match(/(?<=Software Version: <\/strong>)(.*?)(?=\<\/li>)/gm));
}
else {
console.log("Condition not matched" +body);
}
}
console.log(version);
var x = 0;
var length = version.length;
while(x < length) {
version[x] = parseInt(version[x].split(".").join(""));
x = x + 1;
}
console.log(version);
console.log(Math.max(...version));
highestVersion = Math.max(...version);
if(urlVersion < highestVersion){
$("#update_banner").show();
}
else{
console.log(" failed ");
}
}
});
console.log(highestVersion);
}
</script>
<!-- DI-3127 ends -->
<!-- adding code -->
<div v-cloak v-show="contentLabel === 'webcontent=productdownloadstub' || contentLabel === 'webcontent=softwaretile'">
<nav class="navbar navbar-expand-lg navbar-light version-download">
<div class="" id="navbarContent">
<ul class="navbar-nav">
<li class="nav-item dropdown">
<a v-cloak v-show="downloadArticles" class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" v-html="currentVersion" v-on:click="showDropdown">
</a>
<div id="DV-dropdown" class="dropdown-menu">
<form class="accordion" id="download-version-dropdown">
<div id="windows-dl-container" class="download-container" v-cloak v-show="Object.keys(windowLabelsComp).length > 0" >
<a class="nav-link card-header" data-toggle="collapse" data-target="#windowLabelsComp" aria-expanded="false" aria-controls="windowLabelsComp" onclick="toggle('windowLabelsComp')" >
Windows
</a>
<div id="windowLabelsComp" class="collapse px-3 show" aria-labelledby="headingOne" data-parent="#download-version-dropdown">
<p v-on:click="getArticleByVersion(item,key,$event)" v-for="(item, key, index) in windowLabelsComp" v-bind:version="versionList[key]" v-bind:value="item" >{[{versionList[key]}]}</p>
</div>
</div>
<div id="osx-dl-container" class="download-container" v-cloak v-show="Object.keys(osxLabelsComp).length > 0" >
<a class="nav-link card-header collapsed" data-toggle="collapse" data-target="#osxLabelsComp" aria-expanded="false" aria-controls="osxLabelsComp" onclick="toggle('osxLabelsComp')">
Mac
</a>
<div id="osxLabelsComp" class="collapse px-3" aria-labelledby="headingTwo" data-parent="#download-version-dropdown">
<p v-on:click="getArticleByVersion(item,key)" v-for="(item, key) in osxLabelsComp" v-bind:version="versionList[key]" v-bind:value="item">{[{versionList[key]}]}</p>
</div>
</div>
<div id="other-dl-container" class="download-container" v-cloak v-show="Object.keys(otherLabelsComp).length > 0" >
<a class="nav-link card-header collapsed" data-toggle="collapse" data-target="#otherLabelsComp" aria-expanded="false" aria-controls="otherLabelsComp" onclick="toggle('otherLabelsComp')" >
Other
</a>
<div id="otherLabelsComp" class="collapse px-3" aria-labelledby="headingThree" data-parent="#download-version-dropdown">
<p v-on:click="getArticleByVersion(item,key)" v-for="(item, key) in otherLabelsComp" v-bind:version="versionList[key]" v-bind:value="item">{[{versionList[key]}]}</p>
</div>
</div>
</form>
</div>
</li>
</ul>
</div>
</nav>
</div>
<section id="download_stub_message_firefox" style="display:none;">
<div class="text-center" v-cloak v-show="currentVersionDownload">
<h3>Select Operating System to show Downloads.</h3>
<p>There are no Downloads for Operating Systems not listed.</p>
</div>
</section>
<section id="download_stub_message" style="display:none;">
<div class="text-center" v-cloak v-show="currentVersionDownload">
<h3>There are no Downloads for this Version.</h3>
</div>
</section>
<div v-cloak v-show="Object.keys(autoDownloads).length > 0">
<div id="accordion" class="articlelist">
<div v-clock class="DownloaSoftwareDiv" v-bind:id="skey.split('websoftware=')[1]" v-for="(articles,skey,index1) in autoDownloads">
<download-articles v-clock
v-for="(article,key,index2) in articles"
v-bind:article="article"
v-bind:index="index1+''+index2"
v-bind:pi="index1"
v-bind:key="article.id+ ''+currentVersion"
v-bind:installertype="key"
v-bind:software="skey.split('websoftware=')[1]"
v-bind:installertypelist= "JSON.stringify(Object.keys(articles))"
v-bind:version="currentVersion">
</download-articles>
</div>
<!--show all downloads sushant -->
<!-- <div v-cloak v-show="contentLabel === 'webcontent=softwaretile' || contentLabel === 'softwarehidepreviousversion=false' ">
<button class="bottom-blocks-item-link" v-on:click="getAllDownloads('softwarehidepreviousversion=false',$('#navbarDropdown').text())" >Show All Downloads </button>
</div> -->
<div v-cloak v-show="contentLabel === 'webcontent=softwaretile' || contentLabel === 'softwarehidepreviousversion=false' ">
<span class="item-link" id="item-link" v-on:click="getAllDownloads('softwarehidepreviousversion=false',$('#navbarDropdown').text())" >Show All Downloads </span>
</div>
<div class="download-prev">
<download-prev
v-for="item in windowArticles"
v-bind:article="item"
v-bind:key="item.id">
</download-prev>
</div>
</div>
<!-- The Modal -->
<div id="vue-Modal">
<div class="modal" id="vue-myModal">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<!-- Modal Header -->
<div class="modal-header">
<h4 class="modal-title">Compatible Product</h4>
<button type="button" class="close hide-modal" data-dismiss="modal">&times;</button>
</div>
<!-- Modal body -->
<div class="modal-body">
<div class="loader">
<img src="https://theme.zdassets.com/theme_assets/9263449/c684ba0d1b4ce2054fcfeb6a77d2b08135ac6b3c.gif" class="preloader">
</div>
<!-- <compatible-products v-for="product in CompatibleProducts" v-cloak
v-bind:product="product">
</compatible-products> -->
</div>
</div>
</div>
</div>
</div>
</div>
<div class="article-attachments">
<ul class="attachments">
</ul>
</div>
</div>
</section>
<div v-if="productPhoneArticles.length > 0">
<h4>Product Specific Phone Numbers</h4>
<div class="phone-list-container">
<extra-articles v-for="article in productPhoneArticles"
v-bind:article="article"
v-bind:key="article.id">
</extra-articles>
</div>
</div>
<div v-if="mainPhoneArticles.length > 0">
<h4>Main Phone Numbers</h4>
<div class="phone-list-container">
<extra-articles v-for="article in mainPhoneArticles"
v-bind:article="article"
v-bind:key="article.id">
</extra-articles>
</div>
</div>
<footer>
<div class="article-footer">
</div>
<div class="article-votes" v-show="contentLabel === 'webcontent=productfaqstub'">
<span class="article-votes-question">Was this article helpful?</span>
<div class="article-votes-controls" role='radiogroup'>
<a class="button article-vote article-vote-up" data-helper="vote" data-item="article" data-type="up" data-id="360051545514" data-upvote-count="0" data-vote-count="0" data-vote-sum="0" data-vote-url="/hc/en-us/articles/360051545514/vote" data-value="null" data-label="0 out of 0 found this helpful" data-selected-class="null" aria-selected="false" role="radio" rel="nofollow" title="Yes" href="#"></a>
<a class="button article-vote article-vote-down" data-helper="vote" data-item="article" data-type="down" data-id="360051545514" data-upvote-count="0" data-vote-count="0" data-vote-sum="0" data-vote-url="/hc/en-us/articles/360051545514/vote" data-value="null" data-label="0 out of 0 found this helpful" data-selected-class="null" aria-selected="false" role="radio" rel="nofollow" title="No" href="#"></a>
</div>
<small class="article-votes-count">
<span class="article-vote-label" data-helper="vote" data-item="article" data-type="label" data-id="360051545514" data-upvote-count="0" data-vote-count="0" data-vote-sum="0" data-vote-url="/hc/en-us/articles/360051545514/vote" data-value="null" data-label="0 out of 0 found this helpful">0 out of 0 found this helpful</span>
</small>
</div>
<div class="article-return-to-top">
<a href="#article-container">Return to top<span class="icon-arrow-up"></span></a>
</div>
</footer>
<section class="article-relatives">
<div v-show="contentLabel === 'webcontent=productfaqstub'">
<div data-recent-articles></div>
</div>
</section>
</article>
</div>
</div>
<section class="section community">
<h3>STILL NEED HELP?</h3>
<p>Want to ask other users with the same product a question? Join the conversation.
</p>
<div id="community-button-container">
<a href='/hc/en-us/community/topics' class="bottom-blocks-item-link" id="community_button">
SUPPORT COMMUNITY
</a>
</div>
</section>
<script>
$(document).ready(function() {
var isIE = /*@cc_on!@*/false || !!document.documentMode;
var warning = "";
if(isIE==true){
warning +='<div class="BannerIE"><strong>Warning!&nbsp;</strong>Switch to another browser.Internet Explorer is not supported.</div>'
$('#ie').html(warning);
}
document.getElementById("item-link").style.display = "none";
HC.templates.article_page.init("360051545514", "en-us", "360000621393", "360000994993", "360024350334", {
360004161253: "https://support.logi.com/hc/community/topics/360001135734-Earphones-Headphones-Headsets-Microphones",
360004161273: "https://support.logi.com/hc/community/topics/360001135734-Earphones-Headphones-Headsets-Microphones",
360004161333: "https://support.logi.com/hc/community/topics/360001135734-Earphones-Headphones-Headsets-Microphones",
360004161353: "https://support.logi.com/hc/community/topics/360001135734-Earphones-Headphones-Headsets-Microphones",
360004160313: "https://support.logi.com/hc/community/topics/360001135814-Wireless-Corded-TV-Keyboards-and-Combos",
360004160373: "https://support.logi.com/hc/community/topics/360001135814-Wireless-Corded-TV-Keyboards-and-Combos",
360004115094: "https://support.logi.com/hc/community/topics/360001135814-Wireless-Corded-TV-Keyboards-and-Combos",
360004160453: "https://support.logi.com/hc/community/topics/360001135814-Wireless-Corded-TV-Keyboards-and-Combos",
360004160493: "https://support.logi.com/hc/community/topics/360001135814-Wireless-Corded-TV-Keyboards-and-Combos",
360004159153: "https://support.logi.com/hc/community/topics/360001198873-Bluetooth-Wireless-and-Corded-Mice",
360004113974: "https://support.logi.com/hc/community/topics/360001198873-Bluetooth-Wireless-and-Corded-Mice",
360004114194: "https://support.logi.com/hc/community/topics/360001135754-Pointers-Trackballs-and-Trackpads",
360004159613: "https://support.logi.com/hc/community/topics/360001135754-Pointers-Trackballs-and-Trackpads",
360004159633: "https://support.logi.com/hc/community/topics/360001135754-Pointers-Trackballs-and-Trackpads",
360004113194: "https://support.logi.com/hc/community/topics/360001135994-Smartphone-Accessories",
360004158453: "https://support.logi.com/hc/community/topics/360001198973-Tablet-Keyboards-Cases-Folios-and-Accessories",
360004158473: "https://support.logi.com/hc/community/topics/360001198973-Tablet-Keyboards-Cases-Folios-and-Accessories",
360004158493: "https://support.logi.com/hc/community/topics/360001198973-Tablet-Keyboards-Cases-Folios-and-Accessories",
360004591613: "https://support.logi.com/hc/community/topics/360001198633-Simulation",
360004115354: "https://support.logi.com/hc/community/topics/360001198953-Audio-Video-and-Entertainment",
360004115654: "https://support.logi.com/hc/community/topics/360001198953-Audio-Video-and-Entertainment",
360004115674: "https://support.logi.com/hc/community/topics/360001198953-Audio-Video-and-Entertainment",
360004115374: "https://support.logi.com/hc/community/topics/360001135854-Home-Automation",
360004160773: "https://support.logi.com/hc/community/topics/360001135914-Speakers",
360004160833: "https://support.logi.com/hc/community/topics/360001135914-Speakers",
360004115734: "https://support.logi.com/hc/community/topics/360001135914-Speakers",
360004115834: "https://support.logi.com/hc/community/topics/360001135734-Earphones-Headphones-Headsets-Microphones",
360004160933: "https://support.logi.com/hc/community/topics/360001135894-Network-Music-Players",
360004115874: "https://support.logi.com/hc/community/topics/360001135914-Speakers",
360004160533: "https://support.logi.com/hc/community/topics/360001198733-Circle-Home-Security",
360004160553: "https://support.logi.com/hc/community/topics/360001198773-Alert-and-WILIFE-Security-Cameras-and-Systems",
360004160573: "https://support.logi.com/hc/community/topics/360001198753-Webcams"
});
});
</script>
<div id='article_labels' style='display: none;' ></div>
<!-- Dropdown issus fixed script code -->
<script>
function toggle(id){
if(id=='osxLabelsComp'){
$('#windowLabelsComp').removeClass("in");
$('#otherLabelsComp').removeClass("in");
}
if(id=='windowLabelsComp'){
$('#osxLabelsComp').removeClass("in");
$('#otherLabelsComp').removeClass("in");
}
if(id=='otherLabelsComp'){
$('#osxLabelsComp').removeClass("in");
$('#windowLabelsComp').removeClass("in");
}
}
function showDownloads(){
$("#item-link").trigger('click');
$(".item-link").css('display','none');
}
function DownloadAll(className){
if(className=='btn articleBtn'){
$(".download-prev").css( "display", "none" );
}else{
$(".download-prev").css( "display", "block" );
}
}
</script>
</main>
<footer class="footer">
<div class="footer-inner">
<h5>LOGITECH SUPPORT</h5>
<section class="footer-link-container">
<div class="footer-link-column">
<a href="https://prosupport.logi.com/hc" class="corporate-nav--link"><span>Business Support Home</span>
</a>
<a href="">
Support Home
</a>
<a href='/hc/articles/360024361233'>
Downloads & Apps
</a>
<a href='/hc/articles/360025903194'>
Spare Parts
</a>
</div>
<div class="footer-link-column">
<a href='http://support.myharmony.com/'>
MyHarmony Support
</a>
<a href='http://www.ultimateears.com/support'>
Ultimate Ears Support
</a>
<a href="/hc/en-us/community/topics">
Community Forums
</a>
<a href='http://www.logitech.com/compliance'>
Compliance Certificates
</a>
</div>
<div class="footer-link-column">
<a href='http://www.logitech.com/footer/terms-of-use?id=3101'>
Warranty Information
</a>
<a href='http://www.logitech.com/footer/privacy'>
Privacy + Security
</a>
<a href='https://www.logitech.com/en-us/legal/accessibility.html'>
Accessibility
</a>
<a href="/hc/en-us/requests/new?ticket_form_id=360000621393">
Contact Us
</a>
</div>
</section>
<!-- <section class="social-media-links">
<a href='http://www.facebook.com/Logitech'>
<i class="fab fa-facebook"></i>
</a>
<a href='http://www.twitter.com/Logitech'>
<i class="fab fa-twitter"></i>
</a>
<a href='http://instagram.com/logitech?ref=badge'>
<i class="fab fa-instagram"></i>
</a>
</section> -->
<section class="rights-reserve">
<i class="far fa-copyright"></i> <span class="copyright"> [[year]] Logitech. All rights reserved</span>
</section>
</div>
</footer>
<!-- Telium Tagging starts-->
<script type="text/javascript">
callTealium();
function callTealium() {
// Get profile
const profile = 'support';
// Get environment
const host = window.location.host;
const subdomain = host.split('.')[0];
console.debug('subdomain', subdomain);
let env = 'dev';
if (subdomain.toLowerCase().includes('support') || subdomain.toLowerCase() === 'logitechink') {
env = 'prod';
}
//console.debug('env', env);
// Tealium function
const aa = '//tags.tiqcdn.com/utag/logitech/' + profile + '/' + env + '/utag.js';
console.debug('aa', aa);
(function(aa,b,c,d)
{
a=aa;
b=document;c='script';d=b.createElement(c);d.src=a;d.type='text/java'+c;d.async=true;a=b.getElementsByTagName(c)[0];a.parentNode.insertBefore(d,a)
})(aa);
}
var copyrightHtml = $('.copyright').html();
var curDate = new Date();
$('.copyright').text(copyrightHtml.replace('[[year]]',curDate.getFullYear()));
</script>
<!-- Telium Tagging ends-->
<!-- / -->
<script src="//static.zdassets.com/hc/assets/en-us.1aa110d50fb14b022739.js"></script>
<script src="https://logitech.zendesk.com/auth/v2/host.js" data-brand-id="360001542333" data-return-to="https://support.logi.com/hc/en-us/articles/360051545514" data-theme="hc" data-locale="en-us" data-auth-origin="360001542333,true,true"></script>
<script type="text/javascript">
/*
Greetings sourcecode lurker!
This is for internal Zendesk and legacy usage,
we don't support or guarantee any of these values
so please don't build stuff on top of them.
*/
HelpCenter = {};
HelpCenter.account = {"subdomain":"logitech","environment":"production","name":"Logitech"};
HelpCenter.user = {"identifier":"da39a3ee5e6b4b0d3255bfef95601890afd80709","email":null,"name":null,"role":"anonymous","avatar_url":"https://assets.zendesk.com/hc/assets/default_avatar.png","is_admin":false,"organizations":[],"groups":[]};
HelpCenter.internal = {"asset_url":"//static.zdassets.com/hc/assets/","web_widget_asset_composer_url":"https://static.zdassets.com/ekr/snippet.js","current_session":{"locale":"en-us","csrf_token":"hc:hcobject:server:AyWEb8DS-jgrGJdfNcsTmskfsYWZewc6HymMA12aKsRt-qYOVe8yRpVb9cFZcSUoZHjJ_-2csGIQRaqL4WAYNg","shared_csrf_token":null},"settings":{},"usage_tracking":{"event":"article_viewed","data":"BAh7CDoLbG9jYWxlSSIKZW4tdXMGOgZFVDoPYXJ0aWNsZV9pZGwrCKqVvtRTADoKX21ldGF7CzoPYWNjb3VudF9pZGkDnhWKOhNoZWxwX2NlbnRlcl9pZGwrCCL/stFTADoNYnJhbmRfaWRsKwi9mMPRUwA6DHVzZXJfaWQwOhN1c2VyX3JvbGVfbmFtZUkiDkFOT05ZTU9VUwY7BlQ7AEkiCmVuLXVzBjsGVA==--19b5272a10ac389c4ad5f4113aaa4a9ff2811019","url":"https://support.logi.com/hc/activity"},"current_record_id":"360051545514","current_record_url":"/hc/en-us/articles/360051545514-What-is-an-Extend-Protection-Plan-","current_record_title":"What is an Extend Protection Plan?","search_results_count":null,"current_text_direction":"ltr","current_brand":{"id":360001542333,"account_id":9049502,"name":"Logi","active":true,"deleted_at":null,"created_at":"2018-11-28T18:17:56Z","updated_at":"2021-07-06T14:30:30Z","route_id":2522086,"signature_template":""},"current_brand_url":"https://logitech.zendesk.com","current_host_mapping":"support.logi.com","current_path":"/hc/en-us/articles/360051545514-What-is-an-Extend-Protection-Plan-","authentication_domain":"https://logitech.zendesk.com","show_autocomplete_breadcrumbs":true,"user_info_changing_enabled":false,"has_user_profiles_enabled":true,"has_end_user_attachments":true,"user_aliases_enabled":true,"has_anonymous_kb_voting":true,"has_multi_language_help_center":true,"mobile_device":false,"mobile_site_enabled":false,"show_at_mentions":true,"embeddables_config":{"embeddables_web_widget":false,"embeddables_connect_ipms":false},"base_domain":"zendesk.com","answer_bot_subdomain":"static","manage_content_url":"https://support.logi.com/hc/en-us","arrange_content_url":"https://support.logi.com/hc/admin/arrange_contents?locale=en-us","general_settings_url":"https://support.logi.com/hc/admin/general_settings?locale=en-us","user_segments_url":"https://logitech.zendesk.com/knowledge/user_segments?brand_id=360001542333","has_gather":true,"has_community_enabled":true,"has_community_badges":true,"has_community_post_content_tagging":false,"has_gather_content_tags":true,"has_guide_content_tags":true,"has_user_segments":true,"has_answer_bot_web_form_enabled":false,"has_answer_bot_web_form_modal_v2":false,"has_assign_badge_modal_v2":true,"has_edit_user_profile_v2":false,"has_change_password_modal_v2":false,"has_garden_modals":false,"billing_url":"/access/return_to?return_to=https%3A%2F%2Flogitech.zendesk.com%2Fadmin%2Fbilling%2Fsubscription","is_account_owner":false,"theming_cookie_key":"hc-da39a3ee5e6b4b0d3255bfef95601890afd807091-preview","is_preview":false,"has_alternate_templates":true,"arrange_articles_url":"https://logitech.zendesk.com/knowledge/arrange?brand_id=360001542333","article_verification_url":"https://logitech.zendesk.com/knowledge/verification?brand_id=360001542333","has_article_verification":true,"guide_language_settings_url":"https://support.logi.com/hc/admin/language_settings?locale=en-us","docs_importer_url":"https://logitech.zendesk.com/knowledge/import_articles?brand_id=360001542333","content_tags_url":"https://logitech.zendesk.com/knowledge/content_tags?brand_id=360001542333","community_badges_url":"https://logitech.zendesk.com/knowledge/community_badges?brand_id=360001542333","community_settings_url":"https://logitech.zendesk.com/knowledge/community_settings?brand_id=360001542333","gather_plan_state":"subscribed","search_settings_url":"https://logitech.zendesk.com/knowledge/search_settings?brand_id=360001542333","has_multibrand_search_in_plan":true,"theming_api_version":1,"theming_settings":{"brand_color":"rgba(129, 70, 254, 1)","brand_color_community":"rgba(33, 192, 252, 1)","brand_text_color":"#FFFFFF","text_color":"#333333","link_color":"rgba(129, 70, 254, 1)","link_color_community":"rgba(33, 192, 252, 1)","background_color":"#FFFFFF","heading_font":"-apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif","text_font":"-apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif","logo":"//theme.zdassets.com/theme_assets/9049502/031090992817a7ff1b4d3416d1609ebf9b8c4059.png","favicon":"//theme.zdassets.com/theme_assets/9049502/13582ec0e36f7a35369913ccae326295b9750443.png","homepage_background_image":"//theme.zdassets.com/theme_assets/9049502/bd24d19eb305cc0a7b89b57e340deaa901ee2709.png","community_background_image":"//theme.zdassets.com/theme_assets/9049502/9181ded99ceb95082e8ccd8a58c4d55bc7753a31.jpg","community_image":"//theme.zdassets.com/theme_assets/9049502/e58c5e8c3ebf94cbbc4d3669def0adbd7d0ff479.svg","instant_search":true,"scoped_kb_search":true,"scoped_community_search":true,"show_recent_activity":true,"show_articles_in_section":true,"show_article_author":true,"show_article_comments":true,"show_follow_article":true,"show_recently_viewed_articles":true,"show_related_articles":false,"show_article_sharing":false,"show_follow_section":true,"show_follow_post":true,"show_post_sharing":false,"show_follow_topic":true,"category_id":"360001764453,360001764433,360001764493,360001764473,360001749254,360001749214,360001764393,360001764373","register_form_id":"360000994993","register_form_workato_endpoint":"https://www.workato.com/webhooks/rest/4558e740-d81a-43fb-8cf6-cdf4654043c5/product-registration","contact_us_form_id":"360000621393","spare_parts_locales":"","spare_part_article_id":"360025903194","software_article_id":"360024361233","phone_article_id":"360024350334","education_producttype_list_ids":"360004550374,360004551534,4415755009431,4415753422359","jumpstart_escalation_form_id":"360001032333","jumpstart_form_id":"360001040874","internal_escalation_form_id":"360001040834","response_center_form_id":"360001149214","jaybird_form_id":"360001062693","education_support_form_id":"360004097733","change_language_url":"logitech.zendesk.com","product_id":"360019382494","routing_category_id":"360019426873","serial_number_id":"360019395193","name_id":"360019375594","school_district_id":"360044898493","company_name_id":"360019364774","country_id":"360019382014","subject_id":"360011873413","description_id":"360011873433","business_group_id":"360019386653","defect_grouping_id":"360019373074","issue_type_id":"360019810374","product_short_name_id":"360019373054","translated_product_name_id":"360019375134","part_number_id":"360019395153","manufacture_date_id":"360019810354","linked_product_id":"360019372674","returns_article_id":"360023351333","b2b_site_url":"https://prosupport.logi.com","directly_form_action":"https://logitech-rtm.mw-directly.com","education_workato_endpoint":"https://apim.workato.com/help-center-v10/prod/eduticketsubmission","education_workato_token":"4b9d6e53565864e218e61cb7ffd0cff85797c3c1ae4da90a501a565415b0d9fd","lightspeed_article_id":"360024778473","lightspeed_product_id":"9d4400aa-8d45-11e9-a01e-eb711cd01306","dc_sitekey":"52116A4A","dc_siteid":"1b2dfaa778e8af5222c8bc2265501f","proteus_core_article_id":"360024318253","proteus_core_product_id":"c0e6ade9-7db0-11e9-aa7f-39c78a2ed488","proteus_spectrum_article_id":"360024320353","proteus_spectrum_product_id":"d817b839-7db0-11e9-aa7f-fd0ec5b2c7f2","hero_article_id":"360024148914","hero_product_id":"ca26fe71-7db0-11e9-bada-0d0ae3e3b87f","spectrum_article_id":"360024319093","spectrum_product_id":"c84c99d7-7db0-11e9-aa7f-27cb95be9214","spectrum_snow_article_id":"360024329153","spectrum_snow_product_id":"44959e04-7db1-11e9-bada-272a5dddd2a4","wireless_article_id":"360024323033","wireless_product_id":"f88f2f04-7db0-11e9-b911-938e0d977259","preferred_contact_method_id":"360019387373","meeting_platform_id":"360019385793","connected_hardware_id":"360019373114","jumpstart_workato_endpoint":"https://apim.workato.com/jumpstart-server-side-v1-10/jumpstart-validation","jumpstart_workato_token":"12f3a49ab58ec7900904a3f0c56153963e84cdcead336a41edb31614a9e40bba","jumpstart_escalation_endpoint":"https://apim.workato.com/jumpstart-server-side-v1-10/jumpstart-escalation","jaybird_workato_token":"be2f17f6e00d68557192efbad585ae8f09655d7c7fb3711c3be118c811e9a228","jaybird_endpoint":"https://apim.workato.com/web-to-case-v1/prod/jaybird","serialization_token":"79d80fd64765eb05a8086b3f63d639dc3e57d7de2c347f8188803a2e9a776f06","serialization_endpoint":"https://apim.workato.com/jump-start-v1/serializationcallback","purchase_location_id":"360019382474","email_opt_id":"360037915993","logi_brand_id":"360001542333","phone_id":"360019385593","external_product_type_id":"360020027813","product_type_id":"360019373874","community_topics":"{\"MX\":\"360003080533\",\"Circle-Home-Security\":\"360001198733\",\"Audio-Video-and-Entertainment\":\"360001198953\",\"Wireless-Corded-TV-Keyboards-and-Combos\":\"360001135814\",\"Community-News\":\"360001198853\",\"Bluetooth-Wireless-and-Corded-Mice\":\"360001198873\",\"Speakers\":\"360001135914\",\"Earphones-Headphones-Headsets-Microphones\":\"360001135734\",\"Smartphone-Accessories\":\"360001135994\"}","community_topic_groups":"{\"MX-Group1\":360003080533,\"Video-Group1\":360001198733,\"Video-Group2\":360001198753,\"Video-Group3\":360001198773,\"Video-Group4\":360001198793,\"SmartHome-Group1\":360001135874,\"SmartHome-Group2\":360001198953,\"SmartHome-Group3\":360001135854,\"Keyboard-Group1\":360001135814,\"Keyboard-Group2\":360001135834,\"CommunityFeedback-Group1\":360001198833,\"CommunityFeedback-Group2\":360001198853,\"CommunityFeedback-Group3\":360001135714,\"CommunityFeedback-Group4\":360001198813,\"CommunityFeedback-Group5\":360001135694,\"Mice-Group1\":360001198933,\"Mice-Group2\":360001135754,\"Mice-Group3\":360001198873,\"Speakers-Group1\":360001135914,\"Speakers-Group2\":360001135934,\"Speakers-Group2\":360001135894,\"Headsets-Group1\":360001135734,\"Accessories-Group1\":360001198973,\"Accessories-Group2\":360001135994}","site_url":"support.logi.com","workato_endpoints_tokens":"{\"serialization\":{\"url\":\"https://apim.workato.com/product-lookup-v10/prod/serialization-ser-1\",\"token\":\"eada23b666b5b1597cac6a0b2b62e219e30f09077fd75cb3ba8c361e74289a0f\"},\"productLookup\":{\"url\":\"https://apim.workato.com/help-center-v10/prod/product-lookup-web\",\"token\":\"4b9d6e53565864e218e61cb7ffd0cff85797c3c1ae4da90a501a565415b0d9fd\"},\"myproductOperations\":{\"url\":\"https://apim.workato.com/myproduct-create-update-delete-v1/prod/delete-myproduct\",\"token\":\"2f5b670ce0cde2e3ded8a29e1fa3f0d9c2d8036fe42405e090bfa8d5eafd036b\"},\"myproductByUserId\":{\"url\":\"https://apim.workato.com/help-center-v10/prod/get-myproducts-by-userid\",\"token\":\"1f71b775ae3b0a3f8f73283c659d4243567d25430252c628d88ee12d16a92b1b\"}}","logout_url":"https://accounts.logi.com/websso/signout?client_id=f4cbf5f1-8df3-4e7b-95dd-98e7c1f84e5e\u0026redirect_uri=https://support.logi.com","conditional_taglist_id":"360051954733","product_field_id":"360019382494","circle_redeem_token":"4b9d6e53565864e218e61cb7ffd0cff85797c3c1ae4da90a501a565415b0d9fd","circle_validate_endpoint":"https://apim.workato.com/help-center-v10/prod/circle-validate-serial-activation-code","circle_create_order_endpoint":"https://apim.workato.com/help-center-v10/prod/circle-create-order-service-contract","warranty_status_form_id":"360006739433","warranty_status_endpoint":"https://apim.workato.com/product-lookup-v10/prod/warranty-for-serial-num","warranty_status_token":"eada23b666b5b1597cac6a0b2b62e219e30f09077fd75cb3ba8c361e74289a0f","purchase_date_id":"360019376674","sunco_login_endpoint":"https://apim.workato.com/logitechp/smooch-app-v11/smooch_login","sunco_apitoken":"bc84173c323ee861cb589e570e7f4aaaa3ffc2fea840d245422cc96a9be1c619","ticket_origin_field_id":"360019375494","secondary_origin_field_id":"360019749493"},"has_pci_credit_card_custom_field":true,"current_brand_id":360001542333,"help_center_restricted":false,"current_brand_active":true,"is_assuming_someone_else":false,"flash_messages":[],"user_photo_editing_enabled":true,"has_end_user_apps":true,"has_request_list_custom_fields":false,"has_docs_importer":false,"has_sunco_widget_kill_switch":false,"gather_user_image_upload_via_aus":false,"user_preferred_locale":"en-001","has_end_user_session_renewal":true,"has_reload_page_after_changing_password":true,"has_user_session_cookie_enabled":false,"version":"v21924"};
</script>
<script src="//static.zdassets.com/hc/assets/moment-4ef0d82f9fc65c8a28f659aa3430955f.js"></script>
<script src="//static.zdassets.com/hc/assets/hc_enduser-2aded2cadda95032bc1257577390856e.js"></script>
<script>(function(){var js = "window['__CF$cv$params']={r:'768601174f95107f',m:'Z3pjpK_rpHUAkwvHRG1d14gy7mRsD8IB2k.lKuq1S_s-1668158974-0-Aa5xiMZ3hAKnVoEPINvUjOgKufoVyC57jDc/FPTWmJOEVS6PPjW2UWgMJr9FO6rW5B85yg2lYp19VFwdbeunWL7Mi2oCWeOQygagjGSNaVoeh2mCfFrmNh326lqvaiWYG+T5YbrYKbh8yMs7re+2Bos=',s:[0xe538edf5b4,0x65581bf4b4],u:'/cdn-cgi/challenge-platform/h/b'};var now=Date.now()/1000,offset=14400,ts=''+(Math.floor(now)-Math.floor(now%offset)),_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='/cdn-cgi/challenge-platform/h/b/scripts/alpha/invisible.js?ts='+ts,document.getElementsByTagName('head')[0].appendChild(_cpo);";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.position = 'absolute';_0xh.style.top = 0;_0xh.style.left = 0;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.nonce = '';_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();</script></body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment