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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://productiveclub.com/focus-chrome-extension-get-support/
عنوان صفحة سياسة الخصوصية 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"
    ]
}