SPAdminsHelper

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

Cos'è SPAdminsHelper?

SPAdminsHelper è un'estensione di Chrome sviluppata da JR, e la sua funzione principale è "A few tools to help SharePoint functional admins. No server side installation.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione SPAdminsHelper

Scarica i file di estensione SPAdminsHelper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome SPAdminsHelper SPAdminsHelper
ID dnlbgjnghkeggijepdejihhmdlkpijhm
URL Ufficiale https://chromewebstore.google.com/detail/spadminshelper/dnlbgjnghkeggijepdejihhmdlkpijhm
Descrizione A few tools to help SharePoint functional admins. No server side installation.
Dimensione del File 37.28 KB
Conteggio Installazioni 605
Versione Corrente 1.3
Ultimo Aggiornamento 2015-05-27
Data di Pubblicazione 2015-05-27
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore JR
Tipo di Pagamento free
Lingue Supportate 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'"
}