SPShell - SharePoint: Login as Another

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

What is SPShell - SharePoint: Login as Another?

SPShell - SharePoint: Login as Another is a Chrome extension developed by https://spshell.blogspot.in, and its main feature is "This extension lets you login as another user to your SharePoint 2013/2016/Online Site with a button click.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download SPShell - SharePoint: Login as Another Extension CRX File

Download SPShell - SharePoint: Login as Another 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 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.                    

Extension Basic Information

Name SPShell - SharePoint: Login as Another SPShell - SharePoint: Login as Another
ID lgfmclmmaegheapljgjdcmgegjgohbeo
Official URL https://chromewebstore.google.com/detail/spshell-sharepoint-login/lgfmclmmaegheapljgjdcmgegjgohbeo
Description This extension lets you login as another user to your SharePoint 2013/2016/Online Site with a button click.
File Size 54.98 KB
Installation Count 315
Current Version 1.0
Last Updated 2018-07-27
Publish Date 2018-07-27
Rating 4.50/5 Total 6 Ratings
Developer https://spshell.blogspot.in
Email [email protected]
Payment Type free
Extension Website http://spshell.blogspot.com/
Supported Languages 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:\/\/*\/"
    ]
}