Step Tracker

Quickly see your daily step progress!

Wat is Step Tracker?

Step Tracker is een Chrome-extensie ontwikkeld door https://timleland.com, en de belangrijkste functie is "Quickly see your daily step progress!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Step Tracker

Download Step Tracker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam Step Tracker Step Tracker
ID mmehkkgdjeabomkpmpfkemcomagemjfn
Officiële URL https://chromewebstore.google.com/detail/step-tracker/mmehkkgdjeabomkpmpfkemcomagemjfn
Beschrijving Quickly see your daily step progress!
Bestandsgrootte 995 KB
Aantal Installaties 3,984
Huidige Versie 1.91
Laatst Bijgewerkt 2022-01-13
Publicatiedatum 2017-09-11
Beoordeling 3.75/5 Totaal 4 Beoordelingen
Ontwikkelaar https://timleland.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://timleland.com/Step-Tracker-Extension/
Help Pagina-URL https://timleland.com/Step-Tracker-Extension/
URL van de Privacybeleid Pagina https://t.ly/privacy
Ondersteunde Talen 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\/*"
    ]
}