Boost

Boost your productivity while working remotely.

Boost क्या है?

Boost Boost द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Boost your productivity while working remotely."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Boost एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Are you looking to boost your productivity while working from home? If yes, Boost is for you. Boost is a free Google Chrome extension that helps you schedule short and effective breaks into your workday to increase your productivity and focus. We provide you with personalised content for every Boost, from our content library of mindfulness, yoga, inspirational, educational, exercise, and comedy videos.

Taking regular breaks of just two minutes increases productivity by over 11% (University of Illinois, 2011).

Add Boost to Chrome today to increase your productivity and improve your well-being.

----------------------------------------------------

By using this extension, you agree to the Boost Terms and Conditions available at https://www.boostextension.com/terms-and-conditions.                    

एक्सटेंशन की मूल जानकारी

नाम Boost Boost
ID bihdpfohhljmhnjklkpfldhiceagnaeh
आधिकारिक URL https://chromewebstore.google.com/detail/boost/bihdpfohhljmhnjklkpfldhiceagnaeh
विवरण Boost your productivity while working remotely.
फ़ाइल का आकार 2.56 MB
स्थापना संख्या 53
वर्तमान संस्करण 0.3.372
अंतिम अपडेट 2020-05-06
प्रकाशन तिथि 2020-05-06
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Boost
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://boostextension.com
सहायता पृष्ठ URL https://boostextension.com/contact
गोपनीयता नीति पृष्ठ URL https://boostextension.com/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Boost",
    "short_name": "Boost",
    "author": "[email protected]",
    "version": "0.3.372",
    "description": "Boost your productivity while working remotely.",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Boost",
        "default_icon": "\/common\/img\/boost_enabled_browser_action_icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "notifications",
        "alarms",
        "contextMenus"
    ],
    "minimum_chrome_version": "55",
    "icons": {
        "16": "common\/img\/16.png",
        "48": "common\/img\/48.png",
        "128": "common\/img\/128.png"
    },
    "background": {
        "scripts": [
            "lib\/firebase-v7.14.1\/js\/firebase-app.js",
            "lib\/firebase-v7.14.1\/js\/firebase-firestore.js",
            "lib\/firebase-v7.14.1\/js\/firebase-auth.js",
            "lib\/firebase-v7.14.1\/js\/init-firebase.min.js",
            "common\/js\/background.min.js"
        ],
        "persistent": false
    },
    "options_page": "scheduler.html",
    "homepage_url": "https:\/\/boostextension.com",
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/apis.google.com https:\/\/player.vimeo.com\/ https:\/\/use.fontawesome.com\/ https:\/\/www.youtube.com\/ https:\/\/s.ytimg.com https:\/\/*.cloudflare.com\/; object-src 'self'"
}