FocusMe
Connector to the FocusMe desktop application to track and block websites. Visit https://focusme.com to get the app.
FocusMe là gì?
FocusMe là một tiện ích mở rộng Chrome được phát triển bởi https://focusme.com, và tính năng chính của nó là "Connector to the FocusMe desktop application to track and block websites. Visit https://focusme.com to get the app.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng FocusMe
Tải xuống các tệp mở rộng FocusMe 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
This addon does not work standalone but is a connector to our desktop application. Block distracting websites and apps or set time limits. Time Tracker shows you how you spend your days. Flexible blocking allows you to whitelist parts of a site but bloc the rest. Pomodoro and Breaks features to stay focused and productive. Stay protected even when your willpower gets low and you try to bypass your own rules! The extension is recommended for users' of FocusMe desktop application to improve URL detection. It's not strictly required as the application has other methods to obtain the URL which generally work very well, but using the addon can improve accuracy and speed of URL detection on some systems. Visit https://focusme.com to get the app.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | FocusMe |
ID | bnejcfloclhfpfkmgglhdblllgeealgf |
URL Chính Thức | https://chromewebstore.google.com/detail/focusme/bnejcfloclhfpfkmgglhdblllgeealgf |
Mô tả | Connector to the FocusMe desktop application to track and block websites. Visit https://focusme.com to get the app. |
Kích Thước Tệp | 22.4 KB |
Số Lần Cài Đặt | 3,478 |
Phiên Bản Hiện Tại | 3.7 |
Cập Nhật Lần Cuối | 2023-03-20 |
Ngày Phát Hành | 2020-06-05 |
Đánh Giá | 3.75/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | https://focusme.com |
[email protected] | |
Loại Thanh Toán | in_app |
URL Trang Trợ Giúp | https://docs.focusme.com/ |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FocusMe", "version": "3.7", "description": "Connector to the FocusMe desktop application to track and block websites. Visit https:\/\/focusme.com to get the app.", "allowed_origins": [ "chrome-extension:\/\/bnejcfloclhfpfkmgglhdblllgeealgf\/" ], "icons": { "48": "icons\/FocusMe-48.png" }, "background": { "scripts": [ "wbproxy.js" ], "persistent": true }, "permissions": [ "nativeMessaging", "tabs" ] } |