Step Tracker

Quickly see your daily step progress!

Step Trackerคืออะไร?

Step Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://timleland.com และคุณลักษณะหลักของมันคือ "Quickly see your daily step progress!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Step Tracker

ดาวน์โหลดไฟล์ส่วนขยาย 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
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\/*"
    ]
}