Upbase - Bookmarks, Tasks, Notes, Calendar

Turn Chrome's New Tab page into your productivity hub with Bookmarks, Tasks, Notes, Calendar.

Co to jest Upbase - Bookmarks, Tasks, Notes, Calendar?

Upbase - Bookmarks, Tasks, Notes, Calendar to rozszerzenie Chrome opracowane przez Upbase, a jego główną funkcją jest „Turn Chrome's New Tab page into your productivity hub with Bookmarks, Tasks, Notes, Calendar.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Upbase - Bookmarks, Tasks, Notes, Calendar

Pobierz pliki rozszerzeń Upbase - Bookmarks, Tasks, Notes, Calendar w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        With Upbase, you can quickly capture ideas, take notes, make to-do lists, plan your day with time blocking, stay focused with a Pomodoro timer, and many more. Simple, clean, and beautifully designed.

⚫️ FEATURES

◾️ Bookmark manager

Organize your favorite websites on a Kanban-style board. You can drag and drop your bookmarks to quickly change their position and column.

◾️ Private and Team Tasks

Quickly create monthly, weekly, and daily tasks. Add subtasks, detailed description, set priority, attach files, and collaborate with your teammates.

◾️ Notepad and Daily Notes

Got something on your mind? Open the Notepad or Daily Notes and quickly jot down your thoughts and ideas.

◾️ Pomodoro Timer

Stay focused and boost productivity with the Pomodoro Technique. Just pick a task you need to work on, start the timer, and focus on the task for 25 minutes. Take a break and repeat. Simple, yet very effective.

◾️ Calendar with Time Blocking

Schedule your daily tasks on the calendar to create a sense of urgency, avoid procrastination and practice deep work.


⚫️ FAQs

➔ Do I need to sign up for an account to use Upbase?

Yes, you need to sign up for an account and create a FREE workspace to be able to use the extension.

➔ What is a workspace?

A workspace is the highest-level organizational unit in Upbase. It's where you organize all your work and collaborate with your teammates. With each account, you can create multiple workspaces.

➔ Is it free to use?

Yes, Upbase is completely free. Also, if you want to use Upbase as a project management tool, you can upgrade to the Premium plan to unlock additional features. Visit upbase.io/pricing for more information.

⚫️ MORE INFORMATION

Website: upbase.io
Help Center: help.upbase.io
Contact Us: [email protected]                    

Podstawowe informacje o rozszerzeniu

Nazwa Upbase - Bookmarks, Tasks, Notes, Calendar Upbase - Bookmarks, Tasks, Notes, Calendar
ID npgipklllhpdcddkdlgdeoddeedfccnp
Oficjalny URL https://chromewebstore.google.com/detail/upbase-bookmarks-tasks-no/npgipklllhpdcddkdlgdeoddeedfccnp
Opis Turn Chrome's New Tab page into your productivity hub with Bookmarks, Tasks, Notes, Calendar.
Rozmiar pliku 1.93 MB
Liczba instalacji 1,526
Aktualna Wersja 1.0.3
Ostatnia Aktualizacja 2023-11-19
Data Publikacji 2023-02-12
Ocena 4.64/5 Łącznie 11 Oceny
Deweloper Upbase
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://upbase.io/
Adres URL Strony Pomocy https://help.upbase.io/
Adres URL Strony Polityki Prywatności https://upbase.io/privacy-policy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Upbase - Bookmarks, Tasks, Notes, Calendar",
    "description": "Turn Chrome's New Tab page into your productivity hub with Bookmarks, Tasks, Notes, Calendar.",
    "version": "1.0.3",
    "minimum_chrome_version": "95",
    "background": {
        "service_worker": "\/background.js"
    },
    "action": {
        "default_title": "Upbase",
        "default_icon": {
            "16": ".\/img\/icons\/favicon-32x32.png",
            "32": ".\/img\/icons\/favicon-32x32.png",
            "48": ".\/img\/icons\/favicon-32x32.png",
            "128": ".\/img\/icons\/favicon-32x32.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "identity",
        "unlimitedStorage"
    ],
    "oauth2": {
        "client_id": "912706571828-ckjgtnv5u5smn4c0clvh5b8jfg6acums.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "host_permissions": [
        ""
    ],
    "content_security_policy": {
        "extension_pages": "object-src 'self' 'wasm-unsafe-eval'; script-src 'self' 'wasm-unsafe-eval' "
    },
    "icons": {
        "16": ".\/img\/icons\/favicon-32x32.png",
        "32": ".\/img\/icons\/favicon-32x32.png",
        "48": ".\/img\/icons\/favicon-32x32.png",
        "128": ".\/img\/icons\/favicon-32x32.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtPIAVuvcqEyG17dVE2t5lZKvvYZIuHsAxlBUfni9kTcnHbaaBXkFmpye8Mi+BGUQMJKKIbiUxipTfKAMuIQHlVPEN6kNpUT8pTWExqaIf9EgVnMxaSnyO\/1ZCiHf+ZMTrk+5Y427aRt\/nDln7KGNepagIa1JMkWBYdhHM0U37GnzmheSBl81aUFfQwpHYYaMux9AYyFSTC5lz33RO\/pl0r\/k0dfq2APcAcPC4K+h2eg6kzPcu4cOc8ygIdXB5i3H+B81owfnRvBYLThptSDe4eTOaRDXHG5Qyf+5+YiWj8RWiDFOciDJvuRIR\/VjVArh5OsPhHM8Z1EQRUUIUpb\/2wIDAQAB"
}