Runrun.it

The Runrun.it extension for Chrome allows you to view your task list, work, pause, complete, reopen and prioritize them.

Co je Runrun.it?

Runrun.it je rozšíření Chrome vyvinuté Runrun.it, a jeho hlavní funkcí je „The Runrun.it extension for Chrome allows you to view your task list, work, pause, complete, reopen and prioritize them.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Runrun.it

Stáhněte si soubory rozšíření Runrun.it ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        The Runrun.it extension for Chrome allows you to view your task list (open and complete), work, pause, complete, reopen and prioritize them. Available only for clients with access to the Runrun.it API.                    

Základní Informace o Rozšíření

Název Runrun.it Runrun.it
ID pailcfeefjcjljdhidegmmohpnafacml
Oficiální URL https://chromewebstore.google.com/detail/runrunit/pailcfeefjcjljdhidegmmohpnafacml
Popis The Runrun.it extension for Chrome allows you to view your task list, work, pause, complete, reopen and prioritize them.
Velikost souboru 988 KB
Počet instalací 1,440
Aktuální Verze 1.0.7
Poslední Aktualizace 2022-08-16
Datum Vydání 2019-04-10
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Runrun.it
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://runrun.it
URL Stránky Nápovědy https://github.com/Runrunit/chrome-extension
URL Stránky Zásad Ochrany Soukromí https://www.runrun.it/terms_and_conditions?locale=en-US
Podporované Jazyky en,es,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Runrun.it",
    "short_name": "Runrun.it",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "version": "1.0.7",
    "browser_action": {
        "default_icon": "images\/icon_16_active.png",
        "default_title": "Runrun.it",
        "default_popup": "popup.html"
    },
    "permissions": [
        "idle",
        "alarms",
        "notifications"
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/favicon-16x16.png",
        "48": "images\/app_icon_48.png",
        "128": "images\/app_icon.png"
    },
    "options_page": "options.html"
}