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はhttp://www.ascentpath.comによって開発されたChromeの拡張機能で、その主な機能は「Toggle Sharepoint's Mobile View on Office 365!」です。

拡張機能のスクリーンショット

PointSwitch for SharePoint on Office 365拡張機能のCRXファイルをダウンロード

PointSwitch for SharePoint on Office 365拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
ヘルプページのURL 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\/*"
    ]
}