Add a link to trello

This extension will let you add a link to a list on a board on Trello.

Was ist Add a link to trello?

Add a link to trello ist eine Chrome-Erweiterung, die von https://omgmog.net entwickelt wurde, und ihr Hauptmerkmal ist "This extension will let you add a link to a list on a board on Trello.".

Erweiterungsscreenshots

screenshot

Add a link to trello-Erweiterungs-CRX-Datei herunterladen

Laden Sie Add a link to 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

                        This is a Google Chrome extension that lets you add the currently viewed page to a board on Trello.                    

Grundlegende Informationen zur Erweiterung

Name Add a link to trello Add a link to trello
ID ngignckpjkimcpnlphkbgpnbpnicnffe
Offizielle URL https://chromewebstore.google.com/detail/add-a-link-to-trello/ngignckpjkimcpnlphkbgpnbpnicnffe
Beschreibung This extension will let you add a link to a list on a board on Trello.
Dateigröße 71.53 KB
Installationsanzahl 517
Aktuelle Version 1.2.1
Letztes Update 2021-07-30
Veröffentlichungsdatum 2014-03-14
Bewertung 4.11/5 Insgesamt 9 Bewertungen
Entwickler https://omgmog.net
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/omgmog/chrome-add-link-to-trello
Hilfeseite URL https://github.com/omgmog/chrome-add-link-to-trello/issues
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Add a link to trello",
    "description": "This extension will let you add a link to a list on a board on Trello.",
    "version": "1.2.1",
    "options_page": "options.html",
    "permissions": [
        "https:\/\/api.trello.com\/",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "options.html"
    ],
    "content_security_policy": "script-src 'self' https:\/\/api.trello.com; object-src 'self'"
}