SPAdminsHelper
A few tools to help SharePoint functional admins. No server side installation.
Qu'est-ce que SPAdminsHelper ?
SPAdminsHelper est une extension Chrome développée par JR, et sa fonction principale est "A few tools to help SharePoint functional admins. No server side installation.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SPAdminsHelper
Téléchargez les fichiers d'extension SPAdminsHelper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | SPAdminsHelper |
ID | dnlbgjnghkeggijepdejihhmdlkpijhm |
URL Officiel | https://chromewebstore.google.com/detail/spadminshelper/dnlbgjnghkeggijepdejihhmdlkpijhm |
Description | A few tools to help SharePoint functional admins. No server side installation. |
Taille du Fichier | 37.28 KB |
Nombre d'Installations | 605 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2015-05-27 |
Date de Publication | 2015-05-27 |
Évaluation | 4.67/5 Total 3 Évaluations |
Développeur | JR |
Type de Paiement | free |
Langues Prises en Charge | 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'" } |