Runrun.it
The Runrun.it extension for Chrome allows you to view your task list, work, pause, complete, reopen and prioritize them.
Cos'è Runrun.it?
Runrun.it è un'estensione di Chrome sviluppata da Runrun.it, e la sua funzione principale è "The Runrun.it extension for Chrome allows you to view your task list, work, pause, complete, reopen and prioritize them.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Runrun.it
Scarica i file di estensione Runrun.it in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Runrun.it |
ID | pailcfeefjcjljdhidegmmohpnafacml |
URL Ufficiale | https://chromewebstore.google.com/detail/runrunit/pailcfeefjcjljdhidegmmohpnafacml |
Descrizione | The Runrun.it extension for Chrome allows you to view your task list, work, pause, complete, reopen and prioritize them. |
Dimensione del File | 988 KB |
Conteggio Installazioni | 1,440 |
Versione Corrente | 1.0.7 |
Ultimo Aggiornamento | 2022-08-16 |
Data di Pubblicazione | 2019-04-10 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Runrun.it |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://runrun.it |
URL della Pagina di Aiuto | https://github.com/Runrunit/chrome-extension |
URL della Pagina della Politica sulla Privacy | https://www.runrun.it/terms_and_conditions?locale=en-US |
Lingue Supportate | 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" } |