SPAdminsHelper
A few tools to help SharePoint functional admins. No server side installation.
SPAdminsHelper क्या है?
SPAdminsHelper JR द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A few tools to help SharePoint functional admins. No server side installation."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SPAdminsHelper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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'" } |