TFS 2015 Team Room Notifications
This extension shows a desktop notification when a message is received in tfs team room
什麼是TFS 2015 Team Room Notifications?
TFS 2015 Team Room Notifications是由a.granpre開發的Chrome擴展程式,該擴展的主要功能是“This extension shows a desktop notification when a message is received in tfs team room”。
擴展截圖
下載TFS 2015 Team Room Notifications擴展crx文件
下載TFS 2015 Team Room Notifications擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | TFS 2015 Team Room Notifications |
ID | llohcidbibnpeddcppapgkpnhhecnlfn |
官方網址 | https://chromewebstore.google.com/detail/tfs-2015-team-room-notifi/llohcidbibnpeddcppapgkpnhhecnlfn |
簡介 | This extension shows a desktop notification when a message is received in tfs team room |
檔案大小 | 40.18 KB |
安裝次數 | 29 |
目前版本 | 1.40 |
更新時間 | 2016-11-04 |
上架時間 | 2016-11-04 |
評分 | 1.50/5 共 2 次評分 |
開發者 | a.granpre |
付費類型 | free |
支援的語言 | 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": [ " |