Cisar
SharePoint CSR Live Edit
Cisar क्या है?
Cisar Andrei Markeev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "SharePoint CSR Live Edit"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cisar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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 } |