FitTrend

Self-improvement through automated tracking and self-discovery!

FitTrend란 무엇입니까?

FitTrend은(는) https://www.fittrend.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Self-improvement through automated tracking and self-discovery!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

FitTrend 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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