SPShell - SharePoint: Login as Another

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

Was ist SPShell - SharePoint: Login as Another?

SPShell - SharePoint: Login as Another ist eine Chrome-Erweiterung, die von https://spshell.blogspot.in entwickelt wurde, und ihr Hauptmerkmal ist "This extension lets you login as another user to your SharePoint 2013/2016/Online Site with a button click.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

SPShell - SharePoint: Login as Another-Erweiterungs-CRX-Datei herunterladen

Laden Sie SPShell - SharePoint: Login as Another-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name SPShell - SharePoint: Login as Another SPShell - SharePoint: Login as Another
ID lgfmclmmaegheapljgjdcmgegjgohbeo
Offizielle URL https://chromewebstore.google.com/detail/spshell-sharepoint-login/lgfmclmmaegheapljgjdcmgegjgohbeo
Beschreibung This extension lets you login as another user to your SharePoint 2013/2016/Online Site with a button click.
Dateigröße 54.98 KB
Installationsanzahl 315
Aktuelle Version 1.0
Letztes Update 2018-07-27
Veröffentlichungsdatum 2018-07-27
Bewertung 4.50/5 Insgesamt 6 Bewertungen
Entwickler https://spshell.blogspot.in
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://spshell.blogspot.com/
Unterstützte Sprachen 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:\/\/*\/"
    ]
}