Chrome SP Dev Tools
Chrome SP Dev Tools
Vad är Chrome SP Dev Tools?
Chrome SP Dev Tools är en Chrome-tillägg utvecklad av https://js231sp.com, och dess huvudfunktion är "Chrome SP Dev Tools".
Tilläggsskärmbilder
Ladda ner Chrome SP Dev Tools-förlängningens CRX-fil
Ladda ner Chrome SP Dev Tools-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | efhiadiopfkjpdihdmlccoffnpdblkho |
| Officiell webbadress | https://chrome.google.com/webstore/detail/chrome-sp-dev-tools/efhiadiopfkjpdihdmlccoffnpdblkho |
| Beskrivning | Chrome SP Dev Tools |
| Filstorlek | 608 KB |
| Antal Installationer | 1,000 |
| Aktuell Version | 1.6.1 |
| Senast Uppdaterad | 2018-11-04 |
| Publiceringsdatum | 2018-11-04 |
| Betyg | 5.00/5 Totalt 17 Betyg |
| Utvecklare | https://js231sp.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/DariuS231/ChromeSPDevTools |
| Hjälpsida URL | https://github.com/DariuS231/ChromeSPDevTools/issues |
| Stödda Språk | 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"
}
} | |