GTD: Trello Card Links

Get Things Done with Trello Card Links!

Was ist GTD: Trello Card Links?

GTD: Trello Card Links ist eine Chrome-Erweiterung, die von oneezy entwickelt wurde, und ihr Hauptmerkmal ist "Get Things Done with Trello Card Links!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

GTD: Trello Card Links-Erweiterungs-CRX-Datei herunterladen

Laden Sie GTD: Trello Card Links-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        GTD: Trello Card Links (Chrome Extension)

This small extension helps you GET THINGS DONE quickly by pasting clickable links directly on the front of your Trello Cards! Save time by not having to click to the back of cards to get to your links. 


FEATURES
───────────────
• Clickable Links on cards
• Multiple Links on cards
• Create EPIC stories from Trello Card Links


Get Creative!


Installation 
───────────────
1. Install extension
2. Navigate to your Trello Board
3. Create new Trello Card
4. Paste a link 
5. Click the link!


More Links!
───────────────
• Demo: https://trello.com/b/6DoBxhuZ/gtd-trello-card-links
• Github: https://github.com/oneezy/gtd-trello-card-links
• Patreon: https://www.patreon.com/oneezy                    

Grundlegende Informationen zur Erweiterung

Name GTD: Trello Card Links GTD: Trello Card Links
ID kpbpniempdinfjfgphomcfkijinlgfgj
Offizielle URL https://chromewebstore.google.com/detail/gtd-trello-card-links/kpbpniempdinfjfgphomcfkijinlgfgj
Beschreibung Get Things Done with Trello Card Links!
Dateigröße 47.28 KB
Installationsanzahl 4,330
Aktuelle Version 1.2.0
Letztes Update 2020-08-19
Veröffentlichungsdatum 2020-08-19
Bewertung 4.36/5 Insgesamt 28 Bewertungen
Entwickler oneezy
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/oneezy/gtd-trello-card-links
Hilfeseite URL https://trello.com/b/6DoBxhuZ/gtd-trello-card-links
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GTD: Trello Card Links",
    "description": "Get Things Done with Trello Card Links!",
    "version": "1.2.0",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/trello.com\/*"
            ],
            "js": [
                "lib\/jquery.min.js",
                "gtd-trello\/card-links\/card-links.js",
                "gtd-trello\/gtd-trello.js"
            ],
            "css": [
                "gtd-trello\/card-links\/card-links.css"
            ]
        }
    ]
}