Add it for Trello

This extension lets you add new cards to boards/lists and attach the current page as a comment

Apa itu Add it for Trello?

Add it for Trello adalah ekstensi Chrome yang dikembangkan oleh wyegelwel, dan fitur utamanya adalah "This extension lets you add new cards to boards/lists and attach the current page as a comment".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Add it for Trello

Unduh file ekstensi Add it 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

                        Add cards to Trello from any page. The extension is fairly simple, the screenshots should explain it all.


Github link: https://github.com/wyegelwel/Trello_It                    

Informasi Dasar Ekstensi

Nama Add it for Trello Add it for Trello
ID gcojdlkfcjmklneaoniagdciohpoblch
URL Resmi https://chromewebstore.google.com/detail/add-it-for-trello/gcojdlkfcjmklneaoniagdciohpoblch
Deskripsi This extension lets you add new cards to boards/lists and attach the current page as a comment
Ukuran File 768 KB
Jumlah Instalasi 132
Versi Saat Ini 0.3
Terakhir Diperbarui 2015-07-28
Tanggal Publikasi 2015-07-27
Penilaian 4.50/5 Total 2 Penilaian
Pengembang wyegelwel
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Add it for Trello",
    "description": "This extension lets you add new cards to boards\/lists and attach the current page as a comment",
    "version": "0.3",
    "browser_action": {
        "default_icon": "images\/Trello_it_logo.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/api.trello.com https:\/\/ssl.google-analytics.com https:\/\/ajax.googleapis.com; object-src 'self'",
    "permissions": [
        "https:\/\/trello.com\/",
        "https:\/\/api.trello.com\/",
        "tabs"
    ]
}