Step Tracker

Quickly see your daily step progress!

什麼是Step Tracker?

Step Tracker是由https://timleland.com開發的Chrome擴展程式,該擴展的主要功能是“Quickly see your daily step progress!”。

擴展截圖

screenshot

下載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 Step Tracker
ID mmehkkgdjeabomkpmpfkemcomagemjfn
官方網址 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\/*"
    ]
}