Trello Checklists

Trello Checklists in single place with reminders

Τι είναι το Trello Checklists;

Το Trello Checklists είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον injulkarnilesh, και η κύρια λειτουργία του είναι "Trello Checklists in single place with reminders".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Trello is a great tool. 
Best thing about it is that, it lets you divide your goals, work items, and tasks into smaller chunks of your defined size. Trello has multiple boards, each board has multiple column lists, each column list has multiple cards, each card has multiple checklists and each checklist has multiple items.
But Trello allows you to view only starred boards at home page and reminders only at card level.

What if you want reminders at even smaller actionable items like individual checklist items?
What if you want to star few cards that you are currently working on and have a quick look at it?
That is where this Chrome Plugin, I call Trello Checklists, comes to rescue. 

It allows you to view and manage your boards, cards and checklists.
You can have some of your cards as favorite for quick view and have reminders set at checklist items for specific times.
You can mark or unmark your checklist items from the plugin itself.

Reminders are great if are at actionable and smallest of the tasks, like checklist items, like any ToDo app. That is what this plugin lets you have: Reminder at Trello Card's Checklist Items.

Did I mention it comes in black. Ohh it does.                    

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

Όνομα Trello Checklists Trello Checklists
ID bablhonojcgncmcdjlijlghbjliiolee
Επίσημο URL https://chromewebstore.google.com/detail/trello-checklists/bablhonojcgncmcdjlijlghbjliiolee
Περιγραφή Trello Checklists in single place with reminders
Μέγεθος Αρχείου 6.06 MB
Αριθμός Εγκαταστάσεων 335
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2019-07-05
Ημερομηνία Δημοσίευσης 2019-07-05
Προγραμματιστής injulkarnilesh
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trello Checklists",
    "description": "Trello Checklists in single place with reminders",
    "short_name": "TrelloCheck",
    "version": "1.0",
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "https:\/\/trello.com\/*"
        ]
    },
    "web_accessible_resources": [
        "login.html"
    ],
    "permissions": [
        "storage",
        "alarms",
        "notifications",
        "https:\/\/trello.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/trello.com; object-src 'self'"
}