Centro 365

A better way to manage Microsoft 365

Τι είναι το Centro 365;

Το Centro 365 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://seanosullivan.co.uk, και η κύρια λειτουργία του είναι "A better way to manage Microsoft 365".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Centro 365

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

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

                        Centro 365 is a powerful and intuitive extension to your browser, that makes it super easy to administer Microsoft Azure and Microsoft 365. Whether you’re managing just one product, or you’re a Global Administrator, this handy app keeps everything you need within reach.

Features:
- A fully featured browser extension, meticulously designed with usability first
- Decide what appears when you open Centro 365. Whether you're mostly administrating Teams, Exchange Online or Azure Active Directory you can get right into it with a single click or tap.
- Curate what you want to see, by hiding products that are not important to your day to day work. It’s a quick hop into the Settings to make it yours.
- New for version 3.0 is the customisable Favourites tab, which gives you the power to create up to ten shortcuts that’ll always be within your grasp. These don’t need to be Microsoft 365 or Azure links either, so feel free to favourite your most used online resources or reference material.

Proudly made, with love, in the UK.                    

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

Όνομα Centro 365 Centro 365
ID caajbiigelogfdelpmeldfjmanjjafac
Επίσημο URL https://chromewebstore.google.com/detail/centro-365/caajbiigelogfdelpmeldfjmanjjafac
Περιγραφή A better way to manage Microsoft 365
Μέγεθος Αρχείου 151 KB
Αριθμός Εγκαταστάσεων 2,000
Τρέχουσα Έκδοση 3.3
Τελευταία Ενημέρωση 2023-08-25
Ημερομηνία Δημοσίευσης 2020-10-22
Αξιολόγηση 5.00/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής https://seanosullivan.co.uk
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://seanosullivan.co.uk/projects/centro365/
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Centro 365",
    "short_name": "Centro 365",
    "version": "3.3",
    "author": "Sean O'Sullivan",
    "description": "A better way to manage Microsoft 365",
    "homepage_url": "https:\/\/seanosullivan.co.uk\/projects\/centro365\/",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "assets\/logic\/background.js"
    },
    "icons": {
        "512": "assets\/appicons\/512.png",
        "256": "assets\/appicons\/256.png",
        "128": "assets\/appicons\/128.png",
        "64": "assets\/appicons\/64.png",
        "32": "assets\/appicons\/32.png",
        "24": "assets\/appicons\/24.png",
        "16": "assets\/appicons\/16.png"
    },
    "action": {
        "default_icon": {
            "32": "assets\/appicons\/32.png",
            "24": "assets\/appicons\/24.png",
            "16": "assets\/appicons\/16.png"
        },
        "default_title": "Centro 365",
        "default_popup": "index.html"
    }
}