PointSwitch for SharePoint on Office 365

Toggle Sharepoint's Mobile View on Office 365!

PointSwitch for SharePoint on Office 365 là gì?

PointSwitch for SharePoint on Office 365 là một tiện ích mở rộng Chrome được phát triển bởi http://www.ascentpath.com, và tính năng chính của nó là "Toggle Sharepoint's Mobile View on Office 365!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng PointSwitch for SharePoint on Office 365

Tải xuống các tệp mở rộng PointSwitch for SharePoint on Office 365 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PointSwitch for SharePoint on Office 365 PointSwitch for SharePoint on Office 365
ID nceoafamilnghlokkehapajlleobbodp
URL Chính Thức https://chrome.google.com/webstore/detail/pointswitch-for-sharepoin/nceoafamilnghlokkehapajlleobbodp
Mô tả Toggle Sharepoint's Mobile View on Office 365!
Kích Thước Tệp 16.91 KB
Số Lần Cài Đặt 84
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-10-15
Ngày Phát Hành 2015-10-15
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển http://www.ascentpath.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.ascentpath.com
URL Trang Trợ Giúp http://www.ascentpath.com
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}