FitTrend

Self-improvement through automated tracking and self-discovery!

Что такое FitTrend?

FitTrend - это расширение Chrome, разработанное https://www.fittrend.com, и его основная функция - "Self-improvement through automated tracking and self-discovery!".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения FitTrend

Скачайте файлы расширений FitTrend в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        FitTrend is more than just another fitness tracker app. FitTrend strives to help you achieve a healthy lifestyle by focusing on self improvement and well-being through automated journaling, social features, and features to track and trend your progress.

FitTrend supports many watches, scales, trackers, and more to take the manual work out of maintaining and updating your journal. As a result, FitTrend can quickly and easily show all of your data in one place for you to explore, visualize, and share with friends. Whether you go it alone or team up with others, FitTrend wants to make your personal journey fun and help you exceed your health and lifestyle goals!                    

Основная информация о расширении

Название FitTrend FitTrend
ID iccphodnihffccfhnonkhcjjhjjknkmd
Официальный URL https://chromewebstore.google.com/detail/fittrend/iccphodnihffccfhnonkhcjjhjjknkmd
Описание Self-improvement through automated tracking and self-discovery!
Размер файла 48.17 KB
Количество установок 502
Текущая Версия 3.0.3
Последнее Обновление 2023-11-16
Дата публикации 2013-05-09
Рейтинг 3.00/5 Всего 2 оценок
Разработчик https://www.fittrend.com
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения https://www.fittrend.com/
URL страницы помощи https://www.fittrend.com/support/
URL страницы политики конфиденциальности https://www.fittrend.com/privacy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FitTrend",
    "author": "FitTrend LLC",
    "version": "3.0.3",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "fittrend-logo-512-favicon.png",
            "32": "fittrend-logo-512-favicon.png",
            "64": "fittrend-logo-512-favicon.png",
            "128": "fittrend-logo-512-favicon.png",
            "256": "fittrend-logo-512-favicon.png",
            "512": "fittrend-logo-512-favicon.png"
        },
        "default_title": "FitTrend",
        "default_popup": "popup.html"
    },
    "description": "Self-improvement through automated tracking and self-discovery!",
    "icons": {
        "16": "fittrend-logo-512-favicon.png",
        "32": "fittrend-logo-512-favicon.png",
        "64": "fittrend-logo-512-favicon.png",
        "128": "fittrend-logo-512-favicon.png",
        "256": "fittrend-logo-512-favicon.png",
        "512": "fittrend-logo-512-favicon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [],
    "host_permissions": [
        "https:\/\/*.fittrend.com\/*"
    ],
    "short_name": "FitTrend"
}