Dev Tools for SharePoint
Tools for SharePoint administrators and developers.
Dev Tools for SharePoint là gì?
Dev Tools for SharePoint là một tiện ích mở rộng Chrome được phát triển bởi Balcones Enterprises, và tính năng chính của nó là "Tools for SharePoint administrators and developers.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Dev Tools for SharePoint
Tải xuống các tệp mở rộng Dev Tools for SharePoint dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Dev Tools for SharePoint |
ID | cdijmnpllkdbhjocnobeedndmhhdnmbn |
URL Chính Thức | https://chromewebstore.google.com/detail/dev-tools-for-sharepoint/cdijmnpllkdbhjocnobeedndmhhdnmbn |
Mô tả | Tools for SharePoint administrators and developers. |
Kích Thước Tệp | 118 KB |
Số Lần Cài Đặt | 1,084 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2019-06-21 |
Ngày Phát Hành | 2019-06-19 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Balcones Enterprises |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://balconesenterprises.com/ |
URL Trang Trợ Giúp | https://balconesenterprises.com/products/dev-tools-for-sharepoint/ |
URL Trang Chính Sách Bảo Mật | https://balconesenterprises.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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", " |