SPO View It
Force SharePoint Online to Reading View
SPO View Itคืออะไร?
SPO View It เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jftuga และคุณลักษณะหลักของมันคือ "Force SharePoint Online to Reading View"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SPO View It
ดาวน์โหลดไฟล์ส่วนขยาย SPO View It ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
SharePoint Online View It Sometimes SharePoint Online defaults to opening a Word or Excel document in the Editing View instead of the preferred Reading View. This extension forces Reading View.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | SPO View It |
ID | omljlibfjloccmdmmlpcnlijjneabhjm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/spo-view-it/omljlibfjloccmdmmlpcnlijjneabhjm |
คำอธิบาย | Force SharePoint Online to Reading View |
ขนาดไฟล์ | 20.56 KB |
จำนวนการติดตั้ง | 1,605 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2020-07-09 |
วันที่เผยแพร่ | 2018-06-01 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | jftuga |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/jftuga/spo_view_it |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SPO View It", "version": "1.1", "description": "Force SharePoint Online to Reading View", "background": { "scripts": [ "background.js" ] }, "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/*.sharepoint.com\/*" ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |