SPShell - SharePoint: Login as Another

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

Cos'è SPShell - SharePoint: Login as Another?

SPShell - SharePoint: Login as Another è un'estensione di Chrome sviluppata da https://spshell.blogspot.in, e la sua funzione principale è "This extension lets you login as another user to your SharePoint 2013/2016/Online Site with a button click.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione SPShell - SharePoint: Login as Another

Scarica i file di estensione SPShell - SharePoint: Login as Another in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome SPShell - SharePoint: Login as Another SPShell - SharePoint: Login as Another
ID lgfmclmmaegheapljgjdcmgegjgohbeo
URL Ufficiale https://chromewebstore.google.com/detail/spshell-sharepoint-login/lgfmclmmaegheapljgjdcmgegjgohbeo
Descrizione This extension lets you login as another user to your SharePoint 2013/2016/Online Site with a button click.
Dimensione del File 54.98 KB
Conteggio Installazioni 315
Versione Corrente 1.0
Ultimo Aggiornamento 2018-07-27
Data di Pubblicazione 2018-07-27
Valutazione 4.50/5 Totale 6 Valutazioni
Sviluppatore https://spshell.blogspot.in
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://spshell.blogspot.com/
Lingue Supportate 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:\/\/*\/"
    ]
}