Use My Current Account To Login Microsoft SSO

Log in Microsoft SSO silently using your MSA account (Live ID, AAD, Azure AD, Outlook 365). Remove CONNECTED TO WINDOWS account.

Use My Current Account To Login Microsoft SSO란 무엇입니까?

Use My Current Account To Login Microsoft SSO은(는) https://vnprodev.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Log in Microsoft SSO silently using your MSA account (Live ID, AAD, Azure AD, Outlook 365). Remove CONNECTED TO WINDOWS account."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Use My Current Account To Login Microsoft SSO 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Use My Current Account lets you sign in to Microsoft sites automatically using browser's profile or any Microsoft account (Outlook 365, MSA, Live ID, AAD, Azure AD) instead of facing login screen everytime. It completely remove CONNECTED TO WINDOWS accounts and help you log in silently with OAuth2 Single-Sign-On.

Features:
1. List your Microsoft accounts in popup box and let you choose one
2. Auto pre-fill username in OAuth2 SSO process (using login_hint=email)
3. Force silent log in (using prompt=none)
4. Remove "Connected to Windows" account from Edge/Chrome

"Use My Current Account To Login Microsoft SSO" is upgraded to manifest v3 based on the idea of the extension "Use My Current Account" by Claire Novotny.                    

확장 프로그램 기본 정보

이름 Use My Current Account To Login Microsoft SSO Use My Current Account To Login Microsoft SSO
ID plndhefdjccjcifihggbbnoleolpohjl
공식 URL https://chromewebstore.google.com/detail/use-my-current-account-to/plndhefdjccjcifihggbbnoleolpohjl
설명 Log in Microsoft SSO silently using your MSA account (Live ID, AAD, Azure AD, Outlook 365). Remove CONNECTED TO WINDOWS account.
파일 크기 365 KB
설치 횟수 234
현재 버전 2023.1.30.3
최근 업데이트 2023-02-04
출시 날짜 2023-02-01
평점 5.00/5 총 3 개의 평점
개발자 https://vnprodev.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.vnprodev.com/browser-extensions/use-my-current-account-to-login-microsoft-sso/
도움말 페이지 URL https://chrome.google.com/webstore/detail/plndhefdjccjcifihggbbnoleolpohjl
개인정보 보호 정책 페이지 URL https://www.vnprodev.com/browser-extensions/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2023.1.30.3",
    "name": "Use My Current Account To Login Microsoft SSO",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "service_worker": "background-wrapper.js"
    },
    "action": {
        "default_icon": "icons\/icon_32.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "identity",
        "identity.email",
        "cookies",
        "declarativeNetRequest",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/login.live.com\/*",
        "https:\/\/login.microsoftonline.com\/*",
        "https:\/\/login.microsoftonline.de\/*",
        "https:\/\/login.microsoftonline.us\/*",
        "https:\/\/login.partner.microsoftonline.cn\/*",
        "https:\/\/www.vnprodev.com\/*",
        "https:\/\/vnprodev.com\/*"
    ],
    "manifest_version": 3
}