Chrome SP Dev Tools
Chrome SP Dev Tools
Qu'est-ce que Chrome SP Dev Tools ?
Chrome SP Dev Tools est une extension Chrome développée par https://js231sp.com, et sa fonction principale est "Chrome SP Dev Tools".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Chrome SP Dev Tools
Téléchargez les fichiers d'extension Chrome SP Dev Tools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | efhiadiopfkjpdihdmlccoffnpdblkho |
URL Officiel | https://chrome.google.com/webstore/detail/chrome-sp-dev-tools/efhiadiopfkjpdihdmlccoffnpdblkho |
Description | Chrome SP Dev Tools |
Taille du Fichier | 608 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 1.6.1 |
Dernière Mise à Jour | 2018-11-04 |
Date de Publication | 2018-11-04 |
Évaluation | 5.00/5 Total 17 Évaluations |
Développeur | https://js231sp.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/DariuS231/ChromeSPDevTools |
URL de la Page d'Aide | https://github.com/DariuS231/ChromeSPDevTools/issues |
Langues Prises en Charge | 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" } } |