SPShell - SharePoint: Login as Another

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

Wat is SPShell - SharePoint: Login as Another?

SPShell - SharePoint: Login as Another is een Chrome-extensie ontwikkeld door https://spshell.blogspot.in, en de belangrijkste functie is "This extension lets you login as another user to your SharePoint 2013/2016/Online Site with a button click.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie SPShell - SharePoint: Login as Another

Download SPShell - SharePoint: Login as Another-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam SPShell - SharePoint: Login as Another SPShell - SharePoint: Login as Another
ID lgfmclmmaegheapljgjdcmgegjgohbeo
Officiële URL https://chromewebstore.google.com/detail/spshell-sharepoint-login/lgfmclmmaegheapljgjdcmgegjgohbeo
Beschrijving This extension lets you login as another user to your SharePoint 2013/2016/Online Site with a button click.
Bestandsgrootte 54.98 KB
Aantal Installaties 315
Huidige Versie 1.0
Laatst Bijgewerkt 2018-07-27
Publicatiedatum 2018-07-27
Beoordeling 4.50/5 Totaal 6 Beoordelingen
Ontwikkelaar https://spshell.blogspot.in
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://spshell.blogspot.com/
Ondersteunde Talen 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:\/\/*\/"
    ]
}