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

Tech-Protect NCA65W-GAN 3-Port 65W Wall Charger - White

Tech-Protect NCA65W-GAN 3-Port 65W Wall Charger - White
Tech-Protect NCA65W-GAN 3-Port 65W Wall Charger - White
Tech-Protect NCA65W-GAN 3-Port 65W Wall Charger - White
Tech-Protect NCA65W-GAN 3-Port 65W Wall Charger - White
Tech-Protect NCA65W-GAN 3-Port 65W Wall Charger - White
Tech-Protect NCA65W-GAN 3-Port 65W Wall Charger - White
Tech-Protect NCA65W-GAN 3-Port 65W Wall Charger - White
Tech-Protect NCA65W-GAN 3-Port 65W Wall Charger - White
Tech-Protect NCA65W-GAN 3-Port 65W Wall Charger - White
Tech-Protect NCA65W-GAN 3-Port 65W Wall Charger - White
Tech-Protect NCA65W-GAN 3-Port 65W Wall Charger - White
Tech-Protect NCA65W-GAN 3-Port 65W Wall Charger - White
Tech-Protect NCA65W-GAN 3-Port 65W Wall Charger - White
Tech-Protect NCA65W-GAN 3-Port 65W Wall Charger - White
Tech-Protect NCA65W-GAN 3-Port 65W Wall Charger - White
Tech-Protect NCA65W-GAN 3-Port 65W Wall Charger - White
Tech-Protect NCA65W-GAN 3-Port 65W Wall Charger - White
15,54€
Χωρίς ΦΠΑ: 12,53€
  • Διαθεσιμότητα: ΠΑΡΑΔΟΣΗ 4-10 ΗΜΕΡΕΣ
  • Κατασκευαστής: Tech-Protect
  • Κωδικός: 5906302336074

ΠΕΡΙΓΡΑΦΗ

Description

The Tech-Protect NCA65W-GAN wall charger is a compact device utilizing modern GaN (gallium nitride) technology, offering 65W of power in a sleek design. With three charging ports, you can simultaneously power your laptop, smartphone, and tablet at full capacity.

Equipped with two Type-C ports and one USB-A port, the charger offers versatility for everyday use. Both Type-C ports deliver a maximum of 65W each with Power Delivery support, perfect for charging MacBook Airs, Ultrabooks, and other modern laptops. The USB-A port offers 60W with Quick Charge 3.0 support, ensuring fast charging of older devices. All three ports can operate simultaneously with intelligent power distribution.

Power Delivery technology with Quick Charge 3.0 automatically recognizes connected devices and adjusts charging parameters to their needs. The minimalist design looks elegant on a desk, and its compact dimensions make the charger an ideal travel companion. The Tech-Protect NCA65W-GAN is a practical solution for those looking for an efficient and convenient charging station for everyday use.

Product features
  • 100% Original
  • Packed in original packaging
  • The latest GaN technology
  • Total output power 65W
  • 3 charging ports
  • Supports Power Delivery and Quick Charge 3.0
  • Advanced power distribution system between ports
  • Compact design
  • Multi-level protection and advanced security
  • Universal compatibility with all devices
Specification Model NCA65W-GAN Technology GaN (Gallium Nitride) Total power 65W Max Entry 100-240V 50/60Hz 1.5A Max Type-C1 output 5V⎓3A, 9V⎓3A, 12V⎓3A, 15V⎓3A, 20V⎓3.25A (65W Max) Type-C2 output 5V⎓3A, 9V⎓3A, 12V⎓3A, 15V⎓3A, 20V⎓3.25A (65W Max) USB-A output 5V⎓3A, 9V⎓3A, 12V⎓3A, 20V⎓3A (60W Max) Output C1+C2 45W + 20W C2+USB-A output 5V⎓3A (15W Max) Output C1+(C2+USB-A) 45W + 15W Color White Ports 2 x Type-C, 1 x USB-A Dimensions 89.1 × 43.7 × 31.7 mm The set includes

1 × Tech-Protect NCA45W-GAN AC Charger

1 × USB-C to USB-C Cable 100cm (27W, 9V/3A, Version 2.0)

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');}});accordionItems.forEach(item => {item.addEventListener('click', function(e) {const isMobile = window.innerWidth