Description
Price: $18.99
(as of Apr 25, 2024 11:13:41 UTC – Details)
From the brand
Choiknbo has focused on the development of wearable technologies that seamlessly combine fashion with health monitoring.
Starting from life, we combine product with differentlifestyles to create a textured, stylish, simple and multi-functional smart watch for you.
Smart Watch
Call and Mesaages Notificatio: Smart watch for android phones will vibrate to remind you when your smartphone receives call notification, SMS and APP messages (WhatsAPP, Facebook, Messenger, Instagram) so you don’t miss every message.
1.69 Inch Full Touch Screen: This smart watch for android compatible features a 1.69 inch TFT-LCD color display for outstanding HD quality. Zinc alloy case and silicone strap, make you more comfortable to wear. You can choose from140 + personalized watch faces, or set your favorite photo from your phone as a watch face.
24 Hours Health Monitoring: This smart watch for man women features real-time heart rate monitoring,pressure monitoring, exercise recording and sleep monitoring, accurately records all-day activities such as steps, calories burned a fitness watch to monitor your health at all times.
IP68 Waterproof: This activity trackers and smartwatche is designed with IP68 waterproof rating, so you can have no worries when washing your hands or swimming in the pool.At the same time, this fitness trackers for women man has 8 sports modes include walking, running. cycling, skipping, badminton, basketball, football, swimming.
Product Dimensions | 17.5 x 15 x 3.9 inches |
---|---|
Item Weight | 1.62 ounces |
ASIN | B09Q5SSYFH |
Batteries | 1 Lithium Polymer batteries required. (included) |
Customer Reviews | 4.1 out of 5 stars |
Best Sellers Rank | #3,321 in Electronics (See Top 100 in Electronics) #95 in Smartwatches |
Connectivity technologies | USB |
GPS | True |
Special features | Heart Rate Monitor |
Display technology | LCD |
Other display features | Wireless |
Human Interface Input | Touchscreen |
Color | Black |
Whats in the box | 5.1 Bluetooth |
Department | mens, womens |
Manufacturer | Choiknbo |
Country of Origin | China |
Date First Available | February 8, 2022 |
Weight | 0.1 Pounds |
Standing screen display size | 1.69 Inches |
Memory Storage Capacity | 64 MB |
Warranty & Support
Feedback
Choiknbo Smart Watch, Fitness Tracker SmartWatch for Android/iOS Phones, 1.69″ Full Touch Screen with Heart Rate Sleep, Step Counter, IP68 Waterproof Smart Watches for Man/Women
Share:
Found a lower price? Let us know. Although we can’t match every price reported, we’ll use your feedback to ensure that our prices remain competitive.
Where did you see a lower price?
\n’ +
‘
‘
);
}
function getThankYouDiv(thankMsg) {
return (
‘
‘
thankMsg +
‘
\n’ +
‘
‘
);
}
function getLoadingGifDiv() {
return ‘‘;
}
function isValidUrl(url) {
if (!url) {
return false;
}
var encodedUrl = encodeURI(url);
return encodedUrl.match(
/^(https?:\/\/)?(([a-z0-9-]|%[A-F0-9]{2})+\.)+(([a-z]|%[A-F0-9]{2})([a-z0-9]|%[A-F0-9]{2})*)(:[0-9]+)?(\/[a-z0-9;:,~!+#@&=%\/$\.?_-]+)?$/
);
}
function isNumericPrice(price) {
if (!price) {
return false;
}
return price.match(/^([0-9]+\.?[0-9]*)$|^([0-9]*\.[0-9]+)$/);
}
function isEmptyValue(input) {
return !input || input.length === 0 || input.match(/^\s*$/);
}
function truncate(input, length) {
if (!input) {
return ”;
} else {
return input.substr(0, length);
}
}
function formatDate(year, date, month) {
return year + ‘-‘ + month + ‘-‘ + date;
}
function trim(input) {
if (!input) {
return ”;
} else {
return input.trim();
}
}
function resetModalToInitialState(currentMonth, currentDate, currentYear) {
var enableOnlineStoreRadio = document.querySelector(‘#pricingFeedback_onlineRadio’);
var enableOfflineStoreRadio = document.querySelector(‘#pricingFeedback_offlineRadio’);
var onlineStoreInputForm = document.querySelector(‘#pricingFeedback_onlineInput’);
var offlineStoreInputForm = document.querySelector(‘#pricingFeedback_offlineInput’);
var onlineUrl = document.querySelector(‘#onlineUrl’);
var onlinePriceRaw = document.querySelector(‘#onlinePriceRaw’);
var onlineShippingRaw = document.querySelector(‘#onlineShippingRaw’);
var onlineDay = document.querySelector(‘#onlineDay’);
var onlineMonth = document.querySelector(‘#onlineMonth’);
var onlineYear = document.querySelector(‘#onlineYear’);
var onlineCalendar = document.querySelector(‘#onlineCalendar’);
var note1 = document.querySelector(‘#note1’);
var offlineStoreName = document.querySelector(‘#offlineStoreName’);
var offlineCity = document.querySelector(‘#offlineCity’);
var offlineState = document.querySelector(‘#offlineState’);
var offlinePriceRaw = document.querySelector(‘#offlinePriceRaw’);
var offlineDay = document.querySelector(‘#offlineDay’);
var offlineMonth = document.querySelector(‘#offlineMonth’);
var offlineYear = document.querySelector(‘#offlineYear’);
var offlineCalendar = document.querySelector(‘#offlineCalendar’);
var thankYouDiv = document.querySelector(‘#pricingFeedback_thank’);
var errorDiv = document.querySelector(‘#pricingFeedback_error’);
var submitButton = document.querySelector(‘#pricingFeedback_submit’);
var loadingGifDiv = document.querySelector(‘#loading’);
var stateDefaultOption = document.querySelector(‘#stateDefaultOption’);
var stateDefaultPrompt = document.querySelector(‘#stateDefaultPrompt’);
var offlineStateMain = document.querySelector(‘#offlineStateMain’);
if (thankYouDiv) {
thankYouDiv.innerHTML = ”;
}
if (errorDiv) {
errorDiv.innerHTML = ”;
}
if (loadingGifDiv) {
loadingGifDiv.innerHTML = ”;
}
if (submitButton) {
submitButton.style.display = ‘block’;
}
onlineUrl.value = ”;
onlinePriceRaw.value = ”;
onlineShippingRaw.value = ”;
offlineStoreName.value = ”;
offlineCity.value = ”;
offlineState.value = ”;
offlinePriceRaw.value = ”;
stateDefaultOption.innerHTML = $(“#selectProvince”).val();
stateDefaultPrompt.innerHTML = $(“#selectProvince”).val();
setInitialStates(
onlineMonth,
currentMonth,
offlineMonth,
onlineDay,
currentDate,
offlineDay,
onlineYear,
currentYear,
offlineYear,
onlineStoreInputForm,
offlineStoreInputForm,
enableOfflineStoreRadio,
enableOnlineStoreRadio,
onlineCalendar,
offlineCalendar,
offlineStateMain,
offlineState,
note1
);
}
});