Runrun.it

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

Co to jest Runrun.it?

Runrun.it to rozszerzenie Chrome opracowane przez Runrun.it, a jego główną funkcją jest „The Runrun.it extension for Chrome allows you to view your task list, work, pause, complete, reopen and prioritize them.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Runrun.it

Pobierz pliki rozszerzeń Runrun.it w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Runrun.it Runrun.it
ID pailcfeefjcjljdhidegmmohpnafacml
Oficjalny URL https://chromewebstore.google.com/detail/runrunit/pailcfeefjcjljdhidegmmohpnafacml
Opis The Runrun.it extension for Chrome allows you to view your task list, work, pause, complete, reopen and prioritize them.
Rozmiar pliku 988 KB
Liczba instalacji 1,440
Aktualna Wersja 1.0.7
Ostatnia Aktualizacja 2022-08-16
Data Publikacji 2019-04-10
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Runrun.it
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://runrun.it
Adres URL Strony Pomocy https://github.com/Runrunit/chrome-extension
Adres URL Strony Polityki Prywatności https://www.runrun.it/terms_and_conditions?locale=en-US
Obsługiwane Języki 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"
}