CamlJS Console
CamlJS Console with live preview.
CamlJS Console क्या है?
CamlJS Console Andrei Markeev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "CamlJS Console with live preview."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CamlJS Console एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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 } |