Description du produit : Tronçonneuse à chaîne sans fil PKE18V-30-28. Tronçonneuse à chaîne sans fil polyvalente pour une coupe rapide et facile des grosses branches et des troncs. Coupe régulière même pour les travaux exigeants avec la commande OptiCut. Moteur sans balais avec couple élevé pour une progression de coupe rapide. Système concentrique SDS pour un serrage et un changement de chaîne simples et sans outils. Idéal pour la coupe de bois dur et tendre de diamètre moyen à grand. Syneon Technology pour une puissance optimale et une durée de fonctionnement maximale. POWER FOR ALL ALLIANCE : 1 batterie, 10+ marques, 150+ produits.Caractéristiques techniques : Système SDS : non Arrêt rapide : non Lubrification automatique : non Protecteur de lame : non Indicateur de niveau de charge : non Réservoir d'huile : 160 ml Longueur du guide : 30 cm Vitesse de la chaîne : 9,00 m/s Pas de la chaîne : 3/8" (9.52 mm) Livraison sans batterie ni chargeur : non Nombre de maillons d'entraînement : 45 Dimensions de l'outil (L x l x H) : 464 x 273 x 227 mm Poids (boîtier seul) : 3,3 kg Poids (chaîne, guide et batterie inclus) : 4,5 kg Dimensions de l'emballage (L x l x H) : 505 x 276 x 235 mmContenu de la livraison : 1x Bosch tronçonneuse à chaîne sans fil PKE18V-30-28 1 x 60 ml huile pour tronçonneuse (1 600 A03 471) (sans batterie ni chargeur)
Fabricant Robert Bosch Power Tools GmbH
Max-Lang-Str. 40-46,
70771 Leinfelden-Echterdingen,
Allemagne https://www.bosch-pt.com 0711/8110 Tronçonneuse à chaîne sans fil Bosch PKE18V-30-28 sans batterie ni chargeur Artikel-Nr.: 06008B8B01 EAN: 4053423332339 Hersteller: BOSCH HOME & GARDEN
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", "fr_FR");
script.setAttribute("sandbox", "");
script.setAttribute("googlePayComponent", 0);
script.setAttribute("applePayComponent", 0);
script.setAttribute("logToken", "bf6fa6b865649f904b4b4f029d972d61");
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", "fr_FR");
script.setAttribute("sandbox", "");
script.setAttribute("googlePayComponent", 0);
script.setAttribute("applePayComponent", 0);
script.setAttribute("logToken", "bf6fa6b865649f904b4b4f029d972d61");
}
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
});