Unread count for Outlook

A Chrome plugin to display Outlook unread messages count on the tab.

Apa itu Unread count for Outlook?

Unread count for Outlook adalah ekstensi Chrome yang dikembangkan oleh Francois-Xavier Bonnet, dan fitur utamanya adalah "A Chrome plugin to display Outlook unread messages count on the tab.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Unread count for Outlook

Unduh file ekstensi Unread count for Outlook dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Just displays the Outlook unread count directly on the tab.
No setting required.
Supports multiple Outlook accounts opened in multiple tabs.

Once the plugin installed, just refresh the tab in order to see the unread count.                    

Informasi Dasar Ekstensi

Nama Unread count for Outlook Unread count for Outlook
ID jdkiibneihnhojkhlffdlpffimedpanm
URL Resmi https://chromewebstore.google.com/detail/unread-count-for-outlook/jdkiibneihnhojkhlffdlpffimedpanm
Deskripsi A Chrome plugin to display Outlook unread messages count on the tab.
Ukuran File 17.43 KB
Jumlah Instalasi 735
Versi Saat Ini 2.1
Terakhir Diperbarui 2021-10-08
Tanggal Publikasi 2019-07-24
Penilaian 3.00/5 Total 9 Penilaian
Pengembang Francois-Xavier Bonnet
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/fxbonnet/unread-count-for-outlook
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unread count for Outlook",
    "manifest_version": 2,
    "version": "2.1",
    "description": "A Chrome plugin to display Outlook unread messages count on the tab.",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/owa\/*",
                "https:\/\/*.outlook.com\/*",
                "https:\/\/outlook.live.com\/*",
                "https:\/\/*.office.com\/*",
                "https:\/\/*\/mail\/inbox*"
            ],
            "js": [
                "favico-0.3.10.min.js",
                "unread-count-for-outlook.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/*\/owa\/*",
        "https:\/\/*.outlook.com\/*",
        "https:\/\/outlook.live.com\/*",
        "https:\/\/*.office.com\/*",
        "https:\/\/*\/mail\/inbox*"
    ]
}