Chrome SP Dev Tools
Chrome SP Dev Tools
Cos'è Chrome SP Dev Tools?
Chrome SP Dev Tools è un'estensione di Chrome sviluppata da https://js231sp.com, e la sua funzione principale è "Chrome SP Dev Tools".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chrome SP Dev Tools
Scarica i file di estensione Chrome SP Dev Tools 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
A Google chrome extension design to make SharePoint Developer’s life easier. Providing several useful tools:
- Search API Tool: Test and see results and indexed properties returned by the SharePoint Search API.
- Property Bag tool: allowing Devs to Create, Update or Delete web properties.
- Site Lists tool: showing a list of all the lists and libraries Public or Hidden.
- Web Custom Actions tool: allowing Devs to Create, Update or Delete web custom actions.
- Site Custom Actions tool: allowing Devs to Create, Update or Delete site custom actions.
- Web and site feature tool: showing a list of all the web and site features with the option of Activate or Deactivate the features. Informazioni di Base sull'Estensione
| Nome | |
| ID | efhiadiopfkjpdihdmlccoffnpdblkho |
| URL Ufficiale | https://chrome.google.com/webstore/detail/chrome-sp-dev-tools/efhiadiopfkjpdihdmlccoffnpdblkho |
| Descrizione | Chrome SP Dev Tools |
| Dimensione del File | 608 KB |
| Conteggio Installazioni | 1,000 |
| Versione Corrente | 1.6.1 |
| Ultimo Aggiornamento | 2018-11-04 |
| Data di Pubblicazione | 2018-11-04 |
| Valutazione | 5.00/5 Totale 17 Valutazioni |
| Sviluppatore | https://js231sp.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/DariuS231/ChromeSPDevTools |
| URL della Pagina di Aiuto | https://github.com/DariuS231/ChromeSPDevTools/issues |
| Lingue Supportate | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Chrome SP Dev Tools",
"version": "1.6.1",
"manifest_version": 2,
"description": "Chrome SP Dev Tools",
"icons": {
"16": "images\/sp_dev_tool_logo_16.png",
"19": "images\/sp_dev_tool_logo_19.png",
"32": "images\/sp_dev_tool_logo_32.png",
"64": "images\/sp_dev_tool_logo_64.png",
"76": "images\/sp_dev_tool_logo_76.png",
"128": "images\/sp_dev_tool_logo_128.png"
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"browser_action": {
"default_icon": {
"16": "images\/sp_dev_tool_logo_16.png",
"19": "images\/sp_dev_tool_logo_19.png",
"32": "images\/sp_dev_tool_logo_32.png",
"64": "images\/sp_dev_tool_logo_64.png",
"76": "images\/sp_dev_tool_logo_76.png",
"128": "images\/sp_dev_tool_logo_128.png"
},
"default_title": "Chrome SP Dev Tools",
"default_popup": "index.html"
}
} | |