SPO View It

Force SharePoint Online to Reading View

SPO View It là gì?

SPO View It là một tiện ích mở rộng Chrome được phát triển bởi jftuga, và tính năng chính của nó là "Force SharePoint Online to Reading View".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng SPO View It

Tải xuống các tệp mở rộng SPO View It dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SPO View It SPO View It
ID omljlibfjloccmdmmlpcnlijjneabhjm
URL Chính Thức https://chromewebstore.google.com/detail/spo-view-it/omljlibfjloccmdmmlpcnlijjneabhjm
Mô tả Force SharePoint Online to Reading View
Kích Thước Tệp 20.56 KB
Số Lần Cài Đặt 1,605
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2020-07-09
Ngày Phát Hành 2018-06-01
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển jftuga
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jftuga/spo_view_it
Ngôn Ngữ Được Hỗ Trợ 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
}