Kanbanize

This extension allows users to add cards to any board in Kanbanize to which they are assigned with just a few clicks!

Τι είναι το Kanbanize;

Το Kanbanize είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://kanbanize.com, και η κύρια λειτουργία του είναι "This extension allows users to add cards to any board in Kanbanize to which they are assigned with just a few clicks!".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Kanbanize

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

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

                        The Kanbanize Chrome plugin, part of Update 5.1 of Kanbanize, allows users to create new cards on the boards to which they are assigned in their Kanbanize accounts. Users can apply the extension while they are on their browsers without opening new tabs or logging into their account separately.

The extension is compatible with the latest version of Chrome and is meant to simplify the day-to-day experience of users participating in projects mapped in the Lean Kanban product development platform.

How to Download & Use in 5 Easy Steps:

    1. Enter the Chrome Webstore.
    2. Type in “kanbanize” to locate the extension in the directory.
    3. Choose to “Add to Chrome” and confirm the addition of the app.
    4. Log in to your account in Kanbanize by adding your Account Name (subdomain), your user and password.
    5. The panel of the extension will be hidden in your browser’s banner. When you would like to use it to create a new card in one of the boards you are assigned to in Kanbanize, click on the Kanbanize logo in the plugin area. Fill out the fields of the panel to let the system know in which cell of which board, you would like to make a card.
    6. Give your card a title and description.
    7. Confirm with the Create Card button.

Happy Kanbanizing!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Kanbanize Kanbanize
ID allokjfalcoinpahbhnphifboeemiiib
Επίσημο URL https://chromewebstore.google.com/detail/kanbanize/allokjfalcoinpahbhnphifboeemiiib
Περιγραφή This extension allows users to add cards to any board in Kanbanize to which they are assigned with just a few clicks!
Μέγεθος Αρχείου 1.09 MB
Αριθμός Εγκαταστάσεων 172
Τρέχουσα Έκδοση 1.70
Τελευταία Ενημέρωση 2016-08-25
Ημερομηνία Δημοσίευσης 2016-08-24
Αξιολόγηση 4.43/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής https://kanbanize.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://kanbanize.com/contact-support/
URL της Σελίδας Πολιτικής Απορρήτου https://kanbanize.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kanbanize",
    "description": "This extension allows users to add cards to any board in Kanbanize to which they are assigned with just a few clicks!",
    "version": "1.70",
    "minimum_chrome_version": "51",
    "browser_action": {
        "default_popup": "login-page.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "Ctrl+Shift+K",
                "windows": "Ctrl+Shift+K",
                "linux": "Ctrl+Shift+K",
                "chromeos": "Ctrl+Shift+K"
            }
        }
    },
    "icons": {
        "16": "icons\/kanbanize-logo-16.png",
        "32": "icons\/kanbanize-logo-32.png",
        "48": "icons\/kanbanize-logo-48.png",
        "64": "icons\/kanbanize-logo-64.png",
        "96": "icons\/kanbanize-logo-96.png",
        "128": "icons\/kanbanize-logo-128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "https:\/\/*.kanbanize.com\/index.php\/api\/kanbanize\/*",
        "storage",
        "contextMenus",
        "notifications",
        "activeTab"
    ]
}