CamlJS Console
CamlJS Console with live preview.
O que é CamlJS Console?
CamlJS Console é uma extensão do Chrome desenvolvida por Andrei Markeev, e sua principal característica é "CamlJS Console with live preview.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão CamlJS Console
Baixe arquivos de extensão CamlJS Console no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | CamlJS Console |
ID | ohjcpmdjfihchfhkmimcbklhjdphoeac |
URL Oficial | https://chromewebstore.google.com/detail/camljs-console/ohjcpmdjfihchfhkmimcbklhjdphoeac |
Descrição | CamlJS Console with live preview. |
Tamanho do Arquivo | 547 KB |
Contagem de Instalações | 1,395 |
Versão Atual | 1.0.18 |
Última Atualização | 2022-02-25 |
Data de Publicação | 2019-10-23 |
Classificação | 4.87/5 Total de 15 Avaliações |
Desenvolvedor | Andrei Markeev |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/andrei-markeev/camljs-console |
Idiomas Suportados | 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 } |