Runrun.it

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

Was ist Runrun.it?

Runrun.it ist eine Chrome-Erweiterung, die von Runrun.it entwickelt wurde, und ihr Hauptmerkmal ist "The Runrun.it extension for Chrome allows you to view your task list, work, pause, complete, reopen and prioritize them.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Runrun.it-Erweiterungs-CRX-Datei herunterladen

Laden Sie Runrun.it-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Runrun.it Runrun.it
ID pailcfeefjcjljdhidegmmohpnafacml
Offizielle URL https://chromewebstore.google.com/detail/runrunit/pailcfeefjcjljdhidegmmohpnafacml
Beschreibung The Runrun.it extension for Chrome allows you to view your task list, work, pause, complete, reopen and prioritize them.
Dateigröße 988 KB
Installationsanzahl 1,440
Aktuelle Version 1.0.7
Letztes Update 2022-08-16
Veröffentlichungsdatum 2019-04-10
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Runrun.it
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://runrun.it
Hilfeseite URL https://github.com/Runrunit/chrome-extension
URL der Datenschutzrichtlinien-Seite https://www.runrun.it/terms_and_conditions?locale=en-US
Unterstützte Sprachen 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"
}