TFS 2015 Team Room Notifications
This extension shows a desktop notification when a message is received in tfs team room
Qu'est-ce que TFS 2015 Team Room Notifications ?
TFS 2015 Team Room Notifications est une extension Chrome développée par a.granpre, et sa fonction principale est "This extension shows a desktop notification when a message is received in tfs team room".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TFS 2015 Team Room Notifications
Téléchargez les fichiers d'extension TFS 2015 Team Room Notifications au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | TFS 2015 Team Room Notifications |
ID | llohcidbibnpeddcppapgkpnhhecnlfn |
URL Officiel | https://chromewebstore.google.com/detail/tfs-2015-team-room-notifi/llohcidbibnpeddcppapgkpnhhecnlfn |
Description | This extension shows a desktop notification when a message is received in tfs team room |
Taille du Fichier | 40.18 KB |
Nombre d'Installations | 29 |
Version Actuelle | 1.40 |
Dernière Mise à Jour | 2016-11-04 |
Date de Publication | 2016-11-04 |
Évaluation | 1.50/5 Total 2 Évaluations |
Développeur | a.granpre |
Type de Paiement | free |
Langues Prises en Charge | 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": [ " |