In The Zone - Productive Club

Build Productive Habits - Make Every Day Super Productive

Qu'est-ce que In The Zone - Productive Club ?

In The Zone - Productive Club est une extension Chrome développée par https://productiveclub.com, et sa fonction principale est "Build Productive Habits - Make Every Day Super Productive".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension In The Zone - Productive Club

Téléchargez les fichiers d'extension In The Zone - Productive Club au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom In The Zone - Productive Club In The Zone - Productive Club
ID fkakkjpjfopppnjdincnpjfplbppemgf
URL Officiel https://chromewebstore.google.com/detail/in-the-zone-productive-cl/fkakkjpjfopppnjdincnpjfplbppemgf
Description Build Productive Habits - Make Every Day Super Productive
Taille du Fichier 12.11 MB
Nombre d'Installations 203
Version Actuelle 3.2.0
Dernière Mise à Jour 2022-02-03
Date de Publication 2022-02-03
Évaluation 5.00/5 Total 6 Évaluations
Développeur https://productiveclub.com
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://productiveclub.com/focus/landing_page/
URL de la Page d'Aide https://productiveclub.com/focus-chrome-extension-get-support/
URL de la Page de Politique de Confidentialité https://productiveclub.com/privacy-policy-in-the-zone-the-chrome-productivity-extension
Langues Prises en Charge 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"
    ]
}