Workplace Status
Shows your Workplace status (Messages and Notifications) on a toolbar. No need to keep site open all the time.
Wat is Workplace Status?
Workplace Status is een Chrome-extensie ontwikkeld door RunninglVlan, en de belangrijkste functie is "Shows your Workplace status (Messages and Notifications) on a toolbar. No need to keep site open all the time.".
Extensie Screenshots
Download het CRX-bestand van de extensie Workplace Status
Download Workplace Status-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Workplace Status |
ID | niohhccbeokedijhglbamgfmeajldbdf |
Officiële URL | https://chromewebstore.google.com/detail/workplace-status/niohhccbeokedijhglbamgfmeajldbdf |
Beschrijving | Shows your Workplace status (Messages and Notifications) on a toolbar. No need to keep site open all the time. |
Bestandsgrootte | 27.08 KB |
Aantal Installaties | 288 |
Huidige Versie | 2.1 |
Laatst Bijgewerkt | 2017-02-06 |
Publicatiedatum | 2017-02-06 |
Beoordeling | 2.14/5 Totaal 7 Beoordelingen |
Ontwikkelaar | RunninglVlan |
Betalingswijze | free |
Help Pagina-URL | https://github.com/RunninglVlan/Workplace-Status/issues |
Ondersteunde Talen | 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" ] } |