FocusMe
Connector to the FocusMe desktop application to track and block websites. Visit https://focusme.com to get the app.
FocusMe क्या है?
FocusMe https://focusme.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Connector to the FocusMe desktop application to track and block websites. Visit https://focusme.com to get the app."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में FocusMe एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" ] } |