Workplace Status

Shows your Workplace status (Messages and Notifications) on a toolbar. No need to keep site open all the time.

¿Qué es Workplace Status?

Workplace Status es una extensión de Chrome desarrollada por RunninglVlan, y su función principal es "Shows your Workplace status (Messages and Notifications) on a toolbar. No need to keep site open all the time.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Workplace Status

Descarga archivos de extensión Workplace Status en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Workplace Status Workplace Status
ID niohhccbeokedijhglbamgfmeajldbdf
URL Oficial https://chromewebstore.google.com/detail/workplace-status/niohhccbeokedijhglbamgfmeajldbdf
Descripción Shows your Workplace status (Messages and Notifications) on a toolbar. No need to keep site open all the time.
Tamaño del Archivo 27.08 KB
Cantidad de Instalaciones 288
Versión Actual 2.1
Última Actualización 2017-02-06
Fecha de Publicación 2017-02-06
Calificación 2.14/5 Total de 7 Calificaciones
Desarrollador RunninglVlan
Tipo de Pago free
URL de la Página de Ayuda https://github.com/RunninglVlan/Workplace-Status/issues
Idiomas Soportados 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"
    ]
}