In The Zone - Productive Club

Build Productive Habits - Make Every Day Super Productive

Что такое In The Zone - Productive Club?

In The Zone - Productive Club - это расширение Chrome, разработанное https://productiveclub.com, и его основная функция - "Build Productive Habits - Make Every Day Super Productive".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения In The Zone - Productive Club

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

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

                        An application that helps you cultivate productive habits. Using this app will help you focus better and reduce distractions from your browser. Make the best use of your time.

⦿ Avoid Distractions
⦿ Prioritize the right tasks
⦿ Waste no time on unproductive activities
⦿ Have a Super Productive Day Everyday

In The Zone will help you focus on the tasks that matter. It includes features such as daily tasks to focus, distraction blocker, customizable pomodoro timer, chrome tab control and a pattern to make every single day productive. 

⚡Benefits of Focus

In The Zone Helps You Focus
⦿ Helps you set a timer for a task to avoid procrastination
⦿ Helps you manage your time effectively
⦿ Helps you maintain deep work

In The Zone Helps You Prioritize
⦿ Helps you spend time on the tasks that matter
⦿ Helps you prioritize when you too many tasks to do
⦿ Helps you align effort towards your long term goals

In The Zone Helps You Controls Distractions
⦿ Provides a distraction blocker to reduce usage of non productive websites
⦿ Helps you limit the number of browser tabs open to control multitasking

In The Zone Helps You Make Every Day Super Productive
⦿ Encourages you to start and end the day with 5 min of meditation
⦿ Encourages you to improve your skills everyday
⦿ Encourages you to reflect on your achievements and mistakes everyday

🌟 Features of In The Zone
Focus works differently than your usual chrome extension. It works even every single tab you open on Chrome and helps you increase your productivity.

Daily Tasks To Focus On
⦿ Helps you prioritize the right tasks for the day
⦿ Starts with an empty slate each day
⦿ Allows setting a Pomodoro Timer for a task if required

Pomodoro Timer
⦿ A countdown clock to set time for each task
⦿ Allows break times as per Pomodoro Technique
⦿ A beep alert notification at the end of the countdown
⦿ A wide range of time slots to set

Distraction Blocker
⦿ Block social media and any other site of your choice which harms your productivity
⦿ Allows multiple time slots settings
⦿ Allows Snooze for emergency use

Browser Tab Control
⦿ Allows you to set a personal limit on the number of browser tabs open(For example - 10)
⦿ When you open more browser tabs than the limit, a notification will pop up on the right top indicating that you’re above the limit
⦿ Shows you the list of all current open tabs and allows you to close/switch to the required tab                    

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

Название In The Zone - Productive Club In The Zone - Productive Club
ID fkakkjpjfopppnjdincnpjfplbppemgf
Официальный URL https://chromewebstore.google.com/detail/in-the-zone-productive-cl/fkakkjpjfopppnjdincnpjfplbppemgf
Описание Build Productive Habits - Make Every Day Super Productive
Размер файла 12.11 MB
Количество установок 203
Текущая Версия 3.2.0
Последнее Обновление 2022-02-03
Дата публикации 2022-02-03
Рейтинг 5.00/5 Всего 6 оценок
Разработчик https://productiveclub.com
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения https://productiveclub.com/focus/landing_page/
URL страницы помощи https://productiveclub.com/focus-chrome-extension-get-support/
URL страницы политики конфиденциальности https://productiveclub.com/privacy-policy-in-the-zone-the-chrome-productivity-extension
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "In The Zone - Productive Club",
    "version": "3.2.0",
    "description": "Build Productive Habits - Make Every Day Super Productive",
    "manifest_version": 2,
    "minimum_chrome_version": "23",
    "background": {
        "scripts": [
            "js\/lib\/jquery-3.6.0.min.js",
            "js\/app\/bgcontentcommons.js",
            "js\/app\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/lib\/jquery-3.6.0.min.js",
                "js\/app\/common-imports.js",
                "js\/app\/basecontent.js",
                "js\/lib\/jquery-ui.min.js",
                "js\/lib\/ifvisible.js"
            ],
            "css": [
                "css\/fpc-injectcss.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "topSites",
        "chrome:\/\/favicon\/"
    ],
    "content_security_policy": "img-src chrome:\/\/favicon https:\/\/productiveclub.com;",
    "chrome_url_overrides": {
        "newtab": "views\/new-tab-home.html"
    },
    "icons": {
        "128": "assets\/focus_logo.png"
    },
    "browser_action": {
        "default_title": "Focus - Productive Club"
    },
    "web_accessible_resources": [
        "views\/*",
        "assets\/*",
        "webfonts\/fa-regular-400.woff2",
        "webfonts\/fa-brands-400.woff2",
        "webfonts\/fa-solid-900.woff2",
        "assets\/sounds\/beep_sound.wav"
    ]
}