Mikado - Drive OKR with smart todos

Stay focused, effortlessly.

什么是Mikado - Drive OKR with smart todos?

Mikado - Drive OKR with smart todos是由https://www.mikado.today开发的Chrome扩展程序,该扩展的主要功能是“Stay focused, effortlessly.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Mikado - Drive OKR with smart todos扩展crx文件

下载Mikado - Drive OKR with smart todos扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Mikado - Drive OKR with smart todos Mikado - Drive OKR with smart todos
ID ljemhfdoppkbkohjlodcmcgejflabnnc
官方URL https://chromewebstore.google.com/detail/mikado-drive-okr-with-sma/ljemhfdoppkbkohjlodcmcgejflabnnc
简介 Stay focused, effortlessly.
文件大小 3.28 MB
安装次数 35
当前版本 0.3.4
更新时间 2022-09-19
上架时间 2021-09-05
评分 5.00/5 共2次评分
开发者 https://www.mikado.today
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.mikado.today/
支持的语言 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",
        ""
    ]
}