Dev Tools for SharePoint
Tools for SharePoint administrators and developers.
Что такое Dev Tools for SharePoint?
Dev Tools for SharePoint - это расширение Chrome, разработанное Balcones Enterprises, и его основная функция - "Tools for SharePoint administrators and developers.".
Снимки экрана расширения
Скачать файл CRX расширения Dev Tools for SharePoint
Скачайте файлы расширений Dev Tools for SharePoint в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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!
Основная информация о расширении
Название | Dev Tools for SharePoint |
ID | cdijmnpllkdbhjocnobeedndmhhdnmbn |
Официальный URL | https://chromewebstore.google.com/detail/dev-tools-for-sharepoint/cdijmnpllkdbhjocnobeedndmhhdnmbn |
Описание | Tools for SharePoint administrators and developers. |
Размер файла | 118 KB |
Количество установок | 1,084 |
Текущая Версия | 1.2 |
Последнее Обновление | 2019-06-21 |
Дата публикации | 2019-06-19 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Balcones Enterprises |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://balconesenterprises.com/ |
URL страницы помощи | https://balconesenterprises.com/products/dev-tools-for-sharepoint/ |
URL страницы политики конфиденциальности | https://balconesenterprises.com/privacy-policy |
Поддерживаемые языки | 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", " |