Workplace Status
Shows your Workplace status (Messages and Notifications) on a toolbar. No need to keep site open all the time.
Qu'est-ce que Workplace Status ?
Workplace Status est une extension Chrome développée par RunninglVlan, et sa fonction principale est "Shows your Workplace status (Messages and Notifications) on a toolbar. No need to keep site open all the time.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Workplace Status
Téléchargez les fichiers d'extension Workplace Status 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
See your Workplace status (Messages and Notifications) on a toolbar. Perfect for those who don't want to keep Workplace open all the time. By clicking on the icon when the status change is shown, you'll be transferred directly to that status page. Changelog v2.1 - Mossback Changed to Workplace Status v2.0 - Gaspar Initial release as Facebook at Work Status, based on Facebook Status extension
Informations de Base sur l'Extension
Nom | Workplace Status |
ID | niohhccbeokedijhglbamgfmeajldbdf |
URL Officiel | https://chromewebstore.google.com/detail/workplace-status/niohhccbeokedijhglbamgfmeajldbdf |
Description | Shows your Workplace status (Messages and Notifications) on a toolbar. No need to keep site open all the time. |
Taille du Fichier | 27.08 KB |
Nombre d'Installations | 288 |
Version Actuelle | 2.1 |
Dernière Mise à Jour | 2017-02-06 |
Date de Publication | 2017-02-06 |
Évaluation | 2.14/5 Total 7 Évaluations |
Développeur | RunninglVlan |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/RunninglVlan/Workplace-Status/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Workplace Status", "version": "2.1", "manifest_version": 2, "description": "Shows your Workplace status (Messages and Notifications) on a toolbar. No need to keep site open all the time.", "developer": { "name": "RunninglVlan", "url": "https:\/\/github.com\/RunninglVlan" }, "icons": { "64": "img\/icon64.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "16": "img\/browserAction\/default16.png", "32": "img\/browserAction\/default32.png", "19": "img\/browserAction\/default19.png", "38": "img\/browserAction\/default38.png" }, "default_title": "Workplace Status" }, "background": { "scripts": [ "js\/Statuses.js", "js\/Parser.js", "js\/IconUpdater.js", "js\/Options.js", "js\/Fetcher.js", "js\/Presenter.js", "background.js" ] }, "options_page": "options.html", "permissions": [ "*:\/\/*.facebook.com\/*", "tabs" ] } |