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.
Wat is Copy-to-Trello?
Copy-to-Trello is een Chrome-extensie ontwikkeld door marrijeen1214, en de belangrijkste functie is "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.".
Extensie Screenshots
Download het CRX-bestand van de extensie Copy-to-Trello
Download Copy-to-Trello-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | eadnohgkalgkbmhiehaonnjekbdfeldi |
| Officiële URL | https://chromewebstore.google.com/detail/copy-to-trello/eadnohgkalgkbmhiehaonnjekbdfeldi |
| Beschrijving | 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. |
| Bestandsgrootte | 15.15 KB |
| Aantal Installaties | 671 |
| Huidige Versie | 1.0.5 |
| Laatst Bijgewerkt | 2023-06-29 |
| Publicatiedatum | 2020-12-09 |
| Beoordeling | 3.93/5 Totaal 15 Beoordelingen |
| Ontwikkelaar | marrijeen1214 |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://sites.google.com/view/extensions-privacy |
| Ondersteunde Talen | 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"
]
} | |