Quick Card Search and Filter For Trello

Quick Card Search & Filter for Trello,Quickly Search Cards on Current Board, Quick Way To Filter & Show Cards With Respect to Labels

Apa itu Quick Card Search and Filter For Trello?

Quick Card Search and Filter For Trello adalah ekstensi Chrome yang dikembangkan oleh https://www.acurax.com, dan fitur utamanya adalah "Quick Card Search & Filter for Trello,Quickly Search Cards on Current Board, Quick Way To Filter & Show Cards With Respect to Labels".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Quick Card Search and Filter For Trello

Unduh file ekstensi Quick Card Search and Filter For 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

                        This is a simple extension for chrome, to help trello users to have easy to use quick search option, where you can easily search a card in your current trello board.

According to each character you type in the search field. The board instantly filter and show the only the cards which have the searched keyword in title.

It also add a Quick Label Filter Option, which helps you to filter cards with respect to labels.                    

Informasi Dasar Ekstensi

Nama Quick Card Search and Filter For Trello Quick Card Search and Filter For Trello
ID cefckkmehbmgplhdlgdckpkociljphpm
URL Resmi https://chromewebstore.google.com/detail/quick-card-search-and-fil/cefckkmehbmgplhdlgdckpkociljphpm
Deskripsi Quick Card Search & Filter for Trello,Quickly Search Cards on Current Board, Quick Way To Filter & Show Cards With Respect to Labels
Ukuran File 61.53 KB
Jumlah Instalasi 549
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2019-03-14
Tanggal Publikasi 2019-03-14
Penilaian 4.50/5 Total 8 Penilaian
Pengembang https://www.acurax.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick Card Search and Filter For Trello",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Quick Card Search & Filter for Trello,Quickly Search Cards on Current Board, Quick Way To Filter & Show Cards With Respect to Labels",
    "page_action": {
        "default_title": "Trello Quick Search Filter",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        "images\/tag-img.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "css": [
                "css\/acxplugin.css"
            ],
            "js": [
                "js\/jquery-3.3.1.min.js",
                "js\/mustache.min.js",
                "js\/script.js",
                "js\/plugin.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "http:\/\/trello.com\/",
        "https:\/\/trello.com\/"
    ]
}