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!
Was ist Copy to Trello?
Copy to Trello ist eine Chrome-Erweiterung, die von celandau entwickelt wurde, und ihr Hauptmerkmal ist "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!".
Erweiterungsscreenshots
Copy to Trello-Erweiterungs-CRX-Datei herunterladen
Laden Sie Copy to Trello-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | fdaifolckhmjnlkapifnkphgdolgabfb |
| Offizielle URL | https://chromewebstore.google.com/detail/copy-to-trello/fdaifolckhmjnlkapifnkphgdolgabfb |
| Beschreibung | 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! |
| Dateigröße | 10.34 KB |
| Installationsanzahl | 688 |
| Aktuelle Version | 1.0.0 |
| Letztes Update | 2021-03-15 |
| Veröffentlichungsdatum | 2021-02-16 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | celandau |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |