FocusMe
Connector to the FocusMe desktop application to track and block websites. Visit https://focusme.com to get the app.
Apa itu FocusMe?
FocusMe adalah ekstensi Chrome yang dikembangkan oleh https://focusme.com, dan fitur utamanya adalah "Connector to the FocusMe desktop application to track and block websites. Visit https://focusme.com to get the app.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi FocusMe
Unduh file ekstensi FocusMe dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | FocusMe |
ID | bnejcfloclhfpfkmgglhdblllgeealgf |
URL Resmi | https://chromewebstore.google.com/detail/focusme/bnejcfloclhfpfkmgglhdblllgeealgf |
Deskripsi | Connector to the FocusMe desktop application to track and block websites. Visit https://focusme.com to get the app. |
Ukuran File | 22.4 KB |
Jumlah Instalasi | 3,478 |
Versi Saat Ini | 3.7 |
Terakhir Diperbarui | 2023-03-20 |
Tanggal Publikasi | 2020-06-05 |
Penilaian | 3.75/5 Total 12 Penilaian |
Pengembang | https://focusme.com |
[email protected] | |
Tipe Pembayaran | in_app |
URL Halaman Bantuan | https://docs.focusme.com/ |
Bahasa yang Didukung | 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" ] } |