Runrun.it

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

Wat is Runrun.it?

Runrun.it is een Chrome-extensie ontwikkeld door Runrun.it, en de belangrijkste functie is "The Runrun.it extension for Chrome allows you to view your task list, work, pause, complete, reopen and prioritize them.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Runrun.it

Download Runrun.it-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Runrun.it Runrun.it
ID pailcfeefjcjljdhidegmmohpnafacml
Officiële URL https://chromewebstore.google.com/detail/runrunit/pailcfeefjcjljdhidegmmohpnafacml
Beschrijving The Runrun.it extension for Chrome allows you to view your task list, work, pause, complete, reopen and prioritize them.
Bestandsgrootte 988 KB
Aantal Installaties 1,440
Huidige Versie 1.0.7
Laatst Bijgewerkt 2022-08-16
Publicatiedatum 2019-04-10
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Runrun.it
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://runrun.it
Help Pagina-URL https://github.com/Runrunit/chrome-extension
URL van de Privacybeleid Pagina https://www.runrun.it/terms_and_conditions?locale=en-US
Ondersteunde Talen 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"
}