Mikado - Drive OKR with smart todos

Stay focused, effortlessly.

Qu'est-ce que Mikado - Drive OKR with smart todos ?

Mikado - Drive OKR with smart todos est une extension Chrome développée par https://www.mikado.today, et sa fonction principale est "Stay focused, effortlessly.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Mikado - Drive OKR with smart todos

Téléchargez les fichiers d'extension Mikado - Drive OKR with smart todos au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Mikado - Drive OKR with smart todos Mikado - Drive OKR with smart todos
ID ljemhfdoppkbkohjlodcmcgejflabnnc
URL Officiel https://chromewebstore.google.com/detail/mikado-drive-okr-with-sma/ljemhfdoppkbkohjlodcmcgejflabnnc
Description Stay focused, effortlessly.
Taille du Fichier 3.28 MB
Nombre d'Installations 35
Version Actuelle 0.3.4
Dernière Mise à Jour 2022-09-19
Date de Publication 2021-09-05
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://www.mikado.today
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.mikado.today/
Langues Prises en Charge 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",
        ""
    ]
}