FitTrend
Self-improvement through automated tracking and self-discovery!
FitTrendคืออะไร?
FitTrend เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.fittrend.com และคุณลักษณะหลักของมันคือ "Self-improvement through automated tracking and self-discovery!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FitTrend
ดาวน์โหลดไฟล์ส่วนขยาย FitTrend ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
FitTrend is more than just another fitness tracker app. FitTrend strives to help you achieve a healthy lifestyle by focusing on self improvement and well-being through automated journaling, social features, and features to track and trend your progress. FitTrend supports many watches, scales, trackers, and more to take the manual work out of maintaining and updating your journal. As a result, FitTrend can quickly and easily show all of your data in one place for you to explore, visualize, and share with friends. Whether you go it alone or team up with others, FitTrend wants to make your personal journey fun and help you exceed your health and lifestyle goals!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | FitTrend |
ID | iccphodnihffccfhnonkhcjjhjjknkmd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fittrend/iccphodnihffccfhnonkhcjjhjjknkmd |
คำอธิบาย | Self-improvement through automated tracking and self-discovery! |
ขนาดไฟล์ | 48.17 KB |
จำนวนการติดตั้ง | 502 |
เวอร์ชันปัจจุบัน | 3.0.3 |
อัปเดตครั้งล่าสุด | 2023-11-16 |
วันที่เผยแพร่ | 2013-05-09 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://www.fittrend.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
เว็บไซต์ส่วนขยาย | https://www.fittrend.com/ |
URL หน้าช่วยเหลือ | https://www.fittrend.com/support/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.fittrend.com/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FitTrend", "author": "FitTrend LLC", "version": "3.0.3", "manifest_version": 3, "action": { "default_icon": { "16": "fittrend-logo-512-favicon.png", "32": "fittrend-logo-512-favicon.png", "64": "fittrend-logo-512-favicon.png", "128": "fittrend-logo-512-favicon.png", "256": "fittrend-logo-512-favicon.png", "512": "fittrend-logo-512-favicon.png" }, "default_title": "FitTrend", "default_popup": "popup.html" }, "description": "Self-improvement through automated tracking and self-discovery!", "icons": { "16": "fittrend-logo-512-favicon.png", "32": "fittrend-logo-512-favicon.png", "64": "fittrend-logo-512-favicon.png", "128": "fittrend-logo-512-favicon.png", "256": "fittrend-logo-512-favicon.png", "512": "fittrend-logo-512-favicon.png" }, "background": { "service_worker": "background.js" }, "permissions": [], "host_permissions": [ "https:\/\/*.fittrend.com\/*" ], "short_name": "FitTrend" } |