Workplace Status

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

Τι είναι το Workplace Status;

Το Workplace Status είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον RunninglVlan, και η κύρια λειτουργία του είναι "Shows your Workplace status (Messages and Notifications) on a toolbar. No need to keep site open all the time.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Workplace Status

Λήψη αρχείων επέκτασης Workplace Status σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Workplace Status Workplace Status
ID niohhccbeokedijhglbamgfmeajldbdf
Επίσημο URL https://chromewebstore.google.com/detail/workplace-status/niohhccbeokedijhglbamgfmeajldbdf
Περιγραφή Shows your Workplace status (Messages and Notifications) on a toolbar. No need to keep site open all the time.
Μέγεθος Αρχείου 27.08 KB
Αριθμός Εγκαταστάσεων 288
Τρέχουσα Έκδοση 2.1
Τελευταία Ενημέρωση 2017-02-06
Ημερομηνία Δημοσίευσης 2017-02-06
Αξιολόγηση 2.14/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής RunninglVlan
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/RunninglVlan/Workplace-Status/issues
Υποστηριζόμενες Γλώσσες 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"
    ]
}