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.
What is Copy-to-Trello?
Copy-to-Trello is a Chrome extension developed by marrijeen1214, and its main feature 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.".
Extension Screenshots
Download Copy-to-Trello Extension CRX File
Download Copy-to-Trello extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Copy-to-Trello |
ID | eadnohgkalgkbmhiehaonnjekbdfeldi |
Official URL | https://chromewebstore.google.com/detail/copy-to-trello/eadnohgkalgkbmhiehaonnjekbdfeldi |
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. |
File Size | 15.15 KB |
Installation Count | 671 |
Current Version | 1.0.5 |
Last Updated | 2023-06-29 |
Publish Date | 2020-12-09 |
Rating | 3.93/5 Total 15 Ratings |
Developer | marrijeen1214 |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://sites.google.com/view/extensions-privacy |
Supported Languages | 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" ] } |