SPO View It

Force SharePoint Online to Reading View

Qu'est-ce que SPO View It ?

SPO View It est une extension Chrome développée par jftuga, et sa fonction principale est "Force SharePoint Online to Reading View".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SPO View It

Téléchargez les fichiers d'extension SPO View It au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom SPO View It SPO View It
ID omljlibfjloccmdmmlpcnlijjneabhjm
URL Officiel https://chromewebstore.google.com/detail/spo-view-it/omljlibfjloccmdmmlpcnlijjneabhjm
Description Force SharePoint Online to Reading View
Taille du Fichier 20.56 KB
Nombre d'Installations 1,605
Version Actuelle 1.1
Dernière Mise à Jour 2020-07-09
Date de Publication 2018-06-01
Évaluation 5.00/5 Total 3 Évaluations
Développeur jftuga
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/jftuga/spo_view_it
Langues Prises en Charge 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
}