GOTOOLS
MARKEN BOSCH
{
"@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\/bosch","name":"BOSCH"}}]
}
Produktbeschreibung: Akku-Tacker PTK 3,6 LI. Kleiner, praktischer Akku-Tacker mit Lithium-Ionen-Technologie. Ladezustandsanzeige: keine überraschenden Stromunterbrechungen oder Ladeverzögerungen. Benutzerfreundliches Push + Release System sorgt für Kontrolle und verhindert eine Selbstauslösung. An der praktischen Nachfüllanzeige ist deutlich zu sehen, wann Klammern nachgefüllt werden müssen. Ideal zum Befestigen von Stoffen, Karton und Pappe auf weichen Holzflächen. Integrierter 3,6-V-Lithium-Ionen-Akku für lange Laufzeiten.Technische Daten: 3,6 Volt: ja 10,8 Volt: nein 14,4 Volt: nein 18 Volt: nein Lithium-Ionen Technologie: ja Bosch Electronic Schlagkraftvorwahl: nein Mechanische Schlagkraftvorwahl: nein Integrierte Arbeitsleuchte: nein Softgrip: ja Ladezustandsanzeige: ja Vorratsanzeige: ja Bosch DuoTac Automatic: nein Integrierter Akku: ja Akkuspannung: 3,6 V Akkukapazität: 1,5 Ah Schläge: 30 bpm 11,4 mm Klammern, Länge, von: 4 mm 11,4 mm Klammern, Länge, bis: 10 mm 11,4-Klammern: 4 - 10 mm Steckertyp: Micro-USB Werkzeugabmessungen (L x B x H): 146 x 50 x 156 mm Gewicht: 0,740 kg Verpackungsmaße (L x B x H): 184 x 161 x 123 mm Schwingungsemissionswert ah []: 2,5 m/s² Unsicherheit K []: 1,5 m/s²Lieferumfang: 1x Bosch Akku-Tacker PTK 3,6 LI 1x 1000 Klammern (Typ 53, Länge 8 mm) (2 609 255 820). 1x Ladegerät 1x Metalldose
Hersteller Robert Bosch Power Tools GmbH
Max-Lang-Str. 40-46,
70771 Leinfelden-Echterdingen,
Deutschland https://www.bosch-pt.com 0711/8110 Bosch Akku-Tacker PTK 3,6 LI mit Ladegerät Artikel-Nr.: 0603968200 EAN: 4059952566580 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", "de_DE");
script.setAttribute("sandbox", "");
script.setAttribute("googlePayComponent", 0);
script.setAttribute("applePayComponent", 0);
script.setAttribute("logToken", "54eaf79f73b270cf0a7ac908142edb3a");
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", "54eaf79f73b270cf0a7ac908142edb3a");
}
Versandkostenfreie Lieferung in DE ab 100€ Kostenloser Rückversand EXPRESS mit UPS NEXT DAY möglich Bei Bestellung mit Zahlungseingang vor 12 Uhr, Aufpreis: 9,99€ (Zustellung Mo.-Fr.)
$(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
});