UGREEN CM332 3-in-1 HDMI 1.4 Switch 4K - Ugreen | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Ugreen

UGREEN CM332 3-in-1 HDMI 1.4 Switch 4K

SKU: CM332-80125
R 369.00
In Stock

Quick Specs

Free shipping over R 3 450.00
Secure checkout
14-day returns
Expert support

Frequently Bought Together

Quick Specs

  • Expands a single HDMI port to connect up to three devices.
  • Delivers sharp, clear visuals with 4K @ 30Hz resolution support.
  • Eliminates constant swapping of HDMI cables, saving time and effort.
  • Maintains signal integrity for uninterrupted viewing.
  • Offers plug-and-play simplicity for immediate use.

Declutter Your Entertainment Hub with a 4K HDMI Switcher

Tired of constantly swapping HDMI cables to switch between your gaming console, streaming device, and Blu-ray player? The UGreen 3-in-1 HDMI Switch simplifies your setup by allowing you to connect up to three HDMI sources to a single display. Enjoy a streamlined entertainment experience without the cable clutter with this 4K HDMI Switcher.

Seamless 4K Visuals with our HDMI Switcher

Experience your favourite content in stunning detail. This HDMI Switcher supports resolutions up to 4K @ 30Hz, ensuring sharp, vibrant visuals for gaming, movies, and more. Immerse yourself in a world of clarity and colour. It also functions as a 4K HDMI Splitter, by splitting the signal across displays.

Effortless Switching

Switching between devices is a breeze. The UGreen HDMI Switch provides seamless transitions between connected sources, eliminating the need to constantly plug and unplug cables. Enjoy uninterrupted entertainment with the push of a button (button not included, select models only).

Broad Compatibility

This HDMI Switcher is compatible with a wide range of HDMI-enabled devices, including gaming consoles (PlayStation, Xbox, Nintendo Switch), streaming devices (Apple TV, Chromecast, Roku), Blu-ray players, and more. Enjoy versatile connectivity for all your entertainment needs.

Built to Last

Crafted with high-quality materials and advanced circuitry, the UGreen HDMI Switch is built for reliable performance and long-lasting durability. Invest in a solution that will stand the test of time, providing seamless HDMI switching for years to come.

FEATURES:

  • Expand connectivity by connecting up to three HDMI source devices to a single HDMI display.
  • Enjoy crystal-clear visuals with support for up to 4K @ 30Hz resolution.
  • Eliminate the hassle of constantly swapping HDMI cables between devices.
  • Experience seamless transitions between connected sources for uninterrupted entertainment.
  • Maintain optimal signal quality for reliable performance.
  • Instantly use with a simple plug-and-play setup, requiring no additional drivers or software.
  • Benefit from broad compatibility with a wide range of HDMI-enabled devices.

SPECIFICATIONS:

  • Colour: Black
  • Interface: HDMI 1.4 x1 (input), HDMI 1.4 x3 (Output)
  • Resolution Support: Up to 4K @ 30Hz

WHAT'S IN THE BOX:

  • UGreen CM332 3-in-1 HDMI 1.4 Switch 4K - Black x1
  • Remote Control x1

Why UGreen

UGreen is committed to providing high-quality, reliable connectivity solutions for your home and office. With a focus on innovation and customer satisfaction, UGreen products are designed to enhance your digital lifestyle. Trust UGreen for seamless performance and lasting value, backed by local South African support. Our HDMI Switcher range is known for its reliability and performance.

Brand Ugreen
Colour Black
Form Factor -
Interface -
Capacity -
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty 24 Months
0.0
0 reviews
Login to Review

No reviews yet. Be the first to review this product!

Related Products

Hot
HDCVT HDMI1.4 70m Extender with IR
HDCVT

HDCVT HDMI1.4 70m Extender with IR

R 749.00

In Stock

UGREEN 4K@60Hz HDMI KVM Switch (2 In 1 Out)-Grey
Ugreen

UGREEN 4K@60Hz HDMI KVM Switch (2 In 1 Out)-Grey

R 1 499.00

Out of Stock

UGREEN Sharing Switch Box 2-in-4 Out
Ugreen

UGREEN Sharing Switch Box 2-in-4 Out

R 779.00

In Stock

// Share product with fallback // 2026-05-22: rewritten. Old version had three bugs: // 1) Copy Link button used `this.textContent='Copied!'` which destroyed the // icon (textContent replaces everything). After clicking, the link icon // disappeared. // 2) Inline onclick handlers had nested \x27-escaped strings interpolating // `url` directly — if the URL contained a single quote the JS broke. // 3) Close button used `this.closest('div[style]').parentElement.remove()` // — fragile, depends on no inline style elsewhere in the DOM tree. // New version: build with DOM nodes, attach proper event listeners, keep the // icon, gracefully handle clipboard failure, use a held reference to close. function shareProduct() { var title = document.querySelector('.product-title').textContent; var url = window.location.href; if (navigator.share) { navigator.share({ title: title, url: url }).catch(function() {}); return; } // Fallback: show share options modal var modal = document.createElement('div'); modal.style.cssText = 'position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;'; var encoded = encodeURIComponent(url); var encodedTitle = encodeURIComponent(title); var content = document.createElement('div'); content.style.cssText = 'background:#fff;border-radius:12px;padding:24px;max-width:360px;width:100%;text-align:center;'; content.innerHTML = '

Share this product

' + '
' + ' Facebook' + ' WhatsApp' + ' Email' + '
' + '' + '
'; modal.appendChild(content); function closeModal() { if (modal.parentNode) modal.parentNode.removeChild(modal); } modal.addEventListener('click', function(e) { if (e.target === modal) closeModal(); }); content.querySelector('[data-action="close-modal"]').addEventListener('click', closeModal); var copyBtn = content.querySelector('[data-action="copy-link"]'); var copyLabel = copyBtn.querySelector('.btn-label'); copyBtn.addEventListener('click', function() { function flashLabel(text) { var prev = copyLabel.textContent; copyLabel.textContent = text; setTimeout(function() { copyLabel.textContent = prev; }, 1800); } if (navigator.clipboard && navigator.clipboard.writeText) { navigator.clipboard.writeText(url) .then(function() { flashLabel('Copied!'); }) .catch(function() { flashLabel('Press Ctrl+C'); }); } else { // Legacy browser fallback — execCommand still works on http: contexts var ta = document.createElement('textarea'); ta.value = url; ta.style.position = 'fixed'; ta.style.opacity = '0'; document.body.appendChild(ta); ta.select(); try { document.execCommand('copy'); flashLabel('Copied!'); } catch (e) { flashLabel('Press Ctrl+C'); } document.body.removeChild(ta); } }); document.body.appendChild(modal); }
Chat with us!