CamlJS Console

CamlJS Console with live preview.

CamlJS Consoleคืออะไร?

CamlJS Console เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andrei Markeev และคุณลักษณะหลักของมันคือ "CamlJS Console with live preview."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CamlJS Console

ดาวน์โหลดไฟล์ส่วนขยาย CamlJS Console ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}