Copy to Trello
Copy text from anywhere on Chrome to create a new Trello card with the text. Or, just use the interface to create new Trello cards!
Cos'è Copy to Trello?
Copy to Trello è un'estensione di Chrome sviluppata da celandau, e la sua funzione principale è "Copy text from anywhere on Chrome to create a new Trello card with the text. Or, just use the interface to create new Trello cards!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Copy to Trello
Scarica i file di estensione Copy 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
Right click on copied text from any website and copy to the body of a new Trello card. Or, just use the simple interface in order to easily create new Trello cards.
Informazioni di Base sull'Estensione
Nome | Copy to Trello |
ID | fdaifolckhmjnlkapifnkphgdolgabfb |
URL Ufficiale | https://chromewebstore.google.com/detail/copy-to-trello/fdaifolckhmjnlkapifnkphgdolgabfb |
Descrizione | Copy text from anywhere on Chrome to create a new Trello card with the text. Or, just use the interface to create new Trello cards! |
Dimensione del File | 10.34 KB |
Conteggio Installazioni | 688 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2021-03-15 |
Data di Pubblicazione | 2021-02-16 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | celandau |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Copy to Trello", "version": "1.0.0", "description": "Copy text from anywhere on Chrome to create a new Trello card with the text. Or, just use the interface to create new Trello cards!", "icons": { "128": "icon1.png" }, "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "activeTab", "contextMenus" ] } |