Multifunctional Portable Car Tire Pump

$74.57
Size:  Wireless--Digital Display
Quantity
Free shipping over $49.99USD
10% off CODE: 1ST10
In stock, ready to ship
Secure payments
Description

Product Description

Material: ABS

Current: 12v

Voltage: 12v

Power: 120W

Specifications: Wireless--Digital Display

Type: Single Cylinder

Additional Functions: Lighting, Tire Pressure Gauge, Warning Light, USB Charging

Air Pressure Flow: 40L/min

Continuous Working Time: 5-20 Minutes

Display Type: Digital Display

Inflation Speed: Conventional Inflation

【Tire Inflator Portable Air Compressor】

Acmount portable air pump design, compact and wireless, provides you with great convenience of use. Built-in 150PSI air pump, it only takes 1 minute to quickly inflate car tires from 29PSI to 36PSI, which is very suitable for inflating car, motorcycle, bicycle tires and sports equipment such as basketball, football, swimming on the road. Ring

Note: Acmount tire inflator is not suitable for air cushions, paddle boards or heavy tires.


[4+ Inflating Modes]

Acmount portable air compressor provides 4+ inflation modes (car/motorcycle/bicycle/basketball/customer inflation mode), unlike other inflation modes, the custom mode is not limited by air pressure. In the custom mode, you can set the air pressure as needed, up to 150PSI

4 different nozzles can also be used for motorcycles, bicycles, basketballs and swimming rings, etc. 3 optional unit switches (PSI, Bar, Kpa), detachable extension air tube, convenient.


[Battery Power Pack and LED Light]

Acmount Car Tire Inflator Portable provides power for your mobile phones, tablets and other devices. (Note: adapter not included) With dual USB output ports. Press the air pump light button to switch between 3 LED light modes (flashlight, SOS, strobe)

For camping, outdoor, emergency and travel, it will be a part of life. This tire inflator air compressor is designed with an automatic shutdown function to prevent accidental touch and save electricity.


[More features you want to know]

Acmount portable tire air pump has a tire pressure preset function. When the inflation reaches the preset value, the inflator will automatically stop inflating. Digital pressure gauge allows you to easily detect tire pressure

The LED display helps you get all the information you need, such as battery power, inflation mode, accurate air pressure readings, so you can see at a glance. And the one button control option design allows you to select the mode with just one click.


【After-sales advice】

If the inflation time exceeds 10 minutes, please rest for 10 minutes before the second inflation so that the inflator can cool down and do the work better

If it is not used for a long time, it is recommended to charge the inflator every 2-3 months to keep the car inflator battery in a healthy state.


The package contains 1 tire inflator, 1 anti-scalding high-pressure hose, 4 gas nozzles, 1 USB-C charging cable, 1 user manual


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.