Add to Trello

Add cards to your Trello boards from your browser

Cos'è Add to Trello?

Add to Trello è un'estensione di Chrome sviluppata da walteranderson, e la sua funzione principale è "Add cards to your Trello boards from your browser".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Add to Trello

Scarica i file di estensione Add to Trello in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Whats new:
- Change the card's position to "top" or "bottom" when adding a card
- New project structure that will make it easier to add new features

Add to Trello lets you easily add a cards to the Trello board of your choice straight from the browser. Automatically save your current tab to the board and list of your choice. The web page's title and link will be automatically filled in for you, and the extension will remember the board and list you chose last.                    

Informazioni di Base sull'Estensione

Nome Add to Trello Add to Trello
ID engmocckoohpopiacajolojeobefbcec
URL Ufficiale https://chromewebstore.google.com/detail/add-to-trello/engmocckoohpopiacajolojeobefbcec
Descrizione Add cards to your Trello boards from your browser
Dimensione del File 228 KB
Conteggio Installazioni 14,401
Versione Corrente 1.0.0
Ultimo Aggiornamento 2016-12-23
Data di Pubblicazione 2016-12-23
Valutazione 4.28/5 Totale 71 Valutazioni
Sviluppatore walteranderson
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Add to Trello",
    "description": "Add cards to your Trello boards from your browser",
    "version": "1.0.0",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Add Cards to Trello"
    },
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/api.trello.com\/"
    ],
    "web_accessible_resources": [
        "settings.html"
    ]
}