Mikado - Drive OKR with smart todos

Stay focused, effortlessly.

Co je Mikado - Drive OKR with smart todos?

Mikado - Drive OKR with smart todos je rozšíření Chrome vyvinuté https://www.mikado.today, a jeho hlavní funkcí je „Stay focused, effortlessly.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Mikado - Drive OKR with smart todos

Stáhněte si soubory rozšíření Mikado - Drive OKR with smart todos ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Mikado - Drive OKR with smart todos Mikado - Drive OKR with smart todos
ID ljemhfdoppkbkohjlodcmcgejflabnnc
Oficiální URL https://chromewebstore.google.com/detail/mikado-drive-okr-with-sma/ljemhfdoppkbkohjlodcmcgejflabnnc
Popis Stay focused, effortlessly.
Velikost souboru 3.28 MB
Počet instalací 35
Aktuální Verze 0.3.4
Poslední Aktualizace 2022-09-19
Datum Vydání 2021-09-05
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://www.mikado.today
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.mikado.today/
Podporované Jazyky 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",
        ""
    ]
}