Runrun.it

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

What is Runrun.it?

Runrun.it is a Chrome extension developed by Runrun.it, and its main feature is "The Runrun.it extension for Chrome allows you to view your task list, work, pause, complete, reopen and prioritize them.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Runrun.it Extension CRX File

Download Runrun.it extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Runrun.it Runrun.it
ID pailcfeefjcjljdhidegmmohpnafacml
Official URL 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.
File Size 988 KB
Installation Count 1,440
Current Version 1.0.7
Last Updated 2022-08-16
Publish Date 2019-04-10
Rating 5.00/5 Total 2 Ratings
Developer Runrun.it
Email [email protected]
Payment Type free
Extension Website https://runrun.it
Help Page URL https://github.com/Runrunit/chrome-extension
Privacy Policy Page URL https://www.runrun.it/terms_and_conditions?locale=en-US
Supported Languages 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"
}