Add it for Trello

This extension lets you add new cards to boards/lists and attach the current page as a comment

Cos'è Add it for Trello?

Add it for Trello è un'estensione di Chrome sviluppata da wyegelwel, e la sua funzione principale è "This extension lets you add new cards to boards/lists and attach the current page as a comment".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Add it for Trello

Scarica i file di estensione Add it for 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

                        Add cards to Trello from any page. The extension is fairly simple, the screenshots should explain it all.


Github link: https://github.com/wyegelwel/Trello_It                    

Informazioni di Base sull'Estensione

Nome Add it for Trello Add it for Trello
ID gcojdlkfcjmklneaoniagdciohpoblch
URL Ufficiale https://chromewebstore.google.com/detail/add-it-for-trello/gcojdlkfcjmklneaoniagdciohpoblch
Descrizione This extension lets you add new cards to boards/lists and attach the current page as a comment
Dimensione del File 768 KB
Conteggio Installazioni 132
Versione Corrente 0.3
Ultimo Aggiornamento 2015-07-28
Data di Pubblicazione 2015-07-27
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore wyegelwel
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Add it for Trello",
    "description": "This extension lets you add new cards to boards\/lists and attach the current page as a comment",
    "version": "0.3",
    "browser_action": {
        "default_icon": "images\/Trello_it_logo.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/api.trello.com https:\/\/ssl.google-analytics.com https:\/\/ajax.googleapis.com; object-src 'self'",
    "permissions": [
        "https:\/\/trello.com\/",
        "https:\/\/api.trello.com\/",
        "tabs"
    ]
}