Inbox Spotlight - for Outlook 365

Achieve Inbox Zero with your Outlook 365 email account using keyboard shortcuts.

Inbox Spotlight - for Outlook 365คืออะไร?

Inbox Spotlight - for Outlook 365 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mahesh และคุณลักษณะหลักของมันคือ "Achieve Inbox Zero with your Outlook 365 email account using keyboard shortcuts."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Inbox Spotlight - for Outlook 365

ดาวน์โหลดไฟล์ส่วนขยาย Inbox Spotlight - for Outlook 365 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        How to launch the extension:
1. After installing it, press ctrl+enter to launch the extension.
2. It's recommended to enable keyboard shortcuts in Web Outlook before using the extension. For more info: https://support.microsoft.com/en-us/office/keyboard-shortcuts-for-outlook-3cdeb221-7ae5-4c1d-8c1d-9e63
3. The extension should be supported on any domain as long as you're using Web Outlook.
4. That's it! Try filtering unread messages by typing 'unread' after launching the extension.

Please share your feedback here: https://forms.gle/9o6bYuLkk1EtqrhA6                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Inbox Spotlight - for Outlook 365 Inbox Spotlight - for Outlook 365
ID ikhennpbkhgbokjaldpfhmpffgplpbgl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/inbox-spotlight-for-outlo/ikhennpbkhgbokjaldpfhmpffgplpbgl
คำอธิบาย Achieve Inbox Zero with your Outlook 365 email account using keyboard shortcuts.
ขนาดไฟล์ 1.35 MB
จำนวนการติดตั้ง 22
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2021-10-31
วันที่เผยแพร่ 2021-10-25
ผู้พัฒนา Mahesh
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Inbox Spotlight - for Outlook 365",
    "version": "0.1.1",
    "description": "Achieve Inbox Zero with your Outlook 365 email account using keyboard shortcuts.",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                ".\/assets\/css\/open-sesame.css",
                ".\/assets\/css\/toastr.min.css"
            ],
            "runAt": "document_end"
        }
    ],
    "icons": {
        "192": "InboxSpotlightLogo_192.png",
        "128": "InboxSpotlightLogo_128.png",
        "16": "InboxSpotlightLogo_16.png",
        "24": "InboxSpotlightLogo_24.png",
        "32": "InboxSpotlightLogo_32.png"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_icon": {
            "16": "InboxSpotlightLogo_16.png",
            "24": "InboxSpotlightLogo_24.png",
            "32": "InboxSpotlightLogo_32.png"
        },
        "default_title": "Inbox Spotlight"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/jquery-3.6.0.min.js",
                "assets\/js\/loader.js",
                "assets\/js\/open-sesame.js",
                "assets\/js\/open-sesame-modules.js",
                "assets\/js\/toastr.min.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "declarativeContent",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/outlook.live.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/outlook.live.com\/*"
        ]
    }
}