GOTOOLS
MARKEN DEWALT Elektrowerkzeuge Akkus und Ladegeräte Ladegeräte
{
"@context":"http://schema.org/",
"@type":"BreadcrumbList",
"itemListElement": [{"@type":"ListItem","position":1,"item":{"@id":"\/","name":"Home"}},{"@type":"ListItem","position":2,"item":{"@id":"\/marken","name":"MARKEN"}},{"@type":"ListItem","position":3,"item":{"@id":"\/marken\/dewalt","name":"DEWALT"}},{"@type":"ListItem","position":4,"item":{"@id":"\/marken\/dewalt\/elektrowerkzeuge","name":"Elektrowerkzeuge"}},{"@type":"ListItem","position":5,"item":{"@id":"\/marken\/dewalt\/elektrowerkzeuge\/akkus-und-ladegeraete","name":"Akkus und Ladeger\u00e4te"}},{"@type":"ListItem","position":6,"item":{"@id":"\/marken\/dewalt\/elektrowerkzeuge\/akkus-und-ladegeraete\/ladegeraete","name":"Ladeger\u00e4te"}}]
}
Produkteigenschaften: Vierfach-Schnellladegerät für alle DEWALT XR Akkus von 10,8 bis 18 Volt sowie Flexvolt-Akkus, jeweils in allen Ah-Klassen von 1,3 bis 12 Ah bzw. bis 216 Wh Paralleler Ladeprozess ermöglicht das gleichzeitige Aufladen von bis zu 4 Akkus gleicher oder unterschiedlicher Volt- und / oder Ah-Klassen Schneller Ladeprozess durch hohen Ladestrom von bis zu 4 A 2-Stufen-Ladeprozess garantiert eine schonende Ladung der Akkus und damit eine hohe Anzahl an Ladezyklen bei maximaler Speicherkapazität LED-Anzeige informiert über Ladezustand und warnt bei zu hoher Akku-Temperatur Optimal geeignet für die Montage bzw. an Einsatzorten, wo mehrere Akkus gleichzeitig im Einsatz sind Robustes Gehäuse mit praktischer Vorrichtung für die WandmontageTechnische Daten: Passend für: alle XR Akkus von 10,8 bis 18 Volt sowie alle XR FLEXVOLT Akkus Akku-Technologie: Li-Ion Ladestrom: 4 A Ladeports: 4x Ladereihenfolge: Simultan Ladezeit mit 4 A: ca. 27 Min. (1,7 Ah Powerstack Akkus), ca. 30 Min. (2 Ah Akkus), ca. 60 Min. (4 Ah Akkus), ca. 75 Min. (5 Ah Akkus) Gewicht (ohne Akku): 0,5 kgLieferumfang: 1x DeWALT Vierfach-Ladegerät DCB1404
Hersteller Stanley Black & Decker Deutschland GmbH
Black-u.-Decker-Str. 40,
65510 Idstein,
Deutschland 06126/211 DeWALT Vierfach-Ladegerät DCB1404 Artikel-Nr.: DCB1404-QW EAN: 5035048845400 Hersteller: DEWALT
const observer = new MutationObserver(() => {
const el = document.getElementById("delivery-date-template");
if (el) {
el.innerHTML = el.innerHTML.replace(
"Lieferung:",
"Lieferung: "
);
observer.disconnect();
clearTimeout(timeoutId);
}
});
observer.observe(document.body, { childList: true, subtree: true });
const timeoutId = setTimeout(() => observer.disconnect(), 2000);
DHL Paket
if(!document.getElementById('paypal-smart-payment-script'))
{
var script = document.createElement("script");
script.type = "module";
script.id = "paypal-smart-payment-script";
script.src = "https://cdn02.plentymarkets.com/qddd911h1zyd/plugin/118/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "AfslQana4f4CQjHvRBnUc6vBJg5jgJuZFwM-SbrTiGKUAqB7MrxQv3QWFdQ6U1h7ogMDokT1DNBzRxMw");
script.setAttribute("data-user-id-token", "");
script.setAttribute("data-merchant-id", "9NUA4DV8EVBB8");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
script.setAttribute("sandbox", "");
script.setAttribute("googlePayComponent", 0);
script.setAttribute("applePayComponent", 0);
script.setAttribute("logToken", "6420465aad4fbea00ed9e4795d70eab2");
document.body.appendChild(script);
} else {
var script = document.getElementById('paypal-smart-payment-script');
script.src = "https://cdn02.plentymarkets.com/qddd911h1zyd/plugin/118/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "AfslQana4f4CQjHvRBnUc6vBJg5jgJuZFwM-SbrTiGKUAqB7MrxQv3QWFdQ6U1h7ogMDokT1DNBzRxMw");
script.setAttribute("data-user-id-token", "");
script.setAttribute("data-merchant-id", "9NUA4DV8EVBB8");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
script.setAttribute("sandbox", "");
script.setAttribute("googlePayComponent", 0);
script.setAttribute("applePayComponent", 0);
script.setAttribute("logToken", "6420465aad4fbea00ed9e4795d70eab2");
}
Versandkostenfreie Lieferung in DE ab 100€ Kostenloser Rückversand
$(document).ready(function() {
setTimeout(function () {
if (
window.innerWidth < 1200 &&
$('#m1').length &&
$('#mM').length &&
$('#m1').is(':empty')
) {
$('#mM').appendTo('#m1');
}
}, 1000);
$( window ).resize(function() {
if ($(window).outerWidth() < 1200 ) {
$('#mM').appendTo('#m1');
} else {
$('#mM').appendTo('#m2');
}
});
});
$(function () {
const $links = $('.anchors a');
const nav = document.querySelector('.anchors');
function updateActiveLink() {
const scrollTop = $(document).scrollTop();
$links.each(function (i, link) {
const targetId = $(link).attr('href');
const $target = $(targetId);
if (!$target.length) return;
const top = $target.offset().top;
let bottom;
if (i < $links.length - 1) {
const nextLinkHref = $($links[i + 1]).attr('href');
const $nextTarget = $(nextLinkHref);
bottom = $nextTarget.length ? $nextTarget.offset().top : $(document).height();
} else {
bottom = $(document).height();
}
if (scrollTop >= top - 120 && scrollTop < bottom - 120) {
$links.removeClass('active');
$(link).addClass('active');
scrollNavToLink(link);
return false; // break .each()
}
});
}
function scrollNavToLink(link) {
if (!nav) return;
const linkLeft = link.offsetLeft;
const linkWidth = link.offsetWidth;
const navWidth = nav.offsetWidth;
const scrollTo = linkLeft - (navWidth / 2) + (linkWidth / 2);
nav.scrollTo({ left: scrollTo, behavior: 'smooth' });
}
let scrollTimer;
$(document).on('scroll', function () {
updateActiveLink(); // run immediately
clearTimeout(scrollTimer);
scrollTimer = setTimeout(updateActiveLink, 100); // trailing update
});
updateActiveLink(); // on load
});