FocusMe

Connector to the FocusMe desktop application to track and block websites. Visit https://focusme.com to get the app.

Was ist FocusMe?

FocusMe ist eine Chrome-Erweiterung, die von https://focusme.com entwickelt wurde, und ihr Hauptmerkmal ist "Connector to the FocusMe desktop application to track and block websites. Visit https://focusme.com to get the app.".

Erweiterungsscreenshots

screenshot

FocusMe-Erweiterungs-CRX-Datei herunterladen

Laden Sie FocusMe-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name FocusMe FocusMe
ID bnejcfloclhfpfkmgglhdblllgeealgf
Offizielle URL https://chromewebstore.google.com/detail/focusme/bnejcfloclhfpfkmgglhdblllgeealgf
Beschreibung Connector to the FocusMe desktop application to track and block websites. Visit https://focusme.com to get the app.
Dateigröße 22.4 KB
Installationsanzahl 3,478
Aktuelle Version 3.7
Letztes Update 2023-03-20
Veröffentlichungsdatum 2020-06-05
Bewertung 3.75/5 Insgesamt 12 Bewertungen
Entwickler https://focusme.com
E-Mail [email protected]
Zahlungsart in_app
Hilfeseite URL https://docs.focusme.com/
Unterstützte Sprachen 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"
    ]
}