O365 Launcher

Office 365 automatic launcher.

O365 Launcherとは何ですか?

O365 LauncherはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Office 365 automatic launcher.」です。

拡張機能のスクリーンショット

O365 Launcher拡張機能のCRXファイルをダウンロード

O365 Launcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 O365 Launcher O365 Launcher
ID coihkmjofdnfbgabldipnkehoopebpme
公式URL https://chromewebstore.google.com/detail/o365-launcher/coihkmjofdnfbgabldipnkehoopebpme
説明 Office 365 automatic launcher.
ファイルサイズ 99.88 KB
インストール数 122
現在のバージョン 1.0
最終更新日 2017-11-17
公開日 2017-11-17
評価 5.00/5 合計 1 レビュー
開発者 Unknown
支払い方法 free
対応言語 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"
            ]
        }
    ]
}