SPShell - SharePoint: Login as Another

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

Qu'est-ce que SPShell - SharePoint: Login as Another ?

SPShell - SharePoint: Login as Another est une extension Chrome développée par https://spshell.blogspot.in, et sa fonction principale est "This extension lets you login as another user to your SharePoint 2013/2016/Online Site with a button click.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension SPShell - SharePoint: Login as Another

Téléchargez les fichiers d'extension SPShell - SharePoint: Login as Another au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom SPShell - SharePoint: Login as Another SPShell - SharePoint: Login as Another
ID lgfmclmmaegheapljgjdcmgegjgohbeo
URL Officiel 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.
Taille du Fichier 54.98 KB
Nombre d'Installations 315
Version Actuelle 1.0
Dernière Mise à Jour 2018-07-27
Date de Publication 2018-07-27
Évaluation 4.50/5 Total 6 Évaluations
Développeur https://spshell.blogspot.in
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://spshell.blogspot.com/
Langues Prises en Charge 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:\/\/*\/"
    ]
}