Markurz

Easily create and send tasks, notes, and reminders to your favorite productivity apps.

Markurzとは何ですか?

MarkurzはMarkurzによって開発されたChromeの拡張機能で、その主な機能は「Easily create and send tasks, notes, and reminders to your favorite productivity apps.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Markurz拡張機能のCRXファイルをダウンロード

Markurz拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Tired of switching between multiple productivity apps to create tasks or notes? Do you often postpone or forget to do it? 

Never ever forget to create tasks and reminders! You can now effortlessly create tasks, notes and reminders in one place and automatically distribute them across productivity apps of your choice.

Integrate and create tasks, notes, and reminders in Asana, Google Calendar, Google Tasks, Jira, Microsoft OneNote, Microsoft To Do, Notion, Slack, Todoist, Trello.

Use Markurz for Chrome to:
• Simply mark anything on your web browser and watch as your tasks, seamlessly integrate to your preferred productivity apps.
• You will never ever leave what you are currently working on to create a task, helping you stay focused and productive.

Do more on Markurz website :
• Connect with your favorite productivity apps.
• Track recent history of tasks that you’ve created.                    

拡張機能の基本情報

名前 Markurz Markurz
ID lnbfijiimlnnpjmfgmfdmdmlobadcloo
公式URL https://chromewebstore.google.com/detail/markurz/lnbfijiimlnnpjmfgmfdmdmlobadcloo
説明 Easily create and send tasks, notes, and reminders to your favorite productivity apps.
ファイルサイズ 1.82 MB
インストール数 58
現在のバージョン 1.9.0
最終更新日 2023-09-05
公開日 2023-06-25
評価 5.00/5 合計 4 レビュー
開発者 Markurz
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.markurz.com
プライバシーポリシーページのURL https://docs.markurz.com/policy/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Markurz",
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "name": "Markurz",
    "description": "Easily create and send tasks, notes, and reminders to your favorite productivity apps.",
    "version": "1.9.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Markurz"
    },
    "permissions": [
        "cookies",
        "tabs",
        "contextMenus",
        "storage",
        "scripting"
    ],
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/static\/js\/main.js"
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "109.0"
        }
    }
}