Add a link to trello

This extension will let you add a link to a list on a board on Trello.

Apa itu Add a link to trello?

Add a link to trello adalah ekstensi Chrome yang dikembangkan oleh https://omgmog.net, dan fitur utamanya adalah "This extension will let you add a link to a list on a board on Trello.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Add a link to trello

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

                        This is a Google Chrome extension that lets you add the currently viewed page to a board on Trello.                    

Informasi Dasar Ekstensi

Nama Add a link to trello Add a link to trello
ID ngignckpjkimcpnlphkbgpnbpnicnffe
URL Resmi https://chromewebstore.google.com/detail/add-a-link-to-trello/ngignckpjkimcpnlphkbgpnbpnicnffe
Deskripsi This extension will let you add a link to a list on a board on Trello.
Ukuran File 71.53 KB
Jumlah Instalasi 517
Versi Saat Ini 1.2.1
Terakhir Diperbarui 2021-07-30
Tanggal Publikasi 2014-03-14
Penilaian 4.11/5 Total 9 Penilaian
Pengembang https://omgmog.net
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/omgmog/chrome-add-link-to-trello
URL Halaman Bantuan https://github.com/omgmog/chrome-add-link-to-trello/issues
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Add a link to trello",
    "description": "This extension will let you add a link to a list on a board on Trello.",
    "version": "1.2.1",
    "options_page": "options.html",
    "permissions": [
        "https:\/\/api.trello.com\/",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "options.html"
    ],
    "content_security_policy": "script-src 'self' https:\/\/api.trello.com; object-src 'self'"
}