TRACK & FIND LOCK

Verfügbar

Artikelnummer

LOK26/BK

Barcode

4024023121043

Produktabmessungen (mm)

87 x 57 x 12 (L x B x H)

Gewicht

90.0 g

Next goods receipt

15.10.26

PACKING UNIT

4

Pieces

1056

€36.90
Verfügbare Menge: 122

Das TSA-Kofferschloss mit Apple® Find My Funktion verbindet Sicherheit mit smarter Ortung. Ideal für Flugreisen: Der individuell einstellbare Zahlencode schützt vor unbefugtem Zugriff, während das TSA-System autorisierten Stellen den Zugriff erlaubt – ohne das Schloss oder den Koffer zu beschädigen. Mit der integrierten Ortungsfunktion über die Apple® Find My App („Wo ist?") ist das Gepäck jederzeit auffindbar – mit allen Apple® kompatiblen Geräten. Eine handelsübliche Batterie genügt für die smarte Technik. Ob am Koffer, Rucksack oder Tasche – bereit für die nächste Reise.

TSA-Kofferschloss mit Apple® Find My Funktion, ermöglicht das Orten des Gepäckstücks und der darin befindlichen Gegenstände, verhindert unerlaubtes Öffnen des Koffers, Zahlencode individuell einstellbar, funktioniert mit allen kompatiblen Apple® Geräten, ABS, Metall, schwarz

  • Sicher & smart unterwegs: TSA-Kofferschloss TRACK & FIND LOCK mit integrierter Apple® Find My (Wo-ist?) Funktion – Gepäck jederzeit orten!
  • Schutz vor Diebstahl: Individuell einstellbarer Zahlencode verhindert unbefugtes Öffnen vom Rucksackschloss. Öffnen ohne Zahlencode nur durch autorisierte Behörden möglich (Zoll).
  • Reisekomfort pur: Funktioniert mit allen kompatiblen Apple® Geräten – ganz einfach über „Wo ist?“.
  • Robust & elegant: Hergestellt aus ABS und Metall in edlem Schwarz – stark im Design, stark in der Sicherheit. Austauschbare Batterie.
//clear address selection during checkout $(document).ready(function() { if (window.location.pathname === '/orders/confirm_order') { $('#order_addressbook_id').val('').trigger('change'); } }); var windowLocation = window.location.href; if (windowLocation.indexOf('lvh.me') < 0 && windowLocation.indexOf('business.troika.de') < 0) { window.location.replace("https://business.troika.de" + window.location.pathname ); } //Translate extra field names $(document).ready(function () { if (window.location.pathname.startsWith('/products/view')) { const translations = { "Next goods receipt": { de: "Nächster Wareneingang", es: "Próxima recepción de mercancías", fr: "Prochaine réception de marchandises", nl: "Volgende goederenontvangst", it: "Prossimo ricevimento merci" }, "Pieces": { de: "Wareneingangsmenge", en: "Incoming qty", es: "Cant. prevista", fr: "Qté attendue", nl: "Verw. aantal", it: "Qtà prevista" }, "PACKING UNIT": { de: "Verpackungseinheit", es: "Unidad de embalaje", fr: "Unité d'emballage", nl: "Verpakkingseenheid", it: "Unità di imballaggio" } }; const lang = $('html').attr('lang')?.substring(0, 2); $('.product-info_label').each(function () { const label = $(this).text().trim(); if (translations[label] && translations[label][lang]) { $(this).text(translations[label][lang]); } }); } });