SPShell - SharePoint: Login as Another

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

Hvad er SPShell - SharePoint: Login as Another?

SPShell - SharePoint: Login as Another er en Chrome-udvidelse udviklet af https://spshell.blogspot.in, og dens hovedfunktion er "This extension lets you login as another user to your SharePoint 2013/2016/Online Site with a button click.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download SPShell - SharePoint: Login as Another-udvidelses-CRX-fil

Download SPShell - SharePoint: Login as Another-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn SPShell - SharePoint: Login as Another SPShell - SharePoint: Login as Another
ID lgfmclmmaegheapljgjdcmgegjgohbeo
Officiel URL https://chromewebstore.google.com/detail/spshell-sharepoint-login/lgfmclmmaegheapljgjdcmgegjgohbeo
Beskrivelse This extension lets you login as another user to your SharePoint 2013/2016/Online Site with a button click.
Filstørrelse 54.98 KB
Antal Installationer 315
Nuværende Version 1.0
Senest Opdateret 2018-07-27
Udgivelsesdato 2018-07-27
Bedømmelse 4.50/5 Samlet 6 Bedømmelser
Udvikler https://spshell.blogspot.in
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://spshell.blogspot.com/
Understøttede Sprog 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:\/\/*\/"
    ]
}