Chrome SP Dev Tools
Chrome SP Dev Tools
Was ist Chrome SP Dev Tools?
Chrome SP Dev Tools ist eine Chrome-Erweiterung, die von https://js231sp.com entwickelt wurde, und ihr Hauptmerkmal ist "Chrome SP Dev Tools".
Erweiterungsscreenshots
Chrome SP Dev Tools-Erweiterungs-CRX-Datei herunterladen
Laden Sie Chrome SP Dev Tools-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | efhiadiopfkjpdihdmlccoffnpdblkho |
| Offizielle URL | https://chrome.google.com/webstore/detail/chrome-sp-dev-tools/efhiadiopfkjpdihdmlccoffnpdblkho |
| Beschreibung | Chrome SP Dev Tools |
| Dateigröße | 608 KB |
| Installationsanzahl | 1,000 |
| Aktuelle Version | 1.6.1 |
| Letztes Update | 2018-11-04 |
| Veröffentlichungsdatum | 2018-11-04 |
| Bewertung | 5.00/5 Insgesamt 17 Bewertungen |
| Entwickler | https://js231sp.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/DariuS231/ChromeSPDevTools |
| Hilfeseite URL | https://github.com/DariuS231/ChromeSPDevTools/issues |
| Unterstützte Sprachen | 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"
}
} | |