Cisar
SharePoint CSR Live Edit
Cisarคืออะไร?
Cisar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andrei Markeev และคุณลักษณะหลักของมันคือ "SharePoint CSR Live Edit"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cisar
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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 } |