Dev Tools for SharePoint
Tools for SharePoint administrators and developers.
What is Dev Tools for SharePoint?
Dev Tools for SharePoint is a Chrome extension developed by Balcones Enterprises, and its main feature is "Tools for SharePoint administrators and developers.".
Extension Screenshots
Download Dev Tools for SharePoint Extension CRX File
Download Dev Tools for SharePoint extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
The Dev Tools for SharePoint Chrome Extension can query a SharePoint site to display information about all lists and document libraries. An item can be selected to then produce a list of all the fields including Display Name, Internal Name and Data Type. This can be especially helpful for situations where internal field names are required. New features are coming soon, feel free to suggest enhancements or ideas!
Extension Basic Information
Name | Dev Tools for SharePoint |
ID | cdijmnpllkdbhjocnobeedndmhhdnmbn |
Official URL | https://chromewebstore.google.com/detail/dev-tools-for-sharepoint/cdijmnpllkdbhjocnobeedndmhhdnmbn |
Description | Tools for SharePoint administrators and developers. |
File Size | 118 KB |
Installation Count | 1,084 |
Current Version | 1.2 |
Last Updated | 2019-06-21 |
Publish Date | 2019-06-19 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Balcones Enterprises |
[email protected] | |
Payment Type | free |
Extension Website | https://balconesenterprises.com/ |
Help Page URL | https://balconesenterprises.com/products/dev-tools-for-sharepoint/ |
Privacy Policy Page URL | https://balconesenterprises.com/privacy-policy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dev Tools for SharePoint", "description": " Tools for SharePoint administrators and developers.", "version": "1.2", "short_name": "SP Dev Tools", "icons": { "32": "images\/CWS_appIcon_32x32.png", "128": "images\/CWS_appIcon_128x128.png", "512": "images\/CWS_appIcon_512x512.png" }, "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_icon": "images\/CWS_appIcon_512x512.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/vendor.js", "js\/background.js", "js\/sprestlib.js" ] }, "permissions": [ "tabs", "storage", " |