Tabs for Trello

This extension creates a trello card whose title that of the current tab with a shortened url of the page in the description.

Was ist Tabs for Trello?

Tabs for Trello ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "This extension creates a trello card whose title that of the current tab with a shortened url of the page in the description.".

Erweiterungsscreenshots

screenshot

Tabs for Trello-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tabs for Trello-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

                        Tabs for Trello is a simple app that creates a new Trello card on a board and list that you select based on the active tab that you have open. The title of the card is set to the title of the tab and the description is set to the shortened url of the tab.                    

Grundlegende Informationen zur Erweiterung

Name Tabs for Trello Tabs for Trello
ID gcdgongcgfoihmhkohnjieejppbgoanc
Offizielle URL https://chromewebstore.google.com/detail/tabs-for-trello/gcdgongcgfoihmhkohnjieejppbgoanc
Beschreibung This extension creates a trello card whose title that of the current tab with a shortened url of the page in the description.
Dateigröße 67.06 KB
Installationsanzahl 105
Aktuelle Version 1.1
Letztes Update 2014-04-18
Veröffentlichungsdatum 2014-04-18
Bewertung 4.00/5 Insgesamt 4 Bewertungen
Entwickler Unknown
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "browser_action": {
        "default_icon": "img\/tabs_for_trello128_128.png",
        "default_popup": "tabs_for_trello.html"
    },
    "description": "This extension creates a trello card whose title that of the current tab with a shortened url of the page in the description.",
    "manifest_version": 2,
    "name": "Tabs for Trello",
    "permissions": [
        "cookies",
        "tabs",
        "storage",
        "https:\/\/trello.com\/1\/authorize",
        "https:\/\/trello.com\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1",
    "web_accessible_resources": [
        "token.html"
    ]
}