In The Zone - Productive Club

Build Productive Habits - Make Every Day Super Productive

O que é In The Zone - Productive Club?

In The Zone - Productive Club é uma extensão do Chrome desenvolvida por https://productiveclub.com, e sua principal característica é "Build Productive Habits - Make Every Day Super Productive".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão In The Zone - Productive Club

Baixe arquivos de extensão In The Zone - Productive Club no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome In The Zone - Productive Club In The Zone - Productive Club
ID fkakkjpjfopppnjdincnpjfplbppemgf
URL Oficial https://chromewebstore.google.com/detail/in-the-zone-productive-cl/fkakkjpjfopppnjdincnpjfplbppemgf
Descrição Build Productive Habits - Make Every Day Super Productive
Tamanho do Arquivo 12.11 MB
Contagem de Instalações 203
Versão Atual 3.2.0
Última Atualização 2022-02-03
Data de Publicação 2022-02-03
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor https://productiveclub.com
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://productiveclub.com/focus/landing_page/
URL da Página de Ajuda https://productiveclub.com/focus-chrome-extension-get-support/
URL da Página de Política de Privacidade https://productiveclub.com/privacy-policy-in-the-zone-the-chrome-productivity-extension
Idiomas Suportados 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"
    ]
}