RescueTime for Chrome and Chrome OS

Keep track of the time you spend in Chrome, and get a clear picture of what you were doing all day.

RescueTime for Chrome and Chrome OSคืออะไร?

RescueTime for Chrome and Chrome OS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://rescuetime.com และคุณลักษณะหลักของมันคือ "Keep track of the time you spend in Chrome, and get a clear picture of what you were doing all day."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RescueTime for Chrome and Chrome OS

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

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

                        Changes in 3.2.10:
- Fix time logging accuracy for Chrome OS users
- Fix Google Docs time logging accuracy
- Fix idle state detection
- Address all reported memory leak issues

RescueTime tracks the time you spend in the active tab or window of Chrome, or your ChromeOS device. This gives you a clear picture of what you were actually doing all day, to better manage your digital life.

If you walk away from your computer for a few minutes, RescueTime automatically figures out when you're away and stops tracking.

RescueTime does it's best to auto-categorize the sites you visit. It also scores them on a scale from Very Productive to Very Distracting. You can easily fine-tune the defaults to suit your needs. It's also simple to pause RescueTime, or delete any time you'd rather not have tracked.

Why it's awesome:

You’ll never have to ask "Where the #@%! did my day go!?" again. RescueTime lets you see how you spent your time on a day, week, or month basis.

Everyone has those sites that they "only check a couple times a day" These can add up to a lot of time without you realizing it. RescueTime makes it easy to see.

Having good information and constant feedback helps you manage your time better, so you can spend your day the way you'd like.

If you already have a full RescueTime account, this extension will work hand-in-hand with it, giving you an at-a-glance view of all the time you are tracking.

RescueTime also works for desktop apps and mobile devices using a downloadable client, so you can get a full picture of your digital day.                    

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

ชื่อ RescueTime for Chrome and Chrome OS RescueTime for Chrome and Chrome OS
ID bdakmnplckeopfghnlpocafcepegjeap
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rescuetime-for-chrome-and/bdakmnplckeopfghnlpocafcepegjeap
คำอธิบาย Keep track of the time you spend in Chrome, and get a clear picture of what you were doing all day.
ขนาดไฟล์ 156 KB
จำนวนการติดตั้ง 133,415
เวอร์ชันปัจจุบัน 3.2.10
อัปเดตครั้งล่าสุด 2020-05-29
วันที่เผยแพร่ 2020-05-27
คะแนน 4.32/5 รวมทั้งหมด 241 คะแนน
ผู้พัฒนา https://rescuetime.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.rescuetime.com
URL หน้าช่วยเหลือ https://www.rescuetime.com/users/get-help
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RescueTime for Chrome and Chrome OS",
    "version": "3.2.10",
    "description": "Keep track of the time you spend in Chrome, and get a clear picture of what you were doing all day.",
    "homepage_url": "https:\/\/www.rescuetime.com",
    "icons": {
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "idle",
        "https:\/\/*.rescuetime.com\/",
        "storage",
        "cookies"
    ],
    "browser_action": {
        "browser_style": true,
        "default_icon": "icons\/icon-96.png",
        "default_title": "RescueTime",
        "default_popup": "popover.html"
    },
    "background": {
        "page": "background.html"
    }
}