SPAdminsHelper

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

SPAdminsHelper là gì?

SPAdminsHelper là một tiện ích mở rộng Chrome được phát triển bởi JR, và tính năng chính của nó là "A few tools to help SharePoint functional admins. No server side installation.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SPAdminsHelper

Tải xuống các tệp mở rộng SPAdminsHelper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SPAdminsHelper SPAdminsHelper
ID dnlbgjnghkeggijepdejihhmdlkpijhm
URL Chính Thức https://chromewebstore.google.com/detail/spadminshelper/dnlbgjnghkeggijepdejihhmdlkpijhm
Mô tả A few tools to help SharePoint functional admins. No server side installation.
Kích Thước Tệp 37.28 KB
Số Lần Cài Đặt 605
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2015-05-27
Ngày Phát Hành 2015-05-27
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển JR
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}