FocusMe
Connector to the FocusMe desktop application to track and block websites. Visit https://focusme.com to get the app.
Qu'est-ce que FocusMe ?
FocusMe est une extension Chrome développée par https://focusme.com, et sa fonction principale est "Connector to the FocusMe desktop application to track and block websites. Visit https://focusme.com to get the app.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension FocusMe
Téléchargez les fichiers d'extension FocusMe au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | FocusMe |
ID | bnejcfloclhfpfkmgglhdblllgeealgf |
URL Officiel | https://chromewebstore.google.com/detail/focusme/bnejcfloclhfpfkmgglhdblllgeealgf |
Description | Connector to the FocusMe desktop application to track and block websites. Visit https://focusme.com to get the app. |
Taille du Fichier | 22.4 KB |
Nombre d'Installations | 3,478 |
Version Actuelle | 3.7 |
Dernière Mise à Jour | 2023-03-20 |
Date de Publication | 2020-06-05 |
Évaluation | 3.75/5 Total 12 Évaluations |
Développeur | https://focusme.com |
[email protected] | |
Type de Paiement | in_app |
URL de la Page d'Aide | https://docs.focusme.com/ |
Langues Prises en Charge | 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" ] } |