Display Unread Count in Tab for OWA

This will check for unread messages when using the Outlook Web App and put the unread count in the Outlook Web App tab.

Τι είναι το Display Unread Count in Tab for OWA;

Το Display Unread Count in Tab for OWA είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jared Pavan, και η κύρια λειτουργία του είναι "This will check for unread messages when using the Outlook Web App and put the unread count in the Outlook Web App tab.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Display Unread Count in Tab for OWA

Λήψη αρχείων επέκτασης Display Unread Count in Tab for OWA σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        I found myself annoyed by the Outlook Web App because one has to actually click on the OWA tab to see if you have any messages. With this extension, one can work in other tabs and know if they have any messages waiting for them or not.

This extension works with the OWA URL format https://*/owa/*

Support the development of this extension via Bitcoin or Dogecoin (for transparency)!
Bitcoin: 1DjZehKXGKAfecbcDYsjzT7pTmCXt5mFE1
Dogecoin: DPWbVMZespWTk9WVZQ8D5u25EPHvWiDrVn                    

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

Όνομα Display Unread Count in Tab for OWA Display Unread Count in Tab for OWA
ID eelenpkmbodgopefpbdghdmbeakcfnhc
Επίσημο URL https://chromewebstore.google.com/detail/display-unread-count-in-t/eelenpkmbodgopefpbdghdmbeakcfnhc
Περιγραφή This will check for unread messages when using the Outlook Web App and put the unread count in the Outlook Web App tab.
Μέγεθος Αρχείου 26.93 KB
Αριθμός Εγκαταστάσεων 163
Τρέχουσα Έκδοση 1.2.3
Τελευταία Ενημέρωση 2014-01-03
Ημερομηνία Δημοσίευσης 2014-01-03
Αξιολόγηση 3.88/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής Jared Pavan
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/pavanjared/OWA-Unread-Message-Count
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Display Unread Count in Tab for OWA",
    "manifest_version": 2,
    "version": "1.2.3",
    "description": "This will check for unread messages when using the Outlook Web App and put the unread count in the Outlook Web App tab.",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/owa\/*"
            ],
            "js": [
                "Unread_Count_OWA.user.js"
            ]
        }
    ]
}