Step Tracker
Quickly see your daily step progress!
什么是Step Tracker?
Step Tracker是由https://timleland.com开发的Chrome扩展程序,该扩展的主要功能是“Quickly see your daily step progress!”。
扩展截图
下载Step Tracker扩展crx文件
下载Step Tracker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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\/*" ] } |