SP REST Client
Exploring SharePoint REST API.
SP REST Client란 무엇입니까?
SP REST Client은(는) Atish Kumar Dipongkor에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Exploring SharePoint REST API."입니다.
확장 프로그램 스크린샷
SP REST Client 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" ] } |