SPAdminsHelper

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

ما هو SPAdminsHelper؟

SPAdminsHelper هو إضافة Chrome تم تطويرها بواسطة JR، والميزة الرئيسية لها هي "A few tools to help SharePoint functional admins. No server side installation.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة SPAdminsHelper

قم بتنزيل ملفات الامتداد SPAdminsHelper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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