In The Zone - Productive Club

Build Productive Habits - Make Every Day Super Productive

Co je In The Zone - Productive Club?

In The Zone - Productive Club je rozšíření Chrome vyvinuté https://productiveclub.com, a jeho hlavní funkcí je „Build Productive Habits - Make Every Day Super Productive“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření In The Zone - Productive Club

Stáhněte si soubory rozšíření In The Zone - Productive Club ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název In The Zone - Productive Club In The Zone - Productive Club
ID fkakkjpjfopppnjdincnpjfplbppemgf
Oficiální URL https://chromewebstore.google.com/detail/in-the-zone-productive-cl/fkakkjpjfopppnjdincnpjfplbppemgf
Popis Build Productive Habits - Make Every Day Super Productive
Velikost souboru 12.11 MB
Počet instalací 203
Aktuální Verze 3.2.0
Poslední Aktualizace 2022-02-03
Datum Vydání 2022-02-03
Hodnocení 5.00/5 Celkem 6 Hodnocení
Vývojář https://productiveclub.com
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://productiveclub.com/focus/landing_page/
URL Stránky Nápovědy https://productiveclub.com/focus-chrome-extension-get-support/
URL Stránky Zásad Ochrany Soukromí https://productiveclub.com/privacy-policy-in-the-zone-the-chrome-productivity-extension
Podporované Jazyky 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"
    ]
}