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!
Hvad er Copy to Trello?
Copy to Trello er en Chrome-udvidelse udviklet af celandau, og dens hovedfunktion er "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!".
Udvidelsesskærmbilleder
Download Copy to Trello-udvidelses-CRX-fil
Download Copy to Trello-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | fdaifolckhmjnlkapifnkphgdolgabfb |
| Officiel URL | https://chromewebstore.google.com/detail/copy-to-trello/fdaifolckhmjnlkapifnkphgdolgabfb |
| Beskrivelse | 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! |
| Filstørrelse | 10.34 KB |
| Antal Installationer | 688 |
| Nuværende Version | 1.0.0 |
| Senest Opdateret | 2021-03-15 |
| Udgivelsesdato | 2021-02-16 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | celandau |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
} | |