ΜΕΝΟΥ
ΚΑΛΑΘΙ ΑΓΟΡΩΝ

Tech-Protect V9 MagSafe 25W Qi 2.2 Car Charger - Black

Tech-Protect V9 MagSafe 25W Qi 2.2 Car Charger - Black
Tech-Protect V9 MagSafe 25W Qi 2.2 Car Charger - Black
Tech-Protect V9 MagSafe 25W Qi 2.2 Car Charger - Black
Tech-Protect V9 MagSafe 25W Qi 2.2 Car Charger - Black
Tech-Protect V9 MagSafe 25W Qi 2.2 Car Charger - Black
Tech-Protect V9 MagSafe 25W Qi 2.2 Car Charger - Black
Tech-Protect V9 MagSafe 25W Qi 2.2 Car Charger - Black
Tech-Protect V9 MagSafe 25W Qi 2.2 Car Charger - Black
Tech-Protect V9 MagSafe 25W Qi 2.2 Car Charger - Black
Tech-Protect V9 MagSafe 25W Qi 2.2 Car Charger - Black
Tech-Protect V9 MagSafe 25W Qi 2.2 Car Charger - Black
Tech-Protect V9 MagSafe 25W Qi 2.2 Car Charger - Black
Tech-Protect V9 MagSafe 25W Qi 2.2 Car Charger - Black
Tech-Protect V9 MagSafe 25W Qi 2.2 Car Charger - Black
Tech-Protect V9 MagSafe 25W Qi 2.2 Car Charger - Black
Tech-Protect V9 MagSafe 25W Qi 2.2 Car Charger - Black
Tech-Protect V9 MagSafe 25W Qi 2.2 Car Charger - Black
34,12€
Χωρίς ΦΠΑ: 27,52€
  • Διαθεσιμότητα: ΠΑΡΑΔΟΣΗ 4-10 ΗΜΕΡΕΣ
  • Κατασκευαστής: Tech-Protect
  • Κωδικός: 5906302352654

ΠΕΡΙΓΡΑΦΗ

Description

The Tech-Protect V9 wireless car charger is an advanced solution that combines MagSafe magnetic technology with ultra-fast 25W Qi2.2 charging. Equipped with active cooling, it effectively lowers the phone's temperature during intensive charging.

Thanks to Qi 2.2 certification, the mount ensures the highest charging efficiency, while the strong MagSafe magnet ensures a secure hold on your phone, even on the most uneven surfaces. The V9 can be mounted on an air vent, dashboard, or windshield, giving you complete freedom in choosing the optimal position.

The advanced ArcticBoost feature is an active cooling system that prevents the device from overheating during long journeys. Two independent buttons allow for separate control of the cooling fan and the striking seven-color LED backlight with smooth color transitions. You can turn the cooling on and off at will, adjust the backlight to suit your mood, or turn it off completely to suit your needs.

Crafted from high-quality materials, the Tech-Protect V9 combines durability with elegant design. It's the perfect solution for those who value technology, performance, and modern style.

* The MagSafe magnetic function only works directly with the phone or with a case with a built-in magnetic eyelet that supports MagSafe.
** To use the inductive charger to its full potential, we recommend connecting it to a car charger with an output power of at least 45W

Product features
  • 100% Original
  • Packed in original packaging
  • Qi2.2 Certificate
  • 25W fast wireless charging
  • Innovative ArcticBoost cooling system
  • LED backlight
  • MagSafe technology
  • Universal installation (air vent + dashboard + windshield)
Specification Model V9 Type Holder with charger and cooling Technology Qi2.2 MagSafe Charging power 25W Entry 15V⎓3A Telephone output 25W Cooling ArcticBoost Backlight LED Material PC, ABS, TPE, TPU, Glass Installation Air vent, dashboard, window Color Black Compatibility Smartphones with MagSafe The set includes

1 × Tech-Protect V9 Wireless Charger Holder

1 × Type-C to Type-C cable 100 cm

2 × Magsafe plate

document.addEventListener('DOMContentLoaded', function() {const accordion = document.querySelector('.fd-accordion');const accordionItems = document.querySelectorAll('.fd-accordion-item');function isInEditor() {if (window.frameElement) return true;if (document.designMode === 'on') return true;if (document.body.contentEditable === 'true') return true;if (window.location.href.includes('/admin')) return true;if (window.location.href.includes('/edit')) return true;if (window.location.href.includes('editor')) return true;if (document.querySelector('[contenteditable="true"]')) return true;if (document.querySelector('.cke_editable, .mce-content-body, .fr-element')) return true;return false;}if (isInEditor()) {return;}accordion.classList.add('js-initialized');accordionItems.forEach((item, index) => {if (index === 0) {item.classList.add('active');} else {item.classList.remove('active');}});// POPRAWKA #2: Event listener na całym elemencie, nie tylko na nagłówkuaccordionItems.forEach(item => {item.addEventListener('click', function(e) {// POPRAWKA #3: Sprawdzenie czy użytkownik zaznaczał tekstconst selection = window.getSelection();if (selection && selection.toString().length > 0) {// Użytkownik zaznaczył tekst - nie przełączaj akordeonureturn;}const isMobile = window.innerWidth