BonsaiDash - Your productivity tab

Your productivity tab

BonsaiDash - Your productivity tab란 무엇입니까?

BonsaiDash - Your productivity tab은(는) Ajay Prem Shankar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Your productivity tab"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

BonsaiDash - Your productivity tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 BonsaiDash - Your productivity tab BonsaiDash - Your productivity tab
ID godbhdaglfpokldmpchpidnbmlojkbga
공식 URL https://chromewebstore.google.com/detail/bonsaidash-your-productiv/godbhdaglfpokldmpchpidnbmlojkbga
설명 Your productivity tab
파일 크기 1.05 MB
설치 횟수 130
현재 버전 2.0.3
최근 업데이트 2023-11-27
출시 날짜 2023-05-11
평점 5.00/5 총 11 개의 평점
개발자 Ajay Prem Shankar
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://www.bonsaidash.app/
도움말 페이지 URL https://www.bonsaidash.app/
개인정보 보호 정책 페이지 URL https://www.privacypolicygenerator.info/live.php?token=HAsGxoUDVsqBradseO2YjsxQQ63s0ciM
지원되는 언어 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
        }
    }
}