Runrun.it

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

Что такое Runrun.it?

Runrun.it - это расширение Chrome, разработанное Runrun.it, и его основная функция - "The Runrun.it extension for Chrome allows you to view your task list, work, pause, complete, reopen and prioritize them.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Runrun.it

Скачайте файлы расширений Runrun.it в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Runrun.it Runrun.it
ID pailcfeefjcjljdhidegmmohpnafacml
Официальный URL https://chromewebstore.google.com/detail/runrunit/pailcfeefjcjljdhidegmmohpnafacml
Описание The Runrun.it extension for Chrome allows you to view your task list, work, pause, complete, reopen and prioritize them.
Размер файла 988 KB
Количество установок 1,440
Текущая Версия 1.0.7
Последнее Обновление 2022-08-16
Дата публикации 2019-04-10
Рейтинг 5.00/5 Всего 2 оценок
Разработчик Runrun.it
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://runrun.it
URL страницы помощи https://github.com/Runrunit/chrome-extension
URL страницы политики конфиденциальности https://www.runrun.it/terms_and_conditions?locale=en-US
Поддерживаемые языки 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"
}