-
-
-
-
-
-
-
7 VIDEOS
-

Product Operation Video for Nomos 5-in-1 Desktop ChargerBaseus Brand Store
Image Unavailable
Image not available for
Color:
Color:
-
-
-
- To view this video download Flash Player
Baseus Nomos 5-in-1 Charging Station 140W, Qi2 Certified 15W Magnetic Wireless Charger with 100W Retractable Cable, GaN Fast USB C Desktop Charger for Magsafe, iPhone 16/15 Pro Max, MacBook Pro
100+ bought in past month
$99.99 with 33 percent savings -33% $99.99
List Price: $149.99 List Price: $149.99$149.99
The List Price is the suggested retail price of a new product as provided by a manufacturer, supplier, or seller. Except for books, Amazon will display a List Price if the product was purchased by customers on Amazon or offered by other retailers at or above the List Price in at least the past 90 days. List prices may not necessarily reflect the product's prevailing market price.
Learn more
Learn more
FREE International Returns
Return this item for free
Free returns are available for the shipping address you chose. You can return the item for any reason in new and unused condition: no return shipping charges.
Learn more about free returns. How to return the item?
- Go to your orders and start the return
- Select your preferred free shipping option
- Drop off and leave!
No Import Fees Deposit & $11.48 Shipping to Singapore Details
Shipping & Fee Details
Price | $99.99 | |
AmazonGlobal Shipping | $11.48 | |
Estimated Import Fees Deposit | $0.00 | |
| ||
Total | $111.47 |
Sales taxes may apply at checkout
when you buy 1 select item(s) How to claim
when you buy 1 select item(s) How to claim
Style:
140W
{"desktop_buybox_group_1":[{"displayPrice":"$99.99","priceAmount":99.99,"currencySymbol":"$","integerValue":"99","decimalSeparator":".","fractionalValue":"99","symbolPosition":"left","hasSpace":false,"showFractionalPartIfEmpty":true,"offerListingId":"eBwDLn%2FCkymj0vgRoQJJ1%2FOluKhsi8fQBdxuSbdBomDJjoqDYb%2FeSmeqgc6SK4JELMUYSyYA4AzMQRMy%2F7QnPZlMYV4qBV%2B8MzBn6mCKclsRJseSCwus4in8TBZqCfKm%2F1vWiiMLuuiCiGtZahNNsDJlkTUSyEeL8Szzt4Hm3IGsG4MCUh%2FliQ5tg%2B8hl4CO","locale":"en-US","buyingOptionType":"NEW","aapiBuyingOptionIndex":0}]}
Purchase options and add-ons
Brand | Baseus |
Connectivity Technology | USB |
Connector Type | USB Type C |
Compatible Devices | Laptops |
Compatible Phone Models | iPhone 16/iPhone 16 Pro/iPhone Pro Max/iPhone 15/iPhone 14/iPhone 13/iPhone 12 series |
Included Components | User Manual, 1*Baseus Nomos 5-in-1 Charging Station 140W with 100W Retractable Cable, 1*5ft Detachable Power Cord See more |
Special Feature | LCD Display, 140W PD3.1 Fast Charging, Magsafe Compatible, Multi Device Charging, 15W Wireless Charging See more |
Color | Black |
Input Voltage | 240 Volts |
Amperage | 5 Amps |
About this item
- Wired & Wireless Versatility: Supports the Qi2 certified 15W wireless charging for iPhone and 140W PD3.1 USB-C super fast charging. The versatile fast charging solution brings you flexibility and efficiency, significantly boost your productivity.
- 5-in-1 Desktop Charging Station: With 2 USB-C ports, 1 USB-A port, 1 built-in 100W retractable USB-C cable, plus Qi2-certified Magsafe wireless charger, allows you to charge up to 5 devices at the same time, render you more space and a cleaner table. Note: The USB-C ports may not compatible with some Samsung phones (e.g. Samsung S23U, S24, Galaxy Z fold, etc.)
- Clutter-free Charging: The charger's compact design with a built-in 100W retractable USB-C Cable that has been tested for over 10,000 pull tests, ensuring its durability and longevity, and can neatly retracts into the unit when not in use, helping to maintain a tidy workspace in both office and home settings.
- Instant Power Feedback: The LCD display allows you to monitor the charging status in real time, providing visual feedback on charging speed and power allocation of each port.
- Adjustable Stand: The magnetic plate can be freely folded up to 60° and adjust height up and down that adapts to your iPhone 16/15 Pro Max, the strong magnetic attraction allows your iPhone rotate 360° to further conveniently access videos and conferences while charging without slipping off.
- Qi2 Certified 15W Wireless Charging: Immerse in dependable 15W ultra-fast wireless charging for iPhones thanks to Qi2 certification, delivering twice the charging speed compared to the previous generation, ensuring your devices are charged securely and swiftly. (Android phones only can achieve 5W wireless charging.)
Similar item to consider
Frequently bought together

This item: Baseus Nomos 5-in-1 Charging Station 140W, Qi2 Certified 15W Magnetic Wireless Charger with 100W Retractable Cable, GaN Fast USB C Desktop Charger for Magsafe, iPhone 16/15 Pro Max, MacBook Pro
$99.99$99.99
Get it as soon as Monday, Jun 16
In Stock
$38.49$38.49
Get it as soon as Monday, Jun 16
In Stock
$39.99$39.99
Get it as soon as Monday, Jun 16
In Stock
Total price: $00$00
To see our price, add these items to your cart.
Try again!
Added to Cart
Add all 3 to Cart
Choose items to buy together.
4 stars and above
'; var HEADER_STRING = "Leave feedback"; if (false) { HEADER_STRING = "Ad information and options"; } var modalInstance = AM.create(trigger, { 'content': initialContent, 'header': HEADER_STRING, 'popoverLabel': HEADER_STRING, 'name': modalName }); modalInstance.show(); var serializedPayload = generatePayload(modalName); A.$.ajax({ url: "/af/multi-creative/feedback-form", type: 'POST', data: serializedPayload, headers: { 'Content-Type': 'application/json', 'Accept': 'application/json'}, success: function(response) { if (!response) { return; } modalInstance.update(response); var successMetric = DESKTOP_METRIC_PREFIX + ":formDisplayed"; if (window.ue && window.ue.count) { window.ue.count(successMetric, (window.ue.count(successMetric) || 0) + 1); } }, error: function(err) { var errorText = 'Feedback Form get failed with error: ' + err; var errorMetric = DESKTOP_METRIC_PREFIX + ':error'; P.log(errorText, 'FATAL', DESKTOP_METRIC_PREFIX); if (window.ue && window.ue.count) { window.ue.count(errorMetric, (window.ue.count(errorMetric) || 0) + 1); } modalInstance.update('' + "Error loading ad feedback form." + ''); } }); return modalInstance; } function removeModalOnClose (modalName) { A.on('a:popover:afterHide:' + modalName, function removeModal () { var isSuccess = AM.remove(modalName); if(isSuccess) { document.getElementById("sp_detail_thematic-highly_rated_feedbackMessage").focus(); } }); } function generatePayload(modalName) { var carousel = CF.getCarousel(document.getElementById("sp_detail_thematic-highly_rated")); var EMPTY_CARD_CLASS = "a-carousel-card-empty"; if (!carousel) { return; } var adPlacementMetaData = carousel.dom.$carousel.context.getAttribute("data-ad-placement-metadata"); var adDetailsList = []; if (adPlacementMetaData == "") { return; } carousel.dom.$carousel.children("li").not("." + EMPTY_CARD_CLASS).each(function (idx, item) { var divs = item.getElementsByTagName("div"); var adFeedbackDetails; for (var i = 0; i < divs.length; ++i) { if (divs[i].getAttribute("data-adfeedbackdetails")) { adFeedbackDetails = divs[i].getAttribute("data-adfeedbackdetails"); break; } } if (!adFeedbackDetails) { return; } if (adFeedbackDetails != "" && adFeedbackDetails != null) { adDetailsList.push(JSON.parse(adFeedbackDetails)); } }); var payload = { adPlacementMetaData: JSON.parse(adPlacementMetaData), adCreativeMetaData: { adCreativeDetails: adDetailsList }, feedbackFormContainerId: modalName }; var serializedPayload = { pl: encodeURI(JSON.stringify(payload)) }; return JSON.stringify(serializedPayload); } }); }));
Page 1 of 1Start over