Wireless Charging Station, 3 in 1 Fast Wireless Charger for iPhone 15 14 13 12 11 Pro Max/X Charging Station for Multiple Devices for Apple Watch Ultra SE 8 7 6 5 4 3 2 for AirPods

$39.99
Quantity
Description
Why Choose our GPED 3 in 1 Wireless Charger? No longer need a lot of wires! The 3 in 1 wireless charging station can reduce your charging cable on your desk for different devices, only need one cable, save place and look neatly. Charge your Phone, AirPods, and Apple Watch at the same time. Also using the phone dock as a stand, Interact with your phone and enjoy movies at any position, also keep track of messages while practicing. Compared with the magsafe-mode earphone charging mode, the Airpods charging port mode is more convenient, not limited to airpods devices that only support wireless charging, saving the trouble of removing protective cover while charging.
【Case Friendly】Our plug-in phone charging station is specially designed for charging with a case. Plug-in charging station is suitable for mobile phone cases of different thickness and also save you the trouble of removing the case while charging. 【Better Compatibility】3 in 1 charging station have greater compatibility than general wireless charger.The plug-in charging station is specially designed for iPhone all series,such for iPhone 14/14 Pro/14 Pro Max/13/13 Pro/13 Pro Max/13 mini/12/12 Pro/12 Pro Max/12 mini/11/11 Pro/11 Pro Max/XS/XR/XS MAX/X/8/8Plus/7/7s/6/6s /5/5s & for AirPods 1/2/3/Pro.Wireless charging for Apple iWatch 8/7/6/5/4/3/2/SE/Ultra (Note: only for Apple products). 【Charges 1.4 Times Faster】Equipped with Safety certified 18W adapter,it only takes 2-3h to fully charge your device. Our plug-in charging station charges 1.4 times faster than other wireless chargers.Our charging station provides temperature control,over-voltage protection,short circuit protection with Smart Protection Technology,which ensure safe and fast charging your devices.The charging interface design lets you never worry about it getting hot like a wireless charging station. 【No mess cable to charge】3-in-1 charging station charges for iPhone,for Apple Watch ,for Airpods with just one cable, no more other cables needed, simplifying your living space. 【What You'll Get】3-in-1 fast charging station *1, Type-C Power Cable *1, 18W adapter *1, user manual *1. Each item we sent to you has gone through a series of quality inspection processes. If you have any questions, please contact us and we'll provide you with a satisfied solution.
Customer Reviews

Here are what our customers say.

Write a Review
Customer Reviews
Wow you reached the bottom
Newest
Most liked
Highest ratings
Lowest ratings
×
class SpzCustomFileUpload extends SPZ.BaseElement { constructor(element) { super(element); this.uploadCount_ = 0; this.fileList_ = []; } buildCallback() { this.action = SPZServices.actionServiceForDoc(this.element); this.registerAction('upload', (data) => { this.handleFileUpload_(data.event?.detail?.data || []); }); this.registerAction('delete', (data) => { this.handleFileDelete_(data?.args?.data); }); this.registerAction('preview', (data) => { this.handleFilePreview_(data?.args?.data); }); this.registerAction('limit', (data) => { this.handleFileLimit_(); }); this.registerAction('sizeLimit', (data) => { this.handleFileSizeLimit_(); }); } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } setData_(count, file) { this.uploadCount_ = count; this.fileList_ = file; } handleFileUpload_(data) { data.forEach(i => { if(this.fileList_.some(j => j.url === i.url)) return; this.fileList_.push(i); }) this.uploadCount_++; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileUpload", { count: this.uploadCount_, files: this.fileList_}); if(this.fileList_.length >= 5){ document.querySelector('#review_upload').style.display = 'none'; } if(this.fileList_.length > 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '8px'; } } handleFileDelete_(index) { this.fileList_.splice(index, 1); this.uploadCount_--; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileDelete", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; if(this.fileList_?.length === 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '132px'; } } handleFilePreview_(index) { const finalPreviewData = this.fileList_[index]; const filePreviewModal = document.getElementById('filePreviewModal'); const fullScreenVideo = document.getElementById('fullScreenVideo'); const fullScreenImage = document.getElementById('fullScreenImage'); const previewModalClose = document.getElementById('previewModalClose'); const previewLoading = document.getElementById('previewLoading'); filePreviewModal.style.display = 'block'; previewLoading.style.display = 'flex'; if(finalPreviewData?.type === 'video'){ const media = this.mediaParse_(this.fileList_[index]?.url); fullScreenVideo.addEventListener('canplaythrough', function() { previewLoading.style.display = 'none'; }); fullScreenImage.src = ''; fullScreenImage.style.display = 'none'; fullScreenVideo.style.display = 'block'; fullScreenVideo.src = media.mp4 || ''; } else { fullScreenImage.onload = function() { previewLoading.style.display = 'none'; }; fullScreenVideo.src = ''; fullScreenVideo.style.display = 'none'; fullScreenImage.style.display = 'block'; fullScreenImage.src = finalPreviewData.url; } previewModalClose.addEventListener('click', function() { filePreviewModal.style.display = 'none'; }); } handleFileLimit_() { alert(window.AppReviewsLocale.comment_file_limit || 'please do not upload files more than 5'); this.triggerEvent_("handleFileLimit"); } handleFileSizeLimit_() { alert(window.AppReviewsLocale.comment_file_size_limit || 'File size does not exceed 10M'); } clear(){ this.fileList_ = []; this.uploadCount_ = 0; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleClear", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; } mediaParse_(url) { var result = {}; try { url.replace(/[?&]+([^=&]+)=([^&]*)/gi, function (str, key, value) { try { result[key] = decodeURIComponent(value); } catch (e) { result[key] = value; } }); result.preview_image = url.split('?')[0]; } catch (e) {}; return result; } triggerEvent_(name, data) { const event = SPZUtils.Event.create(this.win, name, data); this.action.trigger(this.element, name, event); } } SPZ.defineElement('spz-custom-file-upload', SpzCustomFileUpload);
The review would not show in product details on storefront since it does not support to.