SPO View It
Force SharePoint Online to Reading View
Cos'è SPO View It?
SPO View It è un'estensione di Chrome sviluppata da jftuga, e la sua funzione principale è "Force SharePoint Online to Reading View".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SPO View It
Scarica i file di estensione SPO View It in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | omljlibfjloccmdmmlpcnlijjneabhjm |
| URL Ufficiale | https://chromewebstore.google.com/detail/spo-view-it/omljlibfjloccmdmmlpcnlijjneabhjm |
| Descrizione | Force SharePoint Online to Reading View |
| Dimensione del File | 20.56 KB |
| Conteggio Installazioni | 1,605 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2020-07-09 |
| Data di Pubblicazione | 2018-06-01 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | jftuga |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/jftuga/spo_view_it |
| Lingue Supportate | 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
} | |