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'"
}