Runrun.it
The Runrun.it extension for Chrome allows you to view your task list, work, pause, complete, reopen and prioritize them.
Apa itu Runrun.it?
Runrun.it adalah ekstensi Chrome yang dikembangkan oleh Runrun.it, dan fitur utamanya adalah "The Runrun.it extension for Chrome allows you to view your task list, work, pause, complete, reopen and prioritize them.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Runrun.it
Unduh file ekstensi Runrun.it dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Runrun.it |
ID | pailcfeefjcjljdhidegmmohpnafacml |
URL Resmi | https://chromewebstore.google.com/detail/runrunit/pailcfeefjcjljdhidegmmohpnafacml |
Deskripsi | The Runrun.it extension for Chrome allows you to view your task list, work, pause, complete, reopen and prioritize them. |
Ukuran File | 988 KB |
Jumlah Instalasi | 1,440 |
Versi Saat Ini | 1.0.7 |
Terakhir Diperbarui | 2022-08-16 |
Tanggal Publikasi | 2019-04-10 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Runrun.it |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://runrun.it |
URL Halaman Bantuan | https://github.com/Runrunit/chrome-extension |
URL Halaman Kebijakan Privasi | https://www.runrun.it/terms_and_conditions?locale=en-US |
Bahasa yang Didukung | 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" } |