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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://kanbantool.com, και η κύρια λειτουργία του είναι "A toolbar button which lets you add tasks to multiple boards without losing the stream of consciousness.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης KanbanTool add task button

Λήψη αρχείων επέκτασης KanbanTool add task button σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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 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\/"
    ]
}