Step Tracker

Quickly see your daily step progress!

Step Tracker란 무엇입니까?

Step Tracker은(는) https://timleland.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly see your daily step progress!"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        A quick way to see your daily steps designed for use with the FITBIT® platform. 

Features
-Badge icon shows current numbers of steps and updates automatically

Coming Soon!
-Additional stats and charts
-Other fitness trackers (Jawbone UP®, Misfit, and more)

Send your feedback to: https://timleland.com/contact/                    

확장 프로그램 기본 정보

이름 Step Tracker Step Tracker
ID mmehkkgdjeabomkpmpfkemcomagemjfn
공식 URL https://chromewebstore.google.com/detail/step-tracker/mmehkkgdjeabomkpmpfkemcomagemjfn
설명 Quickly see your daily step progress!
파일 크기 995 KB
설치 횟수 3,984
현재 버전 1.91
최근 업데이트 2022-01-13
출시 날짜 2017-09-11
평점 3.75/5 총 4 개의 평점
개발자 https://timleland.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://timleland.com/Step-Tracker-Extension/
도움말 페이지 URL https://timleland.com/Step-Tracker-Extension/
개인정보 보호 정책 페이지 URL https://t.ly/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Step Tracker",
    "version": "1.91",
    "description": "Quickly see your daily step progress!",
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Fitbit Extension",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "callback.html",
        "dist\/callback.js"
    ],
    "manifest_version": 2,
    "permissions": [
        "alarms",
        "storage",
        "*:\/\/*.fitbit.com\/*"
    ]
}