SPAdminsHelper

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

什麼是SPAdminsHelper?

SPAdminsHelper是由JR開發的Chrome擴展程式,該擴展的主要功能是“A few tools to help SharePoint functional admins. No server side installation.”。

擴展截圖

screenshot
screenshot

下載SPAdminsHelper擴展crx文件

下載SPAdminsHelper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 SPAdminsHelper SPAdminsHelper
ID dnlbgjnghkeggijepdejihhmdlkpijhm
官方網址 https://chromewebstore.google.com/detail/spadminshelper/dnlbgjnghkeggijepdejihhmdlkpijhm
簡介 A few tools to help SharePoint functional admins. No server side installation.
檔案大小 37.28 KB
安裝次數 605
目前版本 1.3
更新時間 2015-05-27
上架時間 2015-05-27
評分 4.67/5 共 3 次評分
開發者 JR
付費類型 free
支援的語言 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'"
}