Centro 365
A better way to manage Microsoft 365
Centro 365란 무엇입니까?
Centro 365은(는) https://seanosullivan.co.uk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A better way to manage Microsoft 365"입니다.
확장 프로그램 스크린샷
Centro 365 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } } |