SPAdminsHelper

SPAdminsHelper

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

Merlin
Additional files are visible only to premium users

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'"
}