Productivity Owl

Want to be productive? Let the Productivity Owl guide you to accomplishment.

ما هو Productivity Owl؟

Productivity Owl هو إضافة Chrome تم تطويرها بواسطة Productive Mark LLC، والميزة الرئيسية لها هي "Want to be productive? Let the Productivity Owl guide you to accomplishment.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Productivity Owl

قم بتنزيل ملفات الامتداد Productivity Owl بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        *** WARNING: This extension is very annoying.  The owl is flying across your pages, annoying you, criticizing you, giving you psychological exercises, and closing your tabs.  If you are not serious about being productive, this extension may not be for you.***

Do you need a new boss when working from home?  Meet the Productivity Owl.

The owl is very strict.  He will berate and mock you.  You'll be forced to complete tasks to earn break time.  If you do consistent work, use the timeboxing scheduler for work/vacation, and complete the owl's psychological exercises then you might be able to earn the owl's respect.  

Just like the first version, the owl has 3 types of websites: Allowed, Blocked and Countdown.  If a website is not on the allowed/blocked lists, you'll get a certain amount of time to get the information you need before the owl closes the tab.  You can still use the scheduler to schedule free-time, and now you can also schedule work time.  Version 2.0 introduced a task manager, and you get rewarded break minutes for each task you complete.  There are also psychological interventions and browsing statistics in this version.   

Although it is technically possible to earn the owl's respect - it's  highly unlikely.  The owl is very judgmental.  It may take years before anyone earns the owl's "ultimate respect."  Of course if you uninstall the extension or disable it, all respect is lost.  

***************  APACHE 2.0 LICENSE OPEN SOURCE ***************
Since this extension is on every webpage you visit, I wanted to let everyone know there are NO TRACKERS or DATA COLLECTORS in the owl.  The owl is 100% open source.  You can view the source code on Github:  https://github.com/mrieck/productivityowl

*Thanks to everyone who has been using the Productivity Owl over the years.  He's been helping me be productive for the last 8 years.  Hope he can help you too.                    

معلومات أساسية عن التمديد

الاسم Productivity Owl Productivity Owl
ID eoagmdboiealblmpaahjlhajggndaahi
عنوان URL الرسمي https://chromewebstore.google.com/detail/productivity-owl/eoagmdboiealblmpaahjlhajggndaahi
الوصف Want to be productive? Let the Productivity Owl guide you to accomplishment.
حجم الملف 4.67 MB
عدد التثبيتات 8,148
النسخة الحالية 2.0.3
آخر تحديث 2021-03-16
تاريخ النشر 2017-08-30
تقييم 3.94/5 مجموع تقييمات 374
المطور Productive Mark LLC
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.productivityowl.com
عنوان صفحة سياسة الخصوصية https://www.snipcss.com/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Productivity Owl",
    "version": "2.0.3",
    "description": "Want to be productive? Let the Productivity Owl guide you to accomplishment.",
    "icons": {
        "16": "img\/owl_16x16.png",
        "48": "img\/owl_48x48.png",
        "128": "img\/owl_128x128.png"
    },
    "browser_action": {
        "default_icon": "img\/advice_owl_small.png",
        "default_popup": "popup.html",
        "default_title": "Productivity Owl"
    },
    "background": {
        "scripts": [
            "jslib\/jquery-3.3.1.min.js",
            "jslib\/date.js",
            "jslib\/time.js",
            "js\/options\/respect.js",
            "productivityowl.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "http:\/\/fonts.googleapis.com\/",
        "https:\/\/fonts.googleapis.com\/",
        "tabs",
        "history",
        "unlimitedStorage",
        "alarms"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/block_styles.css",
                "jslib\/jquery.qtip.css",
                "css\/interventions.css",
                "css\/micromodal.css",
                "css\/tasks.css"
            ],
            "js": [
                "jslib\/jquery-3.3.1.min.js",
                "jslib\/uri.all.min.js",
                "jslib\/jquery.qtip.js",
                "jslib\/micromodal.min.js",
                "jslib\/plain-draggable.js",
                "jslib\/editable.table.js",
                "js\/options\/owl_sayings.js",
                "js\/options\/task_list.js",
                "js\/options\/interventions.js",
                "js\/block_logic.js",
                "js\/mustache.js",
                "contentscript_owl.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "templates\/*",
        "sound\/*",
        "css\/*",
        "js\/*",
        "jslib\/*",
        "site\/*",
        "img\/*"
    ]
}