Kanbie
Kanban board from any tab.
Kanbie क्या है?
Kanbie atude द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Kanban board from any tab."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Kanbie एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Kanbie is a simple kanban board accessible from your extensions bar. - Manage your task list from any tab - without interrupting your workflow - seamlessly. - Sync your board across chrome on any desktop. - Add colored labels to organise your cards to suit you best. - Assign due dates and get notified when your tasks are due. - Customise your board with themes and custom headers.
एक्सटेंशन की मूल जानकारी
नाम | Kanbie |
ID | hancagoabobbbadijbbfepodbdgjbfpf |
आधिकारिक URL | https://chromewebstore.google.com/detail/kanbie/hancagoabobbbadijbbfepodbdgjbfpf |
विवरण | Kanban board from any tab. |
फ़ाइल का आकार | 652 KB |
स्थापना संख्या | 5,000 |
वर्तमान संस्करण | 2.1.0 |
अंतिम अपडेट | 2023-07-09 |
प्रकाशन तिथि | 2020-05-12 |
रेटिंग | 4.70/5 कुल 43 रेटिंग्स |
डेवलपर | atude |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Kanbie", "description": "Kanban board from any tab.", "version": "2.1.0", "action": { "default_popup": "index.html" }, "background": { "service_worker": "background.js" }, "icons": { "16": "logo-small.png", "48": "logo-small.png", "128": "logo-small.png" }, "permissions": [ "storage", "alarms", "notifications" ], "commands": { "_execute_action": { "suggested_key": { "windows": "Alt+K", "mac": "Alt+K", "chromeos": "Alt+K", "linux": "Alt+K" } } } } |