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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Connector to the FocusMe desktop application to track and block websites. Visit https://focusme.com to get the app."입니다.

확장 프로그램 스크린샷

screenshot

FocusMe 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    ]
}