Cisar

SharePoint CSR Live Edit

Cisarとは何ですか?

CisarはAndrei Markeevによって開発されたChromeの拡張機能で、その主な機能は「SharePoint CSR Live Edit」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Cisar拡張機能のCRXファイルをダウンロード

Cisar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
}