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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Toggle Sharepoint's Mobile View on Office 365!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PointSwitch for SharePoint on Office 365 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
एक्सटेंशन की मूल जानकारी
नाम | |
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\/*" ] } |