SPAdminsHelper

A few tools to help SharePoint functional admins. No server side installation.

What is SPAdminsHelper?

SPAdminsHelper is a Chrome extension developed by JR, and its main feature is "A few tools to help SharePoint functional admins. No server side installation.".

Extension Screenshots

screenshot
screenshot

Download SPAdminsHelper Extension CRX File

Download SPAdminsHelper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A few tools to help SharePoint functional admins. Currently display
* Some quick links
* The parent web site (and direct link to site settings)
* The child web sites (and direct link to site settings)
* The Lists (including document libraries, custom list, pictures libraries...)

Uses SharePoint REST API, thus no server side installation needed.                    

Extension Basic Information

Name SPAdminsHelper SPAdminsHelper
ID dnlbgjnghkeggijepdejihhmdlkpijhm
Official URL https://chromewebstore.google.com/detail/spadminshelper/dnlbgjnghkeggijepdejihhmdlkpijhm
Description A few tools to help SharePoint functional admins. No server side installation.
File Size 37.28 KB
Installation Count 605
Current Version 1.3
Last Updated 2015-05-27
Publish Date 2015-05-27
Rating 4.67/5 Total 3 Ratings
Developer JR
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SPAdminsHelper",
    "description": "A few tools to help SharePoint functional admins. No server side installation.",
    "version": "1.3",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "logo_16.png",
        "48": "logo_48.png",
        "128": "logo_128.png"
    },
    "browser_action": {
        "default_title": "SP Admins Helper",
        "default_icon": "logo_19.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src  'self' https:\/\/ajax.googleapis.com https:\/\/ssl.google-analytics.com; object-src 'self'"
}