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 celandau, 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

screenshot
screenshot

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 Copy to Trello
ID fdaifolckhmjnlkapifnkphgdolgabfb
URL Resmi https://chromewebstore.google.com/detail/copy-to-trello/fdaifolckhmjnlkapifnkphgdolgabfb
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 10.34 KB
Jumlah Instalasi 688
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2021-03-15
Tanggal Publikasi 2021-02-16
Penilaian 5.00/5 Total 1 Penilaian
Pengembang celandau
Email [email protected]
Tipe Pembayaran free
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.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"
    ]
}