PointSwitch for SharePoint on Office 365

Toggle Sharepoint's Mobile View on Office 365!

ما هو PointSwitch for SharePoint on Office 365؟

PointSwitch for SharePoint on Office 365 هو إضافة Chrome تم تطويرها بواسطة http://www.ascentpath.com، والميزة الرئيسية لها هي "Toggle Sharepoint's Mobile View on Office 365!".

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

تحميل ملف CRX للإضافة PointSwitch for SharePoint on Office 365

قم بتنزيل ملفات الامتداد PointSwitch for SharePoint on Office 365 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        SharePoint's mobile view is simple, fast, and reliable. Unfortunately, until now, there was no way to enable this view on demand unless you were on a mobile device.  PointSwitch for Office 365 allows the user to toggle SharePoint's mobile view on and off at their convenience using a single mouse click and avoids spoofing the user-agent by using SharePoint's URL parameters.

Developed by the team at http://www.AscentPath.com

This extension was inspired by our friends at ChildFund International 

If you find this extention valuable, please consider donating to their very worthwhile cause at https://www.childfund.org/Ways-To-Donate/

ChildFund exists to help deprived, excluded and vulnerable children have the capacity to improve their lives and the opportunity to become young adults, parents and leaders who bring lasting and positive change in their communities.  Learn more at http://www.childfund.org                    

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

الاسم PointSwitch for SharePoint on Office 365 PointSwitch for SharePoint on Office 365
ID nceoafamilnghlokkehapajlleobbodp
عنوان URL الرسمي https://chrome.google.com/webstore/detail/pointswitch-for-sharepoin/nceoafamilnghlokkehapajlleobbodp
الوصف Toggle Sharepoint's Mobile View on Office 365!
حجم الملف 16.91 KB
عدد التثبيتات 84
النسخة الحالية 1.0
آخر تحديث 2015-10-15
تاريخ النشر 2015-10-15
تقييم 5.00/5 مجموع تقييمات 4
المطور http://www.ascentpath.com
نوع الدفع free
موقع الإضافة http://www.ascentpath.com
عنوان صفحة المساعدة http://www.ascentpath.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PointSwitch for SharePoint on Office 365",
    "short_name": "PointSwitch SharePoint Mobile Toggle",
    "description": "Toggle Sharepoint's Mobile View on Office 365!",
    "version": "1.0",
    "background": {
        "page": "bg.html"
    },
    "browser_action": {
        "default_title": "PointSwitch by AscentPath",
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/*.sharepoint.com\/*"
    ]
}