SPShell - SharePoint: Login as Another

This extension lets you login as another user to your SharePoint 2013/2016/Online Site with a button click.

SPShell - SharePoint: Login as Anotherとは何ですか?

SPShell - SharePoint: Login as Anotherはhttps://spshell.blogspot.inによって開発されたChromeの拡張機能で、その主な機能は「This extension lets you login as another user to your SharePoint 2013/2016/Online Site with a button click.」です。

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

screenshot
screenshot
screenshot
screenshot

SPShell - SharePoint: Login as Another拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension provides you a quick way to login as another user to your SharePoint 2013/2016/Online Site. The Login as another user option is removed after SharePoint 2010 version.                    

拡張機能の基本情報

名前 SPShell - SharePoint: Login as Another SPShell - SharePoint: Login as Another
ID lgfmclmmaegheapljgjdcmgegjgohbeo
公式URL https://chromewebstore.google.com/detail/spshell-sharepoint-login/lgfmclmmaegheapljgjdcmgegjgohbeo
説明 This extension lets you login as another user to your SharePoint 2013/2016/Online Site with a button click.
ファイルサイズ 54.98 KB
インストール数 315
現在のバージョン 1.0
最終更新日 2018-07-27
公開日 2018-07-27
評価 4.50/5 合計 6 レビュー
開発者 https://spshell.blogspot.in
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://spshell.blogspot.com/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SPShell - SharePoint: Login as Another",
    "version": "1.0",
    "description": "This extension lets you login as another user to your SharePoint 2013\/2016\/Online Site with a button click.",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png",
            "48": "images\/logo48.png",
            "128": "images\/logo128.png"
        }
    },
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}