Mikado - Drive OKR with smart todos

Stay focused, effortlessly.

What is Mikado - Drive OKR with smart todos?

Mikado - Drive OKR with smart todos is a Chrome extension developed by https://www.mikado.today, and its main feature is "Stay focused, effortlessly.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Mikado - Drive OKR with smart todos Extension CRX File

Download Mikado - Drive OKR with smart todos extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Mikado - Drive OKR with smart todos Mikado - Drive OKR with smart todos
ID ljemhfdoppkbkohjlodcmcgejflabnnc
Official URL https://chromewebstore.google.com/detail/mikado-drive-okr-with-sma/ljemhfdoppkbkohjlodcmcgejflabnnc
Description Stay focused, effortlessly.
File Size 3.28 MB
Installation Count 35
Current Version 0.3.4
Last Updated 2022-09-19
Publish Date 2021-09-05
Rating 5.00/5 Total 2 Ratings
Developer https://www.mikado.today
Email [email protected]
Payment Type free
Extension Website https://www.mikado.today/
Supported Languages 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",
        ""
    ]
}