O365 Launcher

Office 365 automatic launcher.

What is O365 Launcher?

O365 Launcher is a Chrome extension developed by Unknown, and its main feature is "Office 365 automatic launcher.".

Extension Screenshots

Download O365 Launcher Extension CRX File

Download O365 Launcher 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

                        Working with multiple tenants ?

This extension is for you : add multiple tenant in a list and open them in incognito mode. Your email will be automatically added.
 
Please activate Incognito mode.                    

Extension Basic Information

Name O365 Launcher O365 Launcher
ID coihkmjofdnfbgabldipnkehoopebpme
Official URL https://chromewebstore.google.com/detail/o365-launcher/coihkmjofdnfbgabldipnkehoopebpme
Description Office 365 automatic launcher.
File Size 99.88 KB
Installation Count 122
Current Version 1.0
Last Updated 2017-11-17
Publish Date 2017-11-17
Rating 5.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "O365 Launcher",
    "description": "Office 365 automatic launcher.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        ""
    ],
    "icons": {
        "16": "icon.png",
        "32": "images\/icon_64.png",
        "48": "images\/icon_64.png",
        "128": "images\/icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ]
}