Chrome SP Dev Tools
Chrome SP Dev Tools
Hvad er Chrome SP Dev Tools?
Chrome SP Dev Tools er en Chrome-udvidelse udviklet af https://js231sp.com, og dens hovedfunktion er "Chrome SP Dev Tools".
Udvidelsesskærmbilleder
Download Chrome SP Dev Tools-udvidelses-CRX-fil
Download Chrome SP Dev Tools-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | efhiadiopfkjpdihdmlccoffnpdblkho |
Officiel URL | https://chrome.google.com/webstore/detail/chrome-sp-dev-tools/efhiadiopfkjpdihdmlccoffnpdblkho |
Beskrivelse | Chrome SP Dev Tools |
Filstørrelse | 608 KB |
Antal Installationer | 1,000 |
Nuværende Version | 1.6.1 |
Senest Opdateret | 2018-11-04 |
Udgivelsesdato | 2018-11-04 |
Bedømmelse | 5.00/5 Samlet 17 Bedømmelser |
Udvikler | https://js231sp.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/DariuS231/ChromeSPDevTools |
Hjælpeside-URL | https://github.com/DariuS231/ChromeSPDevTools/issues |
Understøttede Sprog | 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" } } |