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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://spshell.blogspot.in และคุณลักษณะหลักของมันคือ "This extension lets you login as another user to your SharePoint 2013/2016/Online Site with a button click."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SPShell - SharePoint: Login as Another

ดาวน์โหลดไฟล์ส่วนขยาย 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:\/\/*\/"
    ]
}