Cisar
SharePoint CSR Live Edit
O que é Cisar?
Cisar é uma extensão do Chrome desenvolvida por Andrei Markeev, e sua principal característica é "SharePoint CSR Live Edit".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Cisar
Baixe arquivos de extensão Cisar 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
This extension is for SharePoint Developers. It makes process of creating SharePoint Client Side Rendering customizations many times faster. The customizations will be applied as-you-type to the underlying SharePoint page. Cisar provides CSR-tailored intellisense and tight integration with the underlying page. Cisar supports Office 365 as well as on-premise SharePoint 2013. List forms, list views, list views in Edit mode and search results can be customized. Extension is open source and free. Source code is available on Github: https://github.com/andrei-markeev/cisar
Informações Básicas da Extensão
Nome | Cisar |
ID | nifbdojdggkboiifaklkamfpjcmgafpo |
URL Oficial | https://chromewebstore.google.com/detail/cisar/nifbdojdggkboiifaklkamfpjcmgafpo |
Descrição | SharePoint CSR Live Edit |
Tamanho do Arquivo | 986 KB |
Contagem de Instalações | 1,088 |
Versão Atual | 2.1.2 |
Última Atualização | 2019-03-08 |
Data de Publicação | 2019-03-08 |
Classificação | 4.89/5 Total de 27 Avaliações |
Desenvolvedor | Andrei Markeev |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/andrei-markeev/cisar |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cisar", "homepage_url": "https:\/\/github.com\/andrei-markeev\/cisar", "version": "2.1.2", "description": "SharePoint CSR Live Edit", "icons": { "48": "AppIcon48.png", "96": "AppIcon96.png", "128": "AppIcon.png" }, "web_accessible_resources": [ "Content\/*.woff2" ], "devtools_page": "devtools.html", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "manifest_version": 2 } |