Runrun.it
The Runrun.it extension for Chrome allows you to view your task list, work, pause, complete, reopen and prioritize them.
O que é Runrun.it?
Runrun.it é uma extensão do Chrome desenvolvida por Runrun.it, e sua principal característica é "The Runrun.it extension for Chrome allows you to view your task list, work, pause, complete, reopen and prioritize them.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Runrun.it
Baixe arquivos de extensão Runrun.it no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Runrun.it |
ID | pailcfeefjcjljdhidegmmohpnafacml |
URL Oficial | https://chromewebstore.google.com/detail/runrunit/pailcfeefjcjljdhidegmmohpnafacml |
Descrição | The Runrun.it extension for Chrome allows you to view your task list, work, pause, complete, reopen and prioritize them. |
Tamanho do Arquivo | 988 KB |
Contagem de Instalações | 1,440 |
Versão Atual | 1.0.7 |
Última Atualização | 2022-08-16 |
Data de Publicação | 2019-04-10 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Runrun.it |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://runrun.it |
URL da Página de Ajuda | https://github.com/Runrunit/chrome-extension |
URL da Página de Política de Privacidade | https://www.runrun.it/terms_and_conditions?locale=en-US |
Idiomas Suportados | 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" } |