FitTrend

Self-improvement through automated tracking and self-discovery!

FitTrend là gì?

FitTrend là một tiện ích mở rộng Chrome được phát triển bởi https://www.fittrend.com, và tính năng chính của nó là "Self-improvement through automated tracking and self-discovery!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng FitTrend

Tải xuống các tệp mở rộng FitTrend dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FitTrend FitTrend
ID iccphodnihffccfhnonkhcjjhjjknkmd
URL Chính Thức https://chromewebstore.google.com/detail/fittrend/iccphodnihffccfhnonkhcjjhjjknkmd
Mô tả Self-improvement through automated tracking and self-discovery!
Kích Thước Tệp 48.17 KB
Số Lần Cài Đặt 502
Phiên Bản Hiện Tại 3.0.3
Cập Nhật Lần Cuối 2023-11-16
Ngày Phát Hành 2013-05-09
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://www.fittrend.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.fittrend.com/
URL Trang Trợ Giúp https://www.fittrend.com/support/
URL Trang Chính Sách Bảo Mật https://www.fittrend.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
}