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