SPAdminsHelper

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

Co to jest SPAdminsHelper?

SPAdminsHelper to rozszerzenie Chrome opracowane przez JR, a jego główną funkcją jest „A few tools to help SharePoint functional admins. No server side installation.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia SPAdminsHelper

Pobierz pliki rozszerzeń SPAdminsHelper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa SPAdminsHelper SPAdminsHelper
ID dnlbgjnghkeggijepdejihhmdlkpijhm
Oficjalny URL https://chromewebstore.google.com/detail/spadminshelper/dnlbgjnghkeggijepdejihhmdlkpijhm
Opis A few tools to help SharePoint functional admins. No server side installation.
Rozmiar pliku 37.28 KB
Liczba instalacji 605
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2015-05-27
Data Publikacji 2015-05-27
Ocena 4.67/5 Łącznie 3 Oceny
Deweloper JR
Typ Płatności free
Obsługiwane Języki 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'"
}