SPAdminsHelper
A few tools to help SharePoint functional admins. No server side installation.
Wat is SPAdminsHelper?
SPAdminsHelper is een Chrome-extensie ontwikkeld door JR, en de belangrijkste functie is "A few tools to help SharePoint functional admins. No server side installation.".
Extensie Screenshots
Download het CRX-bestand van de extensie SPAdminsHelper
Download SPAdminsHelper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | SPAdminsHelper |
ID | dnlbgjnghkeggijepdejihhmdlkpijhm |
Officiële URL | https://chromewebstore.google.com/detail/spadminshelper/dnlbgjnghkeggijepdejihhmdlkpijhm |
Beschrijving | A few tools to help SharePoint functional admins. No server side installation. |
Bestandsgrootte | 37.28 KB |
Aantal Installaties | 605 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2015-05-27 |
Publicatiedatum | 2015-05-27 |
Beoordeling | 4.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | JR |
Betalingswijze | free |
Ondersteunde Talen | 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'" } |