SP REST Client
Exploring SharePoint REST API.
What is SP REST Client?
SP REST Client is a Chrome extension developed by Atish Kumar Dipongkor, and its main feature is "Exploring SharePoint REST API.".
Extension Screenshots
Download SP REST Client Extension CRX File
Download SP REST Client extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | SP REST Client |
ID | ojnaikgchcnginnmkmkonmdglhjikokd |
Official URL | https://chromewebstore.google.com/detail/sp-rest-client/ojnaikgchcnginnmkmkonmdglhjikokd |
Description | Exploring SharePoint REST API. |
File Size | 21.34 KB |
Installation Count | 3,176 |
Current Version | 1.1.3 |
Last Updated | 2016-10-10 |
Publish Date | 2016-10-10 |
Rating | 3.68/5 Total 25 Ratings |
Developer | Atish Kumar Dipongkor |
Payment Type | free |
Extension Website | http://sharepointplex.com |
Supported Languages | 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" ] } |