FlyView for SharePoint and Office 365 Sites

Explore SharePoint sites with this super fast SharePoint navigation plugin, supports on-premise 2013/10/07 and Office 365 versions

Τι είναι το FlyView for SharePoint and Office 365 Sites;

Το FlyView for SharePoint and Office 365 Sites είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://aurorabits.com, και η κύρια λειτουργία του είναι "Explore SharePoint sites with this super fast SharePoint navigation plugin, supports on-premise 2013/10/07 and Office 365 versions".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης FlyView for SharePoint and Office 365 Sites

Λήψη αρχείων επέκτασης FlyView for SharePoint and Office 365 Sites σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Explore SharePoint sites with this super fast SharePoint navigation plugin, supports SharePoint Online (Office 365) and 2016/13/10.

Updated on 26-Feb-18: Login.live.com login issue is now fixed. Please report any errors you find.

FlyView is a dynamic menu plugin that is automatically displayed in your browser when you login to a SharePoint Site.  Now you explore and search your sites, libraries, lists, documents, setting options and more with lightning speeds. Simply put, something that would take minutes in the past can now be done within seconds with the help of FlyView. On average a typical SharePoint user would be saving 10-20 minutes per day, that means less frustration and more fun.

Note: There are some compatibility issues with recent 'New Look'changes by Microsoft. FlyView works fine with the classic view. Microsoft has just released support for customising their New Look and we are investigating them at the moment. 

Key Features:

** Explore the site without any page loads involved. Site menu is rendered with data from SP web services.

** Interactive Breadcrumb: At the top you see your current location and can navigate from any level

** Search Integration: Now you can search within FlyView and start navigating the results with the menu.

**Instant Filter: Filter the site and library content as you type

** Cross site collection browsing (add urls in the options page and find them under the F icon)

** Floating Preview Windows: Open and pin multiple info windows. Review and compare multiple documents and images

** Multiple Modes: Basic (default), Developers and Advanced (for site owners and site collection administrators)

** Smart Views: Last Modified, Last Modified by Me, Checked-out to me (Suggest more !)

** Navigate Recent and Favorites: FlyView remembers your recently visited locations and the next time you get there even quicker. You can also save  sites/libraries in FlyView Favorites and navigate directly to them

** Site and List/Library Filters: Hide the sites/libraries you do not want to see, use wild card patterns


Note: A server version is also available that supports IE and other browsers and doesn’t require individual users to install anything, please contact us if you are interested.


Q: Are there any security concerns?

A: No. It is completely safe to install and use FlyView; it works in read-only mode, doesn’t update server data and cannot read anything except what you are allowed to do by the SharePoint Admin (it uses your permission model).

Q: How can I used FlyView in Internet Explorer, Safari and FireFox?

A: Please check your website: http://Fly-View.com

For DEVELOPERS:

Check our other chrome extension ‘SharePoint Insider’, another free tool that allows SharePoint and Office 365 Developers to browse and investigate SharePoint Sites and Objects.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα FlyView for SharePoint and Office 365 Sites FlyView for SharePoint and Office 365 Sites
ID blmfdjjomajmejdkdbcabhgfonkhfaam
Επίσημο URL https://chromewebstore.google.com/detail/flyview-for-sharepoint-an/blmfdjjomajmejdkdbcabhgfonkhfaam
Περιγραφή Explore SharePoint sites with this super fast SharePoint navigation plugin, supports on-premise 2013/10/07 and Office 365 versions
Μέγεθος Αρχείου 400 KB
Αριθμός Εγκαταστάσεων 6,658
Τρέχουσα Έκδοση 2.9.1.125
Τελευταία Ενημέρωση 2020-05-29
Ημερομηνία Δημοσίευσης 2020-05-28
Αξιολόγηση 4.79/5 Συνολικά 67 Αξιολογήσεις
Προγραμματιστής https://aurorabits.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://flyview365.com
Διεύθυνση URL της Σελίδας Βοήθειας http://aurorabits.com/support/
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "AuroraBits.com",
    "name": "FlyView for SharePoint and Office 365 Sites",
    "short_name": "FlyView",
    "description": "Explore SharePoint sites with this super fast SharePoint navigation plugin, supports on-premise 2013\/10\/07 and Office 365 versions",
    "homepage_url": "http:\/\/www.aurorabits.com\/",
    "version": "2.9.1.125",
    "icons": {
        "16": "shared\/images\/icon_16x16.png",
        "32": "shared\/images\/icon_32x32.png",
        "48": "shared\/images\/icon_48x48.png",
        "128": "shared\/images\/icon_128x128.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "19": "shared\/images\/icon_19x19.png",
            "38": "shared\/images\/icon_38x38.png"
        },
        "default_title": "FlyView for SharePoint [2.9.1.125]",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "shared\/sp\/microsoftajax.js",
                "shared\/sp\/init.js",
                "shared\/sp\/sp.runtime.js",
                "shared\/sp\/sp.js",
                "shared\/js\/jquery_ie.js",
                "shared\/js\/jquery-ui_ie.js",
                "shared\/js\/spservices.js",
                "shared\/js\/dataprovider.js",
                "shared\/js\/config.js",
                "shared\/js\/menu.js",
                "shared\/js\/menucontroller.js",
                "addin.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "shared\/images\/*.*"
    ],
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking"
    ]
}