SPShell - SharePoint: Login as Another

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

Apa itu SPShell - SharePoint: Login as Another?

SPShell - SharePoint: Login as Another adalah ekstensi Chrome yang dikembangkan oleh https://spshell.blogspot.in, dan fitur utamanya adalah "This extension lets you login as another user to your SharePoint 2013/2016/Online Site with a button click.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi SPShell - SharePoint: Login as Another

Unduh file ekstensi SPShell - SharePoint: Login as Another dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama SPShell - SharePoint: Login as Another SPShell - SharePoint: Login as Another
ID lgfmclmmaegheapljgjdcmgegjgohbeo
URL Resmi https://chromewebstore.google.com/detail/spshell-sharepoint-login/lgfmclmmaegheapljgjdcmgegjgohbeo
Deskripsi This extension lets you login as another user to your SharePoint 2013/2016/Online Site with a button click.
Ukuran File 54.98 KB
Jumlah Instalasi 315
Versi Saat Ini 1.0
Terakhir Diperbarui 2018-07-27
Tanggal Publikasi 2018-07-27
Penilaian 4.50/5 Total 6 Penilaian
Pengembang https://spshell.blogspot.in
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://spshell.blogspot.com/
Bahasa yang Didukung 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:\/\/*\/"
    ]
}