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
官方URL 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'"
}