Rooster for Chrome™

Rooster helps you to stay productive by giving you insights on your Browsing habits and by notifying you when you lose your focus.

Rooster for Chrome™คืออะไร?

Rooster for Chrome™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย getrooster.in และคุณลักษณะหลักของมันคือ "Rooster helps you to stay productive by giving you insights on your Browsing habits and by notifying you when you lose your focus."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rooster for Chrome™

ดาวน์โหลดไฟล์ส่วนขยาย Rooster for Chrome™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ---------------------
Features
---------------------

* Stay informed with your daily browsing data in a New Tab
* Get nudged via in-built Push Notifications when you lose focus and start visiting websites you declare unproductive
* Keeping tab of your total online working hours

---------------------
How to use
---------------------

1. To see the browsing stats, click on the Rooster icon in the toolbar.

2. Use the Button "Add Browsing Alert" for website(s) you think are unproductive for you, where you end up spending more time than you want or need. Few ex. are Facebook, Twitter, Reddit, YouTube, etc. When you cross the daily usage limit of the website(s) you declared unproductive, Rooster nudges you via Push Notifications. Here’s a Demo video: https://youtu.be/mu0ktytoAhc

3. Keep tab of your total online working hours via the Total Time Logged capsule for the day.

---------------------
FAQs
---------------------

Q. Why Push Notifications?
A. We believe that blocking websites doesn’t work. Mostly because it’s a habit that we’re fighting against. We cannot change habits in a single day / week / month. It takes time to form a new habit and a lot more to break one. 

Habits are not changed by stopping / blocking what you’re currently addicted to doing. Instead, what has worked for many, is slowly doing different things on top of what they're already habituated to do. That’s what we want to accomplish with Rooster. And that’s why we are giving the option to nudge yourself via Push Notifications rather than blocking websites altogether.

Q. What about my Privacy?
A. As mentioned above, we save your data locally and we don't have access to your data at all. So there's no way for us to sell or use your data in any form. And even if we change the product-mechanism in future, we'll notify you first. That's our promise!

Q. What if I have some feedback?
A. You can reach out to us to our mailing address i.e. [email protected]

---------------------
Contact
---------------------

Email: [email protected]

Makers twitter:  https://twitter.com/KishanRajdev
                           https://twitter.com/sankalpdomore                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Rooster for Chrome™ Rooster for Chrome™
ID pimolnhbniceppehbgmibnbgcnhpkhfh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rooster-for-chrome/pimolnhbniceppehbgmibnbgcnhpkhfh
คำอธิบาย Rooster helps you to stay productive by giving you insights on your Browsing habits and by notifying you when you lose your focus.
ขนาดไฟล์ 357 KB
จำนวนการติดตั้ง 2,378
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2022-02-12
วันที่เผยแพร่ 2017-11-02
คะแนน 4.47/5 รวมทั้งหมด 30 คะแนน
ผู้พัฒนา getrooster.in
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rooster for Chrome\u2122",
    "short_name": "Rooster",
    "description": "Rooster helps you to stay productive by giving you insights on your Browsing habits and by notifying you when you lose your focus.",
    "manifest_version": 2,
    "version": "2.0.0",
    "background": {
        "scripts": [
            "dest\/background.pie.min.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "idle",
        "tabs",
        "storage",
        "notifications"
    ],
    "icons": {
        "128": "extension_icon.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "extension_icon.png",
            "24": "extension_icon.png",
            "32": "extension_icon.png"
        },
        "default_title": "Rooster"
    }
}