Dev Tools for SharePoint

Tools for SharePoint administrators and developers.

什么是Dev Tools for SharePoint?

Dev Tools for SharePoint是由Balcones Enterprises开发的Chrome扩展程序,该扩展的主要功能是“Tools for SharePoint administrators and developers.”。

扩展截图

screenshot

下载Dev Tools for SharePoint扩展crx文件

下载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 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",
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}