SP REST Client

Exploring SharePoint REST API.

什么是SP REST Client?

SP REST Client是由Atish Kumar Dipongkor开发的Chrome扩展程序,该扩展的主要功能是“Exploring SharePoint REST API.”。

扩展截图

screenshot
screenshot

下载SP REST Client扩展crx文件

下载SP REST Client扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        It's a REST Client for SharePoint 2013, 2016 and Online. SharePoint end-points can be tested very easily by making GET, POST, UPDATE or DELETE request.

Before using this extension, login or navigate to your SharePoint site, then click on the extension icon. After few moment, you will get some cool UI for making GET, POST, UPDATE or DELETE request.

SP REST Client is free and open source tool. So you are always welcome to contribute here.

Finally, I hope, this tool will be your ultimate REST Client for SharePoint. Please don't forget to rate it if you get any help from it.                    

扩展基本信息

名称 SP REST Client SP REST Client
ID ojnaikgchcnginnmkmkonmdglhjikokd
官方URL https://chromewebstore.google.com/detail/sp-rest-client/ojnaikgchcnginnmkmkonmdglhjikokd
简介 Exploring SharePoint REST API.
文件大小 21.34 KB
安装次数 3,176
当前版本 1.1.3
更新时间 2016-10-10
上架时间 2016-10-10
评分 3.68/5 共25次评分
开发者 Atish Kumar Dipongkor
付费类型 free
扩展官网 http://sharepointplex.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SP REST Client",
    "description": "Exploring SharePoint REST API.",
    "version": "1.1.3",
    "browser_action": {
        "default_icon": {
            "19": "Icons\/19.png",
            "38": "Icons\/38.png"
        },
        "default_popup": "Index.html"
    },
    "icons": {
        "16": "Icons\/16.png",
        "32": "Icons\/32.png",
        "48": "Icons\/48.png",
        "96": "Icons\/96.png",
        "128": "Icons\/128.png"
    },
    "permissions": [
        "activeTab"
    ]
}