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 |
Eメール | [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\/*" ] } |