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" } |