Runrun.it
The Runrun.it extension for Chrome allows you to view your task list, work, pause, complete, reopen and prioritize them.
ما هو Runrun.it؟
Runrun.it هو إضافة Chrome تم تطويرها بواسطة Runrun.it، والميزة الرئيسية لها هي "The Runrun.it extension for Chrome allows you to view your task list, work, pause, complete, reopen and prioritize them.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Runrun.it
قم بتنزيل ملفات الامتداد Runrun.it بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Runrun.it |
ID | pailcfeefjcjljdhidegmmohpnafacml |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/runrunit/pailcfeefjcjljdhidegmmohpnafacml |
الوصف | The Runrun.it extension for Chrome allows you to view your task list, work, pause, complete, reopen and prioritize them. |
حجم الملف | 988 KB |
عدد التثبيتات | 1,440 |
النسخة الحالية | 1.0.7 |
آخر تحديث | 2022-08-16 |
تاريخ النشر | 2019-04-10 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Runrun.it |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://runrun.it |
عنوان صفحة المساعدة | https://github.com/Runrunit/chrome-extension |
عنوان صفحة سياسة الخصوصية | https://www.runrun.it/terms_and_conditions?locale=en-US |
اللغات المدعومة | 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" } |