SP Insider

SP Insider (SPI) for Chrome is a free SharePoint Discovery tool for Developers and supports SharePoint Online/Office 365, 2016 and…

ما هو SP Insider؟

SP Insider هو إضافة Chrome تم تطويرها بواسطة https://aurorabits.com، والميزة الرئيسية لها هي "SP Insider (SPI) for Chrome is a free SharePoint Discovery tool for Developers and supports SharePoint Online/Office 365, 2016 and…".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة SP Insider

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

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

                        SP Insider (SPI) for Chrome is a free SharePoint Discovery tool for Developers and supports SharePoint Online/Office 365, 2016 and 2013. It runs in read-only mode so you can investigate your SharePoint Sites and explore SharePoint object properties without risking making any accidental changes. It runs standalone in the browser and doesn't need anything to be installed on the server.

To use SP Insider:

1. Add it to the the browser

2. Login to your SharePoint Site. You can navigate to a sub-site if you want to investigate that. 

3. Once your site is loaded in the browser launch SharePoint Insider from the Chrome browser toolbar.

Note: If you are already on SharePoint then reload the SharePoint page after installing the extension

Now you can 

1. Explore and investigate Sharepoint sites, libraries, lists, items, features, columns, content types, pages, users, groups and plus a lot more

2. View the REST requests and JSON data.  

3. Open a SharePoint location in a new browser tab

Benefits and use cases

1. No need to install/run .exe on client machine or server

2. Mac users can use it in Chrome too 

3. Single sign-on experience

4. Explore, Investigate and Browser- unified experience

5. Light-weight and fast, all javascript

6. Tell us any other benefits/use you see, would love to hear


Have some fun SPIng on your SharePoint Site!

Note: SPI has just been released so there might be some issues, please report to us if you find any and we will try to fix asap. Also if you have any feedback then we will love to hear that.

Also check our other free chrome extension 'FlyView for SharePoint and Office 365 Sites' for business users and administrators (developers can use it too!)

Aurora Bits Team                    

معلومات أساسية عن التمديد

الاسم SP Insider SP Insider
ID gjckpigahcbffmeofjfedlffddhfidhj
عنوان URL الرسمي https://chromewebstore.google.com/detail/sp-insider/gjckpigahcbffmeofjfedlffddhfidhj
الوصف SP Insider (SPI) for Chrome is a free SharePoint Discovery tool for Developers and supports SharePoint Online/Office 365, 2016 and…
حجم الملف 283 KB
عدد التثبيتات 4,212
النسخة الحالية 1.1.6.35
آخر تحديث 2017-06-13
تاريخ النشر 2017-06-13
تقييم 4.86/5 مجموع تقييمات 21
المطور https://aurorabits.com
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SP Insider",
    "short_name": "SPI",
    "description": "",
    "homepage_url": "http:\/\/www.aurorabits.com\/",
    "version": "1.1.6.35",
    "icons": {
        "16": "images\/icon_16x16.png",
        "32": "images\/icon_32x32.png",
        "48": "images\/icon_48x48.png",
        "128": "images\/icon_128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon_19x19.png",
            "38": "images\/icon_38x38.png"
        },
        "default_title": "SP Insider"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [],
            "js": [
                "scripts\/jquery.js",
                "scripts\/jquery-ui.js",
                "scripts\/jquery.contextmenu.js",
                "scripts\/jquery.cookie.js",
                "scripts\/jquery.dynatree.js",
                "scripts\/jquery.splitter.js",
                "scripts\/app.js",
                "addin.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "content\/*.*",
        "images\/*.*"
    ],
    "permissions": [
        "",
        "storage",
        "chrome:\/\/favicon\/"
    ]
}