Autopilot for Focusmate

Not just an alarm for focusmate!

Autopilot for Focusmate là gì?

Autopilot for Focusmate là một tiện ích mở rộng Chrome được phát triển bởi A Lonely Coder, và tính năng chính của nó là "Not just an alarm for focusmate!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Autopilot for Focusmate

Tải xuống các tệp mở rộng Autopilot for Focusmate dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        ►► When you mute, will force-mute the other person.
Tired of asking the other person to mute? Focusmate Autopilot does not mute the tab, so the default finished sound will still play! This will only mute their microphone audio. 

►► Notify sounds
Forget you have a session coming up? Or just want to wind down before the session ends?

Default alert time is 20 seconds before a session starts, or 20 seconds before the session ends. The start sound will not interrupt you if you're in a session, it will only play from the dashboard. The end sound will interrupt in a session. 

►► Picture-in-picture
Extra accountability! Keep their face watching you in a small window while you're working. 

Automatically turns on when you mute. Turns off when you unmute.

►► Custom alarm sound & time
Set the alarm to any mp3 on the web to notify you at any x seconds before the session ends or starts.

You can use this time to get organized for the end of the session check-in with your partner.

Also a good way to to remind yourself the session is ending soon to give yourself an extra motivational boost to get as much done as possible until the end of the session.

Like Focusmate Autopilot? Please rate us ★★★★★

FAQ

Q: How do I use Focusmate Autopilot? 
A: Just install our extension and keep using Focusmate as usual. The autopilot features will automatically appear when you're on focusmate.com or in a focusmate session.

Q: How do I view the settings?
A: Open the Focusmate Autopilot's icon to view the extra options available.

Q: Can I change the alarm sound?
A: Yes! We provide three to choose from, but feel free to provide your own mp3 file.

Q: Can I change when I get alerted? 
A: Yes! Choose any seconds before the session ends to be alerted.

Found a bug? Have a suggestion? We're open source on github! Feel free to open an issue or pr.
https://github.com/Geczy/focusmate-autopilot                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Autopilot for Focusmate Autopilot for Focusmate
ID nkahjjlhdjkcecnhjcjmjnkbjdolklfa
URL Chính Thức https://chromewebstore.google.com/detail/autopilot-for-focusmate/nkahjjlhdjkcecnhjcjmjnkbjdolklfa
Mô tả Not just an alarm for focusmate!
Kích Thước Tệp 5.3 MB
Số Lần Cài Đặt 39
Phiên Bản Hiện Tại 7.3.1
Cập Nhật Lần Cuối 2022-05-16
Ngày Phát Hành 2022-05-10
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển A Lonely Coder
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Geczy/focusmate-helper
URL Trang Trợ Giúp https://github.com/Geczy/focusmate-helper/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Autopilot for Focusmate",
    "short_name": "Focusmate Auto",
    "homepage_url": "https:\/\/github.com\/Geczy\/focusmate-autopilot\/",
    "description": "Not just an alarm for focusmate!",
    "author": "A Lonely Coder",
    "version": "7.3.1",
    "action": {
        "default_popup": "popup\/index.html",
        "default_title": "Open the options"
    },
    "icons": {
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.focusmate.com\/*",
                "*:\/\/yrnj3.csb.app\/*",
                "*:\/\/focusmate.daily.co\/*"
            ],
            "js": [
                "main.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.focusmate.com\/*",
        "*:\/\/*.csb.app\/*",
        "*:\/\/focusmate.daily.co\/*"
    ]
}