SPAdminsHelper
A few tools to help SharePoint functional admins. No server side installation.
Apa itu SPAdminsHelper?
SPAdminsHelper adalah ekstensi Chrome yang dikembangkan oleh JR, dan fitur utamanya adalah "A few tools to help SharePoint functional admins. No server side installation.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi SPAdminsHelper
Unduh file ekstensi SPAdminsHelper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | SPAdminsHelper |
ID | dnlbgjnghkeggijepdejihhmdlkpijhm |
URL Resmi | https://chromewebstore.google.com/detail/spadminshelper/dnlbgjnghkeggijepdejihhmdlkpijhm |
Deskripsi | A few tools to help SharePoint functional admins. No server side installation. |
Ukuran File | 37.28 KB |
Jumlah Instalasi | 605 |
Versi Saat Ini | 1.3 |
Terakhir Diperbarui | 2015-05-27 |
Tanggal Publikasi | 2015-05-27 |
Penilaian | 4.67/5 Total 3 Penilaian |
Pengembang | JR |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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'" } |