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 Runrun.it द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Runrun.it extension for Chrome allows you to view your task list, work, pause, complete, reopen and prioritize them."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Runrun.it एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ URL | https://github.com/Runrunit/chrome-extension |
गोपनीयता नीति पृष्ठ URL | 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" } |