Outlook Reloader

This extension will reload the web outlook (https://outlook.office.com/owa/) periodically.

What is Outlook Reloader?

Outlook Reloader is a Chrome extension developed by tidnlyam, and its main feature is "This extension will reload the web outlook (https://outlook.office.com/owa/) periodically.".

Extension Screenshots

screenshot

Download Outlook Reloader Extension CRX File

Download Outlook Reloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension will reload the web outlook (https://outlook.office.com/owa/) periodically.                    

Extension Basic Information

Name Outlook Reloader Outlook Reloader
ID hcmghgkpcoagochnpegomdhmfknmfcjc
Official URL https://chromewebstore.google.com/detail/outlook-reloader/hcmghgkpcoagochnpegomdhmfknmfcjc
Description This extension will reload the web outlook (https://outlook.office.com/owa/) periodically.
File Size 4.87 KB
Installation Count 205
Current Version 1.0.2
Last Updated 2019-05-14
Publish Date 2019-05-13
Developer tidnlyam
Payment Type free
Extension Website https://github.com/tily/outlook_reloader
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Outlook Reloader",
    "description": "This extension will reload the web outlook (https:\/\/outlook.office.com\/owa\/) periodically.",
    "version": "1.0.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/outlook.office.com\/mail\/*",
                "https:\/\/outlook.office365.com\/calendar\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Outlook Reloader",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "https:\/\/outlook.office.com\/mail\/*",
        "https:\/\/outlook.office365.com\/calendar\/*"
    ]
}