SPShell - SharePoint: Login as Another

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

什么是SPShell - SharePoint: Login as Another?

SPShell - SharePoint: Login as Another是由https://spshell.blogspot.in开发的Chrome扩展程序,该扩展的主要功能是“This extension lets you login as another user to your SharePoint 2013/2016/Online Site with a button click.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载SPShell - SharePoint: Login as Another扩展crx文件

下载SPShell - SharePoint: Login as Another扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 SPShell - SharePoint: Login as Another SPShell - SharePoint: Login as Another
ID lgfmclmmaegheapljgjdcmgegjgohbeo
官方URL https://chromewebstore.google.com/detail/spshell-sharepoint-login/lgfmclmmaegheapljgjdcmgegjgohbeo
简介 This extension lets you login as another user to your SharePoint 2013/2016/Online Site with a button click.
文件大小 54.98 KB
安装次数 315
当前版本 1.0
更新时间 2018-07-27
上架时间 2018-07-27
评分 4.50/5 共6次评分
开发者 https://spshell.blogspot.in
电子邮箱 [email protected]
付费类型 free
扩展官网 http://spshell.blogspot.com/
支持的语言 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:\/\/*\/"
    ]
}