Runrun.it
The Runrun.it extension for Chrome allows you to view your task list, work, pause, complete, reopen and prioritize them.
Vad är Runrun.it?
Runrun.it är en Chrome-tillägg utvecklad av Runrun.it, och dess huvudfunktion är "The Runrun.it extension for Chrome allows you to view your task list, work, pause, complete, reopen and prioritize them.".
Tilläggsskärmbilder
Ladda ner Runrun.it-förlängningens CRX-fil
Ladda ner Runrun.it-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Runrun.it |
ID | pailcfeefjcjljdhidegmmohpnafacml |
Officiell webbadress | https://chromewebstore.google.com/detail/runrunit/pailcfeefjcjljdhidegmmohpnafacml |
Beskrivning | The Runrun.it extension for Chrome allows you to view your task list, work, pause, complete, reopen and prioritize them. |
Filstorlek | 988 KB |
Antal Installationer | 1,440 |
Aktuell Version | 1.0.7 |
Senast Uppdaterad | 2022-08-16 |
Publiceringsdatum | 2019-04-10 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Runrun.it |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://runrun.it |
Hjälpsida URL | https://github.com/Runrunit/chrome-extension |
URL till Sekretesspolicy Sidan | https://www.runrun.it/terms_and_conditions?locale=en-US |
Stödda Språk | 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" } |