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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}