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.
Vad är Copy-to-Trello?
Copy-to-Trello är en Chrome-tillägg utvecklad av marrijeen1214, och dess huvudfunktion är "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.".
Tilläggsskärmbilder
Ladda ner Copy-to-Trello-förlängningens CRX-fil
Ladda ner Copy-to-Trello-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | Copy-to-Trello |
ID | eadnohgkalgkbmhiehaonnjekbdfeldi |
Officiell webbadress | https://chromewebstore.google.com/detail/copy-to-trello/eadnohgkalgkbmhiehaonnjekbdfeldi |
Beskrivning | 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. |
Filstorlek | 15.15 KB |
Antal Installationer | 671 |
Aktuell Version | 1.0.5 |
Senast Uppdaterad | 2023-06-29 |
Publiceringsdatum | 2020-12-09 |
Betyg | 3.93/5 Totalt 15 Betyg |
Utvecklare | marrijeen1214 |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://sites.google.com/view/extensions-privacy |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Copy-to-Trello", "version": "1.0.5", "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": "icon.png" }, "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "activeTab", "contextMenus" ] } |