CamlJS Console

CamlJS Console with live preview.

CamlJS Console란 무엇입니까?

CamlJS Console은(는) Andrei Markeev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "CamlJS Console with live preview."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

CamlJS Console 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Free and open source development console for creating SharePoint CAML queries, with live preview against real lists and libraries. Uses CamlJs syntax.

Install the extension, navigate to your SharePoint portal, click the extension action button. In the topmost editor window, create a CamlJs query. You will see the generated CAML Query right as you type. Then, switch to the "Data preview" tab, select a list, and the query will be run against the selected list.

CamlJs editor window provides syntax highlighting and intellisense. Intellisense is enhanced by adding the fields of the selected SharePoint list into the code completion list.

The extension is open source, the source code is hosted on GitHub. Please post bug reports, feature requests, etc., to GitHub.                    

확장 프로그램 기본 정보

이름 CamlJS Console CamlJS Console
ID ohjcpmdjfihchfhkmimcbklhjdphoeac
공식 URL https://chromewebstore.google.com/detail/camljs-console/ohjcpmdjfihchfhkmimcbklhjdphoeac
설명 CamlJS Console with live preview.
파일 크기 547 KB
설치 횟수 1,395
현재 버전 1.0.18
최근 업데이트 2022-02-25
출시 날짜 2019-10-23
평점 4.87/5 총 15 개의 평점
개발자 Andrei Markeev
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/andrei-markeev/camljs-console
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CamlJS Console",
    "homepage_url": "https:\/\/github.com\/andrei-markeev\/camljs-console",
    "version": "1.0.18",
    "description": "CamlJS Console with live preview.",
    "icons": {
        "16": "AppIcon16.png",
        "32": "AppIcon32.png",
        "48": "AppIcon48.png",
        "96": "AppIcon96.png",
        "128": "AppIcon.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "AppIcon19.png",
            "38": "AppIcon38.png"
        },
        "default_popup": "index.html"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2
}