BonsaiDash - Your productivity tab

Your productivity tab

Qu'est-ce que BonsaiDash - Your productivity tab ?

BonsaiDash - Your productivity tab est une extension Chrome développée par Ajay Prem Shankar, et sa fonction principale est "Your productivity tab".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension BonsaiDash - Your productivity tab

Téléchargez les fichiers d'extension BonsaiDash - Your productivity tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Experience the Power of BonsaiDash: Supercharge Your Productivity and Embrace Exceptional Results!

📆 𝐓𝐨𝐝𝐚𝐲'𝐬 𝐒𝐩𝐨𝐭𝐥𝐢𝐠𝐡𝐭: Today View immerses you in the present, empowering you to laser-focus on what truly matters today. Say goodbye to overwhelming clutter.

👩🏽‍💼𝐒𝐢𝐦𝐩𝐥𝐢𝐬𝐭𝐢𝐜 𝐏𝐫𝐨𝐣𝐞𝐜𝐭 𝐌𝐚𝐧𝐚𝐠𝐞𝐦𝐞𝐧𝐭: Working on a project? App introduces the ingenious concept of task hashtags. Effortlessly group your tasks by tags, granting you a comprehensive, organised view of your project's progress. Simplify your workflow and unlock unparalleled productivity.

🕶️ 𝐂𝐨𝐦𝐦𝐚𝐧𝐝 𝐏𝐚𝐧𝐞𝐥: Switch tabs, access bookmarks & browser history in a single click. Our command panel understands that is just not worth to waste clicks on something that can be achieved in a single click (try Cmd/Ctrl + K and see magic)

😍 𝐈𝐧𝐬𝐩𝐢𝐫𝐢𝐧𝐠 𝐕𝐢𝐬𝐮𝐚𝐥𝐬: Disciplined doesn’t have to be boring. While you maintain your unwavering focus, delight your senses with a stunning selection of backgrounds. Let your surroundings match your mood, or search for the perfect background to accompany your productivity journey.

⌛️ 𝐌𝐚𝐬𝐭𝐞𝐫𝐟𝐮𝐥 𝐏𝐨𝐦𝐨𝐝𝐨𝐫𝐨 𝐒𝐞𝐬𝐬𝐢𝐨𝐧𝐬: Don’t you want to focus on one thing at a time? App transforms your workflow by seamlessly integrating Pomodoro sessions into your tasks. Attach a Pomodoro timer to your task, and every time you open a new tab, reignite your focus, ensuring you give each task your undivided attention. Embrace the art of single-tasking and unlock your peak productivity.

🕝 𝐓𝐢𝐦𝐞 𝐙𝐨𝐧𝐞 𝐌𝐚𝐬𝐭𝐞𝐫𝐲: Embrace the global nature of remote work with our custom clock widgets. Effortlessly keep track of multiple time zones, ensuring you stay connected, punctual, and in perfect sync with your colleagues from global nation.
It is not merely a productivity tool; it is your gateway to extraordinary achievements. Join us on an exciting journey to unlock your full potential. We will revolutionise your focus, invigorate your mindset, and empower you to achieve greater heights. Embrace this opportunity to enhance your productivity and embark on a transformative experience.

We offer a fantastic alternative for users seeking a simplistic approach to tools like Momentum Dash Manganum, Homey & TabsPlus. With its minimalistic design and focus on core functionalities, provides a refreshing experience for individuals looking to streamline their productivity and stay organized. By prioritizing simplicity and effectiveness, aims to cater to users who value a clutter-free environment while managing their tasks and goals.                    

Informations de Base sur l'Extension

Nom BonsaiDash - Your productivity tab BonsaiDash - Your productivity tab
ID godbhdaglfpokldmpchpidnbmlojkbga
URL Officiel https://chromewebstore.google.com/detail/bonsaidash-your-productiv/godbhdaglfpokldmpchpidnbmlojkbga
Description Your productivity tab
Taille du Fichier 1.05 MB
Nombre d'Installations 130
Version Actuelle 2.0.3
Dernière Mise à Jour 2023-11-27
Date de Publication 2023-05-11
Évaluation 5.00/5 Total 11 Évaluations
Développeur Ajay Prem Shankar
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://www.bonsaidash.app/
URL de la Page d'Aide https://www.bonsaidash.app/
URL de la Page de Politique de Confidentialité https://www.privacypolicygenerator.info/live.php?token=HAsGxoUDVsqBradseO2YjsxQQ63s0ciM
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "short_name": "BonsaiDash",
    "name": "BonsaiDash - Your productivity tab",
    "description": "Your productivity tab",
    "version": "2.0.3",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{e1a10003-0d34-47a2-8494-531ccf9a2314}",
            "strict_min_version": "42.0"
        }
    },
    "permissions": [
        "storage",
        "activeTab",
        "bookmarks",
        "history",
        "tabs"
    ],
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "commands": {
        "command-panel-toggle": {
            "suggested_key": {
                "windows": "Ctrl+K",
                "mac": "Command+K",
                "chromeos": "Ctrl+K",
                "linux": "Ctrl+K"
            },
            "description": "Command Panel",
            "global": true
        }
    }
}