Cisar

SharePoint CSR Live Edit

Cos'è Cisar?

Cisar è un'estensione di Chrome sviluppata da Andrei Markeev, e la sua funzione principale è "SharePoint CSR Live Edit".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Cisar

Scarica i file di estensione Cisar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Cisar Cisar
ID nifbdojdggkboiifaklkamfpjcmgafpo
URL Ufficiale https://chromewebstore.google.com/detail/cisar/nifbdojdggkboiifaklkamfpjcmgafpo
Descrizione SharePoint CSR Live Edit
Dimensione del File 986 KB
Conteggio Installazioni 1,088
Versione Corrente 2.1.2
Ultimo Aggiornamento 2019-03-08
Data di Pubblicazione 2019-03-08
Valutazione 4.89/5 Totale 27 Valutazioni
Sviluppatore Andrei Markeev
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/andrei-markeev/cisar
Lingue Supportate 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
}