Runrun.it

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

Qu'est-ce que Runrun.it ?

Runrun.it est une extension Chrome développée par Runrun.it, et sa fonction principale est "The Runrun.it extension for Chrome allows you to view your task list, work, pause, complete, reopen and prioritize them.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Runrun.it

Téléchargez les fichiers d'extension Runrun.it au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Runrun.it Runrun.it
ID pailcfeefjcjljdhidegmmohpnafacml
URL Officiel https://chromewebstore.google.com/detail/runrunit/pailcfeefjcjljdhidegmmohpnafacml
Description The Runrun.it extension for Chrome allows you to view your task list, work, pause, complete, reopen and prioritize them.
Taille du Fichier 988 KB
Nombre d'Installations 1,440
Version Actuelle 1.0.7
Dernière Mise à Jour 2022-08-16
Date de Publication 2019-04-10
Évaluation 5.00/5 Total 2 Évaluations
Développeur Runrun.it
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://runrun.it
URL de la Page d'Aide https://github.com/Runrunit/chrome-extension
URL de la Page de Politique de Confidentialité https://www.runrun.it/terms_and_conditions?locale=en-US
Langues Prises en Charge 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"
}