DIKTOOK Non-Contact Digital Infrared Forehead Thermometer for Adults Kids Baby Body
DIKTOOK Non-Contact Digital Infrared Forehead Thermometer for Adults Kids Baby Body
DIKTOOK Non-Contact Digital Infrared Forehead Thermometer for Adults Kids Baby Body
DIKTOOK Non-Contact Digital Infrared Forehead Thermometer for Adults Kids Baby Body
DIKTOOK Non-Contact Digital Infrared Forehead Thermometer for Adults Kids Baby Body

DIKTOOK Non-Contact Digital Infrared Forehead Thermometer for Adults Kids Baby Body

$15.99
$0.00
-$-15.99
Quantity
Free worldwide shipping
Free returns
Sustainably made
Secure payments
Vendor by: DIKTOOK
SKU: US-DIK-SCEWQ

DIKTOOK Non-Contact Digital Infrared Thermometer with LCD Display for Instant Accurate °F/°C Reading thermometer for adults
3 Step for Using Our Non-contact Forehead Thermometer!
1.Aim the thermometer at the center of the forehead from less than 3cm.
2.Press the button to begin the measurement.
3.The thermometer screen will automatically displays the result in 1 second.
Product Information:
Measure Distance:3cm-5cm
Temperature Range:34°C-42.9°C(93.2°F-109.2°F)
Batteries:2*AAA Batteries(Inportant Note:Please pay attention to the positive and negative electrodes of the battery)
Fever Alarm: Over 38°C (100.4°F),it gives “beep.beep.beep “ as an indication.
Records Maximum: 20 testing records
"LO" Display:"LO" display when human body or object is lower than their own minimum measurement temperature
"HI" Display:"HI" display when human body or object is higher than their own maximum measurement temperature
Packaging:1 x The Non-touch Infrared Thermometer, 1 x User Manual(Batteries are not included)

  • Non-contact Measuring: Non-contact Digital infrared technology reads from forehead with no physical contact, prevents cross-infection between multiple peoples. Measurement Distance: 0.4-1.96 inch.
  • Fast & Accurate:This thermometer equipped with the advanced infrared technology and high precision sensor reads fast, it only takes 1 seconds to read the temperature. The accuracy of temperature measurement is within 0.2 ℃.
  • Multiple Measurement Modes: This infrared thermometer can measure body temperature and the temperature of objects or liquids. Press and hold the set button for 3 seconds, then press the "Set" to switch between ℃ and ℉.
  • Intelligent:Automatic memory of 20 sets of measurements, LCD backlight has 3 different colors according to temperature, and abnormal temperature is accompanied by warning sound.
  • Multifunctional:The temporal thermometer is designed for all ages, adults, babies and elders. In addition to measuring forehead, it can also measure room, object, and liquids temperature. Great choice for families, nursery, hotels, school
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.