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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
        }
    }
}