Produktbeschreibung:
Ersatz-Sägekette für M12 FHS Akku-Astsäge
Technische Daten:
Gewicht (inkl. Verpackung)0.118 kg
Länge (inkl. Verpackung)0.165 m
Höhe (inkl. Verpackung)0.026 m
Breite (inkl. Verpackung)0.126 m
Lieferumfang:
1x Milwaukee Ersatz-Sägekette für M12 FHS Akku-Astsäge
- Hersteller
- Techtronic Industries Central Europe GmbH
-
Walder Str. 53,
40724 Hilden,
Deutschland
- www.milwaukeetool.eu/service/contact/
- +49210396000
Milwaukee Sägekette 3/8" 152 mm für Akku-Astsäge FUEL M12 FHS
- Artikel-Nr.: 4932478427
- EAN: 4058546346188
- Hersteller: MILWAUKEE

Nicht lagernd
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", "5fc7f7c77b03aa6a8e4bf361a946e458");
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", "5fc7f7c77b03aa6a8e4bf361a946e458");
}

- Versandkostenfreie Lieferung in DE ab 100€
- Kostenloser Rückversand
Weitere Modelle
Milwaukee Sägekette 35cm für M18 FTHCHS35 Sägekette 325LP X 356 X 1.1 22,49 €
UVP: 43,67 €
-49%
Milwaukee Sägekette 3/8" 50 cm für M18F2CHS50 Sägekette 3/8" 50 cm für M18 F2CHS50 22,99 €
UVP: 46,41 €
-50%
Milwaukee Sägekette 3/8 Zoll 40 cm 21,99 €
UVP: 44,51 €
-51%
Milwaukee Sägekette 30cm für M18 FTHCHS30 Sägekette 325LP X 305 X 1.1 18,79 €
UVP: 37,25 €
-50%
Milwaukee Sägekette 3/8" 304,8 mm für M18 FCHSC 21,66 €
UVP: 35,11 €
-38%
Milwaukee Sägekette 3/8LP X 356 X 1.1 für M18 FCHS35 14,75 €
UVP: 23,80 €
-38%
Zuletzt angesehen
Milwaukee PACKOUT Koffer XL 560 x 410 x 420 mm 128,99 €
Bosch Hochleistungs-Akkupack EXBA18V-55, 5,5 Ah 129,99 €
Bosch Hochleistungs-Starter-Set 2x EXBA18V-80 + Ladegerät EXAL18V2-320 in L-BOXX 497,99 €
Bosch Hochleistungs-Starter-Set 2x EXBA18V-55 + Ladegerät GAL12V/18V-80 282,98 €
Bosch Hochleistungs-Akkupack-Set 2x EXBA18V-40, 4,0 Ah 157,99 €
Bosch Hochleistungs-Akkupack EXBA18V-40, 4,0 Ah 83,99 €
Bosch Hochleistungs-Starter-Set 2x EXBA18V-40 + Ladegerät GAL 12V/18V-80 207,99 €
$(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
});