SPO View It
Force SharePoint Online to Reading View
Vad är SPO View It?
SPO View It är en Chrome-tillägg utvecklad av jftuga, och dess huvudfunktion är "Force SharePoint Online to Reading View".
Tilläggsskärmbilder
Ladda ner SPO View It-förlängningens CRX-fil
Ladda ner SPO View It-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | omljlibfjloccmdmmlpcnlijjneabhjm |
| Officiell webbadress | https://chromewebstore.google.com/detail/spo-view-it/omljlibfjloccmdmmlpcnlijjneabhjm |
| Beskrivning | Force SharePoint Online to Reading View |
| Filstorlek | 20.56 KB |
| Antal Installationer | 1,605 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2020-07-09 |
| Publiceringsdatum | 2018-06-01 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | jftuga |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/jftuga/spo_view_it |
| Stödda Språk | 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
} | |