SPO View It

Force SharePoint Online to Reading View

ما هو SPO View It؟

SPO View It هو إضافة Chrome تم تطويرها بواسطة jftuga، والميزة الرئيسية لها هي "Force SharePoint Online to Reading View".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة SPO View It

قم بتنزيل ملفات الامتداد SPO View It بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم SPO View It SPO View It
ID omljlibfjloccmdmmlpcnlijjneabhjm
عنوان URL الرسمي https://chromewebstore.google.com/detail/spo-view-it/omljlibfjloccmdmmlpcnlijjneabhjm
الوصف Force SharePoint Online to Reading View
حجم الملف 20.56 KB
عدد التثبيتات 1,605
النسخة الحالية 1.1
آخر تحديث 2020-07-09
تاريخ النشر 2018-06-01
تقييم 5.00/5 مجموع تقييمات 3
المطور jftuga
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/jftuga/spo_view_it
اللغات المدعومة 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
}