Focusmate - Supercharge Your Dashboard

Explore Features to Supercharge your Focusmate Dashboard

Что такое Focusmate - Supercharge Your Dashboard?

Focusmate - Supercharge Your Dashboard - это расширение Chrome, разработанное seyon.vasantharajan, и его основная функция - "Explore Features to Supercharge your Focusmate Dashboard".

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

screenshot
screenshot

Скачать файл CRX расширения Focusmate - Supercharge Your Dashboard

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

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

                        Supercharge your Focusmate Dashboard by choosing from a number of features 

- Make the text large for times or names to improve readability
- Change the default color scheme 
- Have your dashboard show you the number of booked and completed sessions you've booked daily and weekly for better tracking of your work hours.
-24-hour Clock
- Make the Day View the Default view

After installing extension, be sure to 

1.Pin the extension, 
2. Click the icon in your Chrome menubar
3.Check/uncheck to select which features you'd like to use in your focusmate dashboard.
4. Visit www.focusmate.com/dashboard                    

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

Название Focusmate - Supercharge Your Dashboard Focusmate - Supercharge Your Dashboard
ID onkknkfidoodkmjaaogphalomhifgdkp
Официальный URL https://chromewebstore.google.com/detail/focusmate-supercharge-you/onkknkfidoodkmjaaogphalomhifgdkp
Описание Explore Features to Supercharge your Focusmate Dashboard
Размер файла 70.15 KB
Количество установок 578
Текущая Версия 1.5
Последнее Обновление 2022-07-25
Дата публикации 2021-01-23
Рейтинг 4.50/5 Всего 8 оценок
Разработчик seyon.vasantharajan
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Focusmate - Supercharge Your Dashboard",
    "description": "Explore Features to Supercharge your Focusmate Dashboard",
    "manifest_version": 2,
    "version": "1.5",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.focusmate.com\/dashboard",
                "*:\/\/*.focusmate.com\/sessions",
                "*:\/\/*.focusmate.com\/",
                "*:\/\/*.focusmate.com\/*",
                "*:\/\/*.focusmate.com\/people*"
            ],
            "all_frames": true,
            "js": [
                "jquery.min.js",
                "bootstrap.min.js",
                "background.js",
                "load_modal.js"
            ],
            "run_at": "document_end",
            "css": [
                "dashboard_modal.css"
            ]
        }
    ],
    "icons": {
        "16": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "permissions": [
        "*:\/\/*.focusmate.com\/dashboard",
        "storage"
    ],
    "web_accessible_resources": [
        "modal_test.html",
        "modal_test2.html",
        "test_bs3_modal.html",
        "modal_test3.html",
        "modal_test4.html",
        "bootstrap3_modal.html"
    ]
}