Focusmate - Supercharge Your Dashboard

Explore Features to Supercharge your Focusmate Dashboard

Focusmate - Supercharge Your Dashboard란 무엇입니까?

Focusmate - Supercharge Your Dashboard은(는) seyon.vasantharajan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Explore Features to Supercharge your Focusmate Dashboard"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Focusmate - Supercharge Your Dashboard 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Supercharge your Focusmate Dashboard by choosing from a number of features 

- Make the text large for times or names to improve readability
- Change the default color scheme 
- Have your dashboard show you the number of booked and completed sessions you've booked daily and weekly for better tracking of your work hours.
-24-hour Clock
- Make the Day View the Default view

After installing extension, be sure to 

1.Pin the extension, 
2. Click the icon in your Chrome menubar
3.Check/uncheck to select which features you'd like to use in your focusmate dashboard.
4. Visit www.focusmate.com/dashboard                    

확장 프로그램 기본 정보

이름 Focusmate - Supercharge Your Dashboard Focusmate - Supercharge Your Dashboard
ID onkknkfidoodkmjaaogphalomhifgdkp
공식 URL https://chromewebstore.google.com/detail/focusmate-supercharge-you/onkknkfidoodkmjaaogphalomhifgdkp
설명 Explore Features to Supercharge your Focusmate Dashboard
파일 크기 70.15 KB
설치 횟수 578
현재 버전 1.5
최근 업데이트 2022-07-25
출시 날짜 2021-01-23
평점 4.50/5 총 8 개의 평점
개발자 seyon.vasantharajan
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Focusmate - Supercharge Your Dashboard",
    "description": "Explore Features to Supercharge your Focusmate Dashboard",
    "manifest_version": 2,
    "version": "1.5",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.focusmate.com\/dashboard",
                "*:\/\/*.focusmate.com\/sessions",
                "*:\/\/*.focusmate.com\/",
                "*:\/\/*.focusmate.com\/*",
                "*:\/\/*.focusmate.com\/people*"
            ],
            "all_frames": true,
            "js": [
                "jquery.min.js",
                "bootstrap.min.js",
                "background.js",
                "load_modal.js"
            ],
            "run_at": "document_end",
            "css": [
                "dashboard_modal.css"
            ]
        }
    ],
    "icons": {
        "16": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "permissions": [
        "*:\/\/*.focusmate.com\/dashboard",
        "storage"
    ],
    "web_accessible_resources": [
        "modal_test.html",
        "modal_test2.html",
        "test_bs3_modal.html",
        "modal_test3.html",
        "modal_test4.html",
        "bootstrap3_modal.html"
    ]
}