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
官方網址 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:\/\/*\/"
    ]
}