Runrun.it
The Runrun.it extension for Chrome allows you to view your task list, work, pause, complete, reopen and prioritize them.
Hvad er Runrun.it?
Runrun.it er en Chrome-udvidelse udviklet af Runrun.it, og dens hovedfunktion er "The Runrun.it extension for Chrome allows you to view your task list, work, pause, complete, reopen and prioritize them.".
Udvidelsesskærmbilleder
Download Runrun.it-udvidelses-CRX-fil
Download Runrun.it-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Runrun.it |
ID | pailcfeefjcjljdhidegmmohpnafacml |
Officiel URL | https://chromewebstore.google.com/detail/runrunit/pailcfeefjcjljdhidegmmohpnafacml |
Beskrivelse | The Runrun.it extension for Chrome allows you to view your task list, work, pause, complete, reopen and prioritize them. |
Filstørrelse | 988 KB |
Antal Installationer | 1,440 |
Nuværende Version | 1.0.7 |
Senest Opdateret | 2022-08-16 |
Udgivelsesdato | 2019-04-10 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | Runrun.it |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://runrun.it |
Hjælpeside-URL | https://github.com/Runrunit/chrome-extension |
URL til Fortrolighedspolitik Side | https://www.runrun.it/terms_and_conditions?locale=en-US |
Understøttede Sprog | 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" } |