SPO View It
Force SharePoint Online to Reading View
Wat is SPO View It?
SPO View It is een Chrome-extensie ontwikkeld door jftuga, en de belangrijkste functie is "Force SharePoint Online to Reading View".
Extensie Screenshots
Download het CRX-bestand van de extensie SPO View It
Download SPO View It-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | SPO View It |
ID | omljlibfjloccmdmmlpcnlijjneabhjm |
Officiële URL | https://chromewebstore.google.com/detail/spo-view-it/omljlibfjloccmdmmlpcnlijjneabhjm |
Beschrijving | Force SharePoint Online to Reading View |
Bestandsgrootte | 20.56 KB |
Aantal Installaties | 1,605 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2020-07-09 |
Publicatiedatum | 2018-06-01 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | jftuga |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/jftuga/spo_view_it |
Ondersteunde Talen | 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 } |