Step Tracker
Quickly see your daily step progress!
ما هو Step Tracker؟
Step Tracker هو إضافة Chrome تم تطويرها بواسطة https://timleland.com، والميزة الرئيسية لها هي "Quickly see your daily step progress!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Step Tracker
قم بتنزيل ملفات الامتداد Step Tracker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ معلومات أساسية عن التمديد
| الاسم | |
| 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/ |
| عنوان صفحة المساعدة | https://timleland.com/Step-Tracker-Extension/ |
| عنوان صفحة سياسة الخصوصية | 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\/*"
]
} | |