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.
Cos'è Tabs for Trello?
Tabs for Trello è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "This extension creates a trello card whose title that of the current tab with a shortened url of the page in the description.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tabs for Trello
Scarica i file di estensione Tabs 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
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.
Informazioni di Base sull'Estensione
Nome | Tabs for Trello |
ID | gcdgongcgfoihmhkohnjieejppbgoanc |
URL Ufficiale | https://chromewebstore.google.com/detail/tabs-for-trello/gcdgongcgfoihmhkohnjieejppbgoanc |
Descrizione | This extension creates a trello card whose title that of the current tab with a shortened url of the page in the description. |
Dimensione del File | 67.06 KB |
Conteggio Installazioni | 105 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2014-04-18 |
Data di Pubblicazione | 2014-04-18 |
Valutazione | 4.00/5 Totale 4 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |