SPO View It

Force SharePoint Online to Reading View

Apa itu SPO View It?

SPO View It adalah ekstensi Chrome yang dikembangkan oleh jftuga, dan fitur utamanya adalah "Force SharePoint Online to Reading View".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi SPO View It

Unduh file ekstensi SPO View It dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama SPO View It SPO View It
ID omljlibfjloccmdmmlpcnlijjneabhjm
URL Resmi https://chromewebstore.google.com/detail/spo-view-it/omljlibfjloccmdmmlpcnlijjneabhjm
Deskripsi Force SharePoint Online to Reading View
Ukuran File 20.56 KB
Jumlah Instalasi 1,605
Versi Saat Ini 1.1
Terakhir Diperbarui 2020-07-09
Tanggal Publikasi 2018-06-01
Penilaian 5.00/5 Total 3 Penilaian
Pengembang jftuga
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/jftuga/spo_view_it
Bahasa yang Didukung 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
}