Produkteigenschaften:Reduzierstück für Schlagnüsse zur Aufnahme von 1/4 Zoll Bits mit 3/8 Zoll VierkantaufnahmeTechnische Daten:Gesamtlänge 50 mmInhalt 1Schaftaufnahme 3/8 ZollWerkzeugaufnahme 1/4 ZollLieferumfang:1x Milwaukee 3/8" Vierkant auf 1/4" Sechskant Bitadapter SHOCKWAVE 50 mm
- Hersteller
- Techtronic Industries Central Europe GmbH
-
Walder Str. 53,
40724 Hilden,
Deutschland
- www.milwaukeetool.eu/service/contact/
- +49210396000
Milwaukee 3/8" Vierkant auf 1/4" Sechskant Bitadapter SHOCKWAVE 50 mm
- Artikel-Nr.: 4932493426
- EAN: 4058546482978
- Hersteller: MILWAUKEE

19,99 €
UVP 45,34 €
über 30%
-55%
inkl. MwSt., ggf. zzgl. Versandkosten
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", "3beb0f93db34ee0dd3d7ace1f2e8d0fe");
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", "3beb0f93db34ee0dd3d7ace1f2e8d0fe");
}

- Versandkostenfreie Lieferung in DE ab 100€
- Kostenloser Rückversand
Zuletzt angesehen
Milwaukee 3/8" Vierkant auf 1/4" Sechskant Bitadapter SHOCKWAVE 50 mm 19,99 €
Milwaukee 165/15,87 mm Z4 Diamant Kreissägeblatt Faserzement für Akku-Handkreissägen 73,69 €
Milwaukee Universalmesser mit magnetischen Ersatzklingenmagazin 11,99 €
Milwaukee 2,8 x 38 mm verzinkt, 0° Stauchkopf-Nägel 16 Gauge für M18 FN16GS 20,39 €
Milwaukee Sägeschwert 40 cm / 16" für M18 FCHS Sägeschwert 40 cm / 16" für M18 FCHS 21,39 €
Milwaukee 5,5 x 115 mm, 5,5/6/7/8 x 165 mm Set in PACKOUT kompatibler Kassette Hammerbohrer MX4 SDS-Plus Set 5-teilig 26,99 €
Milwaukee Nagel- und Brecheisen 525 mm 21" 22,99 €
Milwaukee 2,8 x 45 mm verzinkt, 0° Stauchkopf-Nägel 16 Gauge für M18 FN16GS 23,99 €
Milwaukee 2,8 x 50 mm verzinkt, 0° Stauchkopf-Nägel 16 Gauge für M18 FN16GS 25,99 €
Milwaukee 2,8 x 25 mm verzinkt, 0° Stauchkopf-Nägel 16 Gauge für M18 FN16GS 28,69 €
$(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
});