Add a link to trello
This extension will let you add a link to a list on a board on Trello.
Cos'è Add a link to trello?
Add a link to trello è un'estensione di Chrome sviluppata da https://omgmog.net, e la sua funzione principale è "This extension will let you add a link to a list on a board on Trello.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Add a link to trello
Scarica i file di estensione Add a link 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
This is a Google Chrome extension that lets you add the currently viewed page to a board on Trello.
Informazioni di Base sull'Estensione
Nome | Add a link to trello |
ID | ngignckpjkimcpnlphkbgpnbpnicnffe |
URL Ufficiale | https://chromewebstore.google.com/detail/add-a-link-to-trello/ngignckpjkimcpnlphkbgpnbpnicnffe |
Descrizione | This extension will let you add a link to a list on a board on Trello. |
Dimensione del File | 71.53 KB |
Conteggio Installazioni | 517 |
Versione Corrente | 1.2.1 |
Ultimo Aggiornamento | 2021-07-30 |
Data di Pubblicazione | 2014-03-14 |
Valutazione | 4.11/5 Totale 9 Valutazioni |
Sviluppatore | https://omgmog.net |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/omgmog/chrome-add-link-to-trello |
URL della Pagina di Aiuto | https://github.com/omgmog/chrome-add-link-to-trello/issues |
Lingue Supportate | 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'" } |