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.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου 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 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"
    ]
}