FitTrend
Self-improvement through automated tracking and self-discovery!
什麼是FitTrend?
FitTrend是由https://www.fittrend.com開發的Chrome擴展程式,該擴展的主要功能是“Self-improvement through automated tracking and self-discovery!”。
擴展截圖
下載FitTrend擴展crx文件
下載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 |
官方網址 | 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" } |