FocusMe
Connector to the FocusMe desktop application to track and block websites. Visit https://focusme.com to get the app.
O que é FocusMe?
FocusMe é uma extensão do Chrome desenvolvida por https://focusme.com, e sua principal característica é "Connector to the FocusMe desktop application to track and block websites. Visit https://focusme.com to get the app.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão FocusMe
Baixe arquivos de extensão FocusMe no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | FocusMe |
ID | bnejcfloclhfpfkmgglhdblllgeealgf |
URL Oficial | https://chromewebstore.google.com/detail/focusme/bnejcfloclhfpfkmgglhdblllgeealgf |
Descrição | Connector to the FocusMe desktop application to track and block websites. Visit https://focusme.com to get the app. |
Tamanho do Arquivo | 22.4 KB |
Contagem de Instalações | 3,478 |
Versão Atual | 3.7 |
Última Atualização | 2023-03-20 |
Data de Publicação | 2020-06-05 |
Classificação | 3.75/5 Total de 12 Avaliações |
Desenvolvedor | https://focusme.com |
[email protected] | |
Tipo de Pagamento | in_app |
URL da Página de Ajuda | https://docs.focusme.com/ |
Idiomas Suportados | 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" ] } |