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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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:\/\/*\/"
    ]
}