Mikado - Drive OKR with smart todos

Stay focused, effortlessly.

Co to jest Mikado - Drive OKR with smart todos?

Mikado - Drive OKR with smart todos to rozszerzenie Chrome opracowane przez https://www.mikado.today, a jego główną funkcją jest „Stay focused, effortlessly.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Mikado - Drive OKR with smart todos

Pobierz pliki rozszerzeń Mikado - Drive OKR with smart todos 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

                        Mikado is an OKR software that's connected with daily work and career growth. This chrome extension empowers your day-to-day executions towards your OKRs.

Here are the reasons why Mikado stands out:

*GUIDED WEEKLY PLANNING BASED ON YOUR OKR*
At Mikado, we believe “a goal without a plan is only a wish”. This extension guides you through weekly plannings to achieve your OKRs.

*STAY FOCUSED FOR EACH TASK*
Mikado’s simple and effective methodology built in the flow ensures you are prioritizing the most important tasks for your OKRs.

*AI-POWERED TASK DETECTION*
Mikado automatically highlights the most important tasks from your emails and docs - just add them with one click.

*YOUR TASKS, YOUR WAY*
Mikado helps you create tasks in any way you prefer:
- Capture screenshot with one-click when the context is too much to type
- Automatically link to relevant websites related to the task
- Select text as a task
- Record the task via input box

*PEACE OF MIND IN A BLINK*
Getting tasks off of your head is cumbersome. Mikado’s chrome extension is the post-it right by your side. It’s simple, fast, smart, and fits into your workflow.

Mikado is free for all. Achieve your goals with Mikado. Today.

Note: currently only “sign up with Google” is supported. We are working to enable other sign-up methods. 

We always love to hear from you! Please email [email protected] if you have any questions or feedback.                    

Podstawowe informacje o rozszerzeniu

Nazwa Mikado - Drive OKR with smart todos Mikado - Drive OKR with smart todos
ID ljemhfdoppkbkohjlodcmcgejflabnnc
Oficjalny URL https://chromewebstore.google.com/detail/mikado-drive-okr-with-sma/ljemhfdoppkbkohjlodcmcgejflabnnc
Opis Stay focused, effortlessly.
Rozmiar pliku 3.28 MB
Liczba instalacji 35
Aktualna Wersja 0.3.4
Ostatnia Aktualizacja 2022-09-19
Data Publikacji 2021-09-05
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://www.mikado.today
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.mikado.today/
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mikado - Drive OKR with smart todos",
    "description": "Stay focused, effortlessly.",
    "version": "0.3.4",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "Todo list",
        "default_icon": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/main.dwpb8as7hlq5t.amplifyapp.com\/login",
                "https:\/\/main.dwpb8as7hlq5t.amplifyapp.com\/login-desktop",
                "https:\/\/accounts.google.com\/o\/oauth2\/*"
            ],
            "css": [
                "\/static\/css\/content.css"
            ],
            "js": [
                "\/static\/js\/content.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'sha256-LpqigysqbABiIIFR4bRc9ZTLWUdqEfwzc3Qsiw0CyVI='; object-src 'self'",
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:3000\/*",
            "https:\/\/main.dwpb8as7hlq5t.amplifyapp.com\/*"
        ]
    },
    "icons": {
        "16": "logo_16.png",
        "48": "logo_48.png",
        "128": "logo.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab",
        "alarms",
        ""
    ]
}