SP REST Client

Exploring SharePoint REST API.

SP REST Client क्या है?

SP REST Client Atish Kumar Dipongkor द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Exploring SharePoint REST API."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SP REST Client एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    ]
}