KanbanTool add task button
A toolbar button which lets you add tasks to multiple boards without losing the stream of consciousness.
KanbanTool add task button क्या है?
KanbanTool add task button https://kanbantool.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A toolbar button which lets you add tasks to multiple boards without losing the stream of consciousness."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में KanbanTool add task button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The quickest and simplest way to add tasks to your Kanban boards. You need to have an account with kanbantool.com and API access enabled for this extension to work. Source code is released under the MIT license and freely available on the GitHub: https://github.com/kanbantool/
एक्सटेंशन की मूल जानकारी
नाम | KanbanTool add task button |
ID | gbnfnglacjhimfaniccchianblffaibn |
आधिकारिक URL | https://chromewebstore.google.com/detail/kanbantool-add-task-butto/gbnfnglacjhimfaniccchianblffaibn |
विवरण | A toolbar button which lets you add tasks to multiple boards without losing the stream of consciousness. |
फ़ाइल का आकार | 68.09 KB |
स्थापना संख्या | 354 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2013-06-17 |
प्रकाशन तिथि | 2013-06-17 |
रेटिंग | 3.63/5 कुल 16 रेटिंग्स |
डेवलपर | https://kanbantool.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://kanbantool.com |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "KanbanTool add task button", "version": "1.2", "manifest_version": 2, "description": "A toolbar button which lets you add tasks to multiple boards without losing the stream of consciousness.", "options_page": "options.html", "icons": { "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon128.png", "default_title": "Add task to KanbanTool", "default_popup": "popup.html" }, "permissions": [ "https:\/\/*.kanbantool.com\/" ] } |