Focusmate - Supercharge Your Dashboard

Explore Features to Supercharge your Focusmate Dashboard

Focusmate - Supercharge Your Dashboard क्या है?

Focusmate - Supercharge Your Dashboard seyon.vasantharajan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Explore Features to Supercharge your Focusmate Dashboard"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Focusmate - Supercharge Your Dashboard एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}