Project Board

A Minimalist SCRUM board perfect for your productivity

Τι είναι το Project Board;

Το Project Board είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "A Minimalist SCRUM board perfect for your productivity".

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

screenshot
screenshot
screenshot

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

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

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

                        A minimalist approach to SCRUM boards, perfect for any project settings. 

ProjectBoard offers a visual representation of the tasks to be done. Use it to isolate and organize tasks,  add new tasks and track each one through its lifecycle! 
 
Add ProjectBoard to your browser to improve your productivity now!

== Features ==

✓ Add tasks with the plus button or with "Enter"
✓ Move tasks is as simple as drag and drop 
✓ Delete tasks by moving it to the "Remove" column and press the trashcan button
✓ Create new board by hovering over "Lists" and click the plus button 
✓ Change board by hovering over "Lists" and select the name of your board
✓ Edit board's name by clicking the pencil button and then save it with "Enter" or the save button 
✓ Delete board with the delete button at the bottom-left corner ( You can't delete your last board )

==  Feedback and bug reports == 

ProjectBoard is still in its early stages, if you are having any issues or have any suggestions, please don't post the report here, sent me an email at [email protected] and I will address it ASAP

== Like the product? == 

If you like ProjectBoard, please consider giving it a 5 star rating, it will be greatly appreciated.                    

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

Όνομα Project Board Project Board
ID liglafjdnkknphlhlfcmdlddhmgdfdgm
Επίσημο URL https://chromewebstore.google.com/detail/project-board/liglafjdnkknphlhlfcmdlddhmgdfdgm
Περιγραφή A Minimalist SCRUM board perfect for your productivity
Μέγεθος Αρχείου 10.17 MB
Αριθμός Εγκαταστάσεων 74
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2020-05-08
Ημερομηνία Δημοσίευσης 2020-05-07
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Unknown
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Project Board",
    "description": "A Minimalist SCRUM board perfect for your productivity",
    "version": "1.0.1",
    "manifest_version": 2,
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "ProjectBoard"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+B",
                "mac": "MacCtrl+Shift+B"
            },
            "description": "Opens ProjectBoard"
        }
    }
}