SP REST Client

Exploring SharePoint REST API.

Cos'è SP REST Client?

SP REST Client è un'estensione di Chrome sviluppata da Atish Kumar Dipongkor, e la sua funzione principale è "Exploring SharePoint REST API.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione SP REST Client

Scarica i file di estensione SP REST Client in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome SP REST Client SP REST Client
ID ojnaikgchcnginnmkmkonmdglhjikokd
URL Ufficiale https://chromewebstore.google.com/detail/sp-rest-client/ojnaikgchcnginnmkmkonmdglhjikokd
Descrizione Exploring SharePoint REST API.
Dimensione del File 21.34 KB
Conteggio Installazioni 3,176
Versione Corrente 1.1.3
Ultimo Aggiornamento 2016-10-10
Data di Pubblicazione 2016-10-10
Valutazione 3.68/5 Totale 25 Valutazioni
Sviluppatore Atish Kumar Dipongkor
Tipo di Pagamento free
Sito Web dell'Estensione http://sharepointplex.com
Lingue Supportate 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"
    ]
}