Trello Feed
Have a full visibility of what is happening in Trello.
Apa itu Trello Feed?
Trello Feed adalah ekstensi Chrome yang dikembangkan oleh ynazarov, dan fitur utamanya adalah "Have a full visibility of what is happening in Trello.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Trello Feed
Unduh file ekstensi Trello Feed 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
Trello Feed will group updates from all your boards and show them in one place so that you wouldn't miss a thing. It will notify you if new updates available, so you can quickly respond to a comment or a task.
Informasi Dasar Ekstensi
Nama | |
ID | obincefhnenglgklhbehgeeeccjpgccn |
URL Resmi | https://chrome.google.com/webstore/detail/obincefhnenglgklhbehgeeeccjpgccn |
Deskripsi | Have a full visibility of what is happening in Trello. |
Ukuran File | 709 KB |
Jumlah Instalasi | 75 |
Versi Saat Ini | 1.1.1 |
Terakhir Diperbarui | 2017-11-01 |
Tanggal Publikasi | 2017-11-01 |
Penilaian | 4.00/5 Total 3 Penilaian |
Pengembang | ynazarov |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trello Feed", "version": "1.1.1", "description": "Have a full visibility of what is happening in Trello.", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "background": { "page": "html\/background.html" }, "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "js": [ "src\/inject.js" ], "css": [ "css\/modifiedBoards.css" ] } ], "web_accessible_resources": [ "html\/app.html", "icons\/boards.white.svg", "icons\/feed.white.svg" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": [], "permissions": [ "https:\/\/trello.com\/*", "https:\/\/www.google-analytics.com\/", "storage", "tabs", "alarms" ] } |