Step Tracker
Quickly see your daily step progress!
Cos'è Step Tracker?
Step Tracker è un'estensione di Chrome sviluppata da https://timleland.com, e la sua funzione principale è "Quickly see your daily step progress!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Step Tracker
Scarica i file di estensione Step Tracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/ Informazioni di Base sull'Estensione
| Nome | |
| ID | mmehkkgdjeabomkpmpfkemcomagemjfn |
| URL Ufficiale | https://chromewebstore.google.com/detail/step-tracker/mmehkkgdjeabomkpmpfkemcomagemjfn |
| Descrizione | Quickly see your daily step progress! |
| Dimensione del File | 995 KB |
| Conteggio Installazioni | 3,984 |
| Versione Corrente | 1.91 |
| Ultimo Aggiornamento | 2022-01-13 |
| Data di Pubblicazione | 2017-09-11 |
| Valutazione | 3.75/5 Totale 4 Valutazioni |
| Sviluppatore | https://timleland.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://timleland.com/Step-Tracker-Extension/ |
| URL della Pagina di Aiuto | https://timleland.com/Step-Tracker-Extension/ |
| URL della Pagina della Politica sulla Privacy | https://t.ly/privacy |
| Lingue Supportate | 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\/*"
]
} | |