Dev Tools for SharePoint
Tools for SharePoint administrators and developers.
Dev Tools for SharePointคืออะไร?
Dev Tools for SharePoint เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Balcones Enterprises และคุณลักษณะหลักของมันคือ "Tools for SharePoint administrators and developers."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dev Tools for SharePoint
ดาวน์โหลดไฟล์ส่วนขยาย Dev Tools for SharePoint ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Dev Tools for SharePoint Chrome Extension can query a SharePoint site to display information about all lists and document libraries. An item can be selected to then produce a list of all the fields including Display Name, Internal Name and Data Type. This can be especially helpful for situations where internal field names are required. New features are coming soon, feel free to suggest enhancements or ideas!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Dev Tools for SharePoint |
ID | cdijmnpllkdbhjocnobeedndmhhdnmbn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dev-tools-for-sharepoint/cdijmnpllkdbhjocnobeedndmhhdnmbn |
คำอธิบาย | Tools for SharePoint administrators and developers. |
ขนาดไฟล์ | 118 KB |
จำนวนการติดตั้ง | 1,084 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2019-06-21 |
วันที่เผยแพร่ | 2019-06-19 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Balcones Enterprises |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://balconesenterprises.com/ |
URL หน้าช่วยเหลือ | https://balconesenterprises.com/products/dev-tools-for-sharepoint/ |
URL หน้านโยบายความเป็นส่วนตัว | https://balconesenterprises.com/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dev Tools for SharePoint", "description": " Tools for SharePoint administrators and developers.", "version": "1.2", "short_name": "SP Dev Tools", "icons": { "32": "images\/CWS_appIcon_32x32.png", "128": "images\/CWS_appIcon_128x128.png", "512": "images\/CWS_appIcon_512x512.png" }, "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_icon": "images\/CWS_appIcon_512x512.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/vendor.js", "js\/background.js", "js\/sprestlib.js" ] }, "permissions": [ "tabs", "storage", " |