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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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 |
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" ] } |