PointSwitch for SharePoint on Office 365
Toggle Sharepoint's Mobile View on Office 365!
O que é PointSwitch for SharePoint on Office 365?
PointSwitch for SharePoint on Office 365 é uma extensão do Chrome desenvolvida por http://www.ascentpath.com, e sua principal característica é "Toggle Sharepoint's Mobile View on Office 365!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão PointSwitch for SharePoint on Office 365
Baixe arquivos de extensão PointSwitch for SharePoint on Office 365 no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | nceoafamilnghlokkehapajlleobbodp |
URL Oficial | https://chrome.google.com/webstore/detail/pointswitch-for-sharepoin/nceoafamilnghlokkehapajlleobbodp |
Descrição | Toggle Sharepoint's Mobile View on Office 365! |
Tamanho do Arquivo | 16.91 KB |
Contagem de Instalações | 84 |
Versão Atual | 1.0 |
Última Atualização | 2015-10-15 |
Data de Publicação | 2015-10-15 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | http://www.ascentpath.com |
Tipo de Pagamento | free |
Site da Extensão | http://www.ascentpath.com |
URL da Página de Ajuda | http://www.ascentpath.com |
Idiomas Suportados | 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\/*" ] } |