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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων 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
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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\/*" ] } |