Step Tracker

Quickly see your daily step progress!

What is Step Tracker?

Step Tracker is a Chrome extension developed by https://timleland.com, and its main feature is "Quickly see your daily step progress!".

Extension Screenshots

screenshot

Download Step Tracker Extension CRX File

Download Step Tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name Step Tracker Step Tracker
ID mmehkkgdjeabomkpmpfkemcomagemjfn
Official URL https://chromewebstore.google.com/detail/step-tracker/mmehkkgdjeabomkpmpfkemcomagemjfn
Description Quickly see your daily step progress!
File Size 995 KB
Installation Count 3,984
Current Version 1.91
Last Updated 2022-01-13
Publish Date 2017-09-11
Rating 3.75/5 Total 4 Ratings
Developer https://timleland.com
Email [email protected]
Payment Type free
Extension Website https://timleland.com/Step-Tracker-Extension/
Help Page URL https://timleland.com/Step-Tracker-Extension/
Privacy Policy Page URL https://t.ly/privacy
Supported Languages 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\/*"
    ]
}