FocusMe
Connector to the FocusMe desktop application to track and block websites. Visit https://focusme.com to get the app.
Что такое FocusMe?
FocusMe - это расширение Chrome, разработанное https://focusme.com, и его основная функция - "Connector to the FocusMe desktop application to track and block websites. Visit https://focusme.com to get the app.".
Снимки экрана расширения
Скачать файл CRX расширения FocusMe
Скачайте файлы расширений FocusMe в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | FocusMe |
ID | bnejcfloclhfpfkmgglhdblllgeealgf |
Официальный URL | https://chromewebstore.google.com/detail/focusme/bnejcfloclhfpfkmgglhdblllgeealgf |
Описание | Connector to the FocusMe desktop application to track and block websites. Visit https://focusme.com to get the app. |
Размер файла | 22.4 KB |
Количество установок | 3,478 |
Текущая Версия | 3.7 |
Последнее Обновление | 2023-03-20 |
Дата публикации | 2020-06-05 |
Рейтинг | 3.75/5 Всего 12 оценок |
Разработчик | https://focusme.com |
Электронная почта | [email protected] |
Тип оплаты | in_app |
URL страницы помощи | https://docs.focusme.com/ |
Поддерживаемые языки | 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" ] } |