Cisar

SharePoint CSR Live Edit

Cisar란 무엇입니까?

Cisar은(는) Andrei Markeev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SharePoint CSR Live Edit"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Cisar Cisar
ID nifbdojdggkboiifaklkamfpjcmgafpo
공식 URL https://chromewebstore.google.com/detail/cisar/nifbdojdggkboiifaklkamfpjcmgafpo
설명 SharePoint CSR Live Edit
파일 크기 986 KB
설치 횟수 1,088
현재 버전 2.1.2
최근 업데이트 2019-03-08
출시 날짜 2019-03-08
평점 4.89/5 총 27 개의 평점
개발자 Andrei Markeev
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/andrei-markeev/cisar
지원되는 언어 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
}