Notifications and More for Outlook Web App

Display email count on the Outlook web app icon and adds some handy shortcuts

Apa itu Notifications and More for Outlook Web App?

Notifications and More for Outlook Web App adalah ekstensi Chrome yang dikembangkan oleh James Hickmott, dan fitur utamanya adalah "Display email count on the Outlook web app icon and adds some handy shortcuts".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Notifications and More for Outlook Web App

Unduh file ekstensi Notifications and More for Outlook Web App 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

                        Displays the unread email notification count on the outlook web app icon when you have your inbox displayed and the folder view open

You must install Outlook as a chrome web app

SHORTCUTS
Ctrl+Shift+A - Select all emails in a conversation                    

Informasi Dasar Ekstensi

Nama Notifications and More for Outlook Web App Notifications and More for Outlook Web App
ID aldmgmgmjomckcjljebhedkkgbjodbih
URL Resmi https://chromewebstore.google.com/detail/notifications-and-more-fo/aldmgmgmjomckcjljebhedkkgbjodbih
Deskripsi Display email count on the Outlook web app icon and adds some handy shortcuts
Ukuran File 57.1 KB
Jumlah Instalasi 1,655
Versi Saat Ini 1.4
Terakhir Diperbarui 2022-01-19
Tanggal Publikasi 2021-08-10
Penilaian 2.00/5 Total 4 Penilaian
Pengembang James Hickmott
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notifications and More for Outlook Web App",
    "description": "Display email count on the Outlook web app icon and adds some handy shortcuts",
    "version": "1.4",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/outlook.office.com\/*"
            ],
            "js": [
                "jquery.1.11.1.min.js",
                "background.js"
            ]
        }
    ]
}