TFS 2015 Team Room Notifications
This extension shows a desktop notification when a message is received in tfs team room
Apa itu TFS 2015 Team Room Notifications?
TFS 2015 Team Room Notifications adalah ekstensi Chrome yang dikembangkan oleh a.granpre, dan fitur utamanya adalah "This extension shows a desktop notification when a message is received in tfs team room".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi TFS 2015 Team Room Notifications
Unduh file ekstensi TFS 2015 Team Room Notifications 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
Shows notification when a team room chat message is posted in a team room that you opened. v1.39 removed hardcoded DefaultCollection from code v1.40 cleanup fix syntax errors
Informasi Dasar Ekstensi
Nama | TFS 2015 Team Room Notifications |
ID | llohcidbibnpeddcppapgkpnhhecnlfn |
URL Resmi | https://chromewebstore.google.com/detail/tfs-2015-team-room-notifi/llohcidbibnpeddcppapgkpnhhecnlfn |
Deskripsi | This extension shows a desktop notification when a message is received in tfs team room |
Ukuran File | 40.18 KB |
Jumlah Instalasi | 29 |
Versi Saat Ini | 1.40 |
Terakhir Diperbarui | 2016-11-04 |
Tanggal Publikasi | 2016-11-04 |
Penilaian | 1.50/5 Total 2 Penilaian |
Pengembang | a.granpre |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TFS 2015 Team Room Notifications", "description": "This extension shows a desktop notification when a message is received in tfs team room", "version": "1.40", "author": "Antoine Granpré Molière", "browser_action": { "default_icon": "favicon.ico" }, "permissions": [ "activeTab", "notifications", "tabs", "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ " |