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.
Apa itu Copy-to-Trello?
Copy-to-Trello adalah ekstensi Chrome yang dikembangkan oleh marrijeen1214, dan fitur utamanya adalah "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.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Copy-to-Trello
Unduh file ekstensi Copy-to-Trello dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | Copy-to-Trello |
ID | eadnohgkalgkbmhiehaonnjekbdfeldi |
URL Resmi | https://chromewebstore.google.com/detail/copy-to-trello/eadnohgkalgkbmhiehaonnjekbdfeldi |
Deskripsi | 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. |
Ukuran File | 15.15 KB |
Jumlah Instalasi | 671 |
Versi Saat Ini | 1.0.5 |
Terakhir Diperbarui | 2023-06-29 |
Tanggal Publikasi | 2020-12-09 |
Penilaian | 3.93/5 Total 15 Penilaian |
Pengembang | marrijeen1214 |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://sites.google.com/view/extensions-privacy |
Bahasa yang Didukung | 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" ] } |