Markurz

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

Cos'è Markurz?

Markurz è un'estensione di Chrome sviluppata da Markurz, e la sua funzione principale è "Easily create and send tasks, notes, and reminders to your favorite productivity apps.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Markurz

Scarica i file di estensione Markurz in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Markurz Markurz
ID lnbfijiimlnnpjmfgmfdmdmlobadcloo
URL Ufficiale https://chromewebstore.google.com/detail/markurz/lnbfijiimlnnpjmfgmfdmdmlobadcloo
Descrizione Easily create and send tasks, notes, and reminders to your favorite productivity apps.
Dimensione del File 1.82 MB
Conteggio Installazioni 58
Versione Corrente 1.9.0
Ultimo Aggiornamento 2023-09-05
Data di Pubblicazione 2023-06-25
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Markurz
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.markurz.com
URL della Pagina della Politica sulla Privacy https://docs.markurz.com/policy/privacy-policy
Lingue Supportate 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"
        }
    }
}