Trello Links Catcher

Catch Trello links and open in "Trello External Window" application.

Was ist Trello Links Catcher?

Trello Links Catcher ist eine Chrome-Erweiterung, die von technobulka entwickelt wurde, und ihr Hauptmerkmal ist "Catch Trello links and open in "Trello External Window" application.".

Erweiterungsscreenshots

screenshot

Trello Links Catcher-Erweiterungs-CRX-Datei herunterladen

Laden Sie Trello Links Catcher-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

                        This extension works for "Trello External Window" application. It's catching new tabs in browser with links like trello.com/c/123abc and send it to application. Works only with links to boards and cards.                    

Grundlegende Informationen zur Erweiterung

Name Trello Links Catcher Trello Links Catcher
ID ppibnbapebejhnmplokgfhijhfdchhhc
Offizielle URL https://chromewebstore.google.com/detail/trello-links-catcher/ppibnbapebejhnmplokgfhijhfdchhhc
Beschreibung Catch Trello links and open in "Trello External Window" application.
Dateigröße 6.97 KB
Installationsanzahl 122
Aktuelle Version 0.3
Letztes Update 2015-08-19
Veröffentlichungsdatum 2015-08-19
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler technobulka
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/technobulka/trello-chrome-ext
Hilfeseite URL https://github.com/technobulka/trello-chrome-ext/issues
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trello Links Catcher",
    "description": "Catch Trello links and open in \"Trello External Window\" application.",
    "icons": {
        "16": "assets\/trello-mark-blue-16.png",
        "32": "assets\/trello-mark-blue-32.png",
        "128": "assets\/trello-mark-blue-128.png"
    },
    "version": "0.3",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "management",
        "https:\/\/trello.com\/*"
    ],
    "browser_action": {
        "default_title": "Trello Links Catcher",
        "default_icon": "assets\/trello-mark-blue-16.png"
    },
    "manifest_version": 2
}