[cmd.ms]

Type 'c' and then type in the [cmd.ms] command.

[cmd.ms]란 무엇입니까?

[cmd.ms]은(는) merill에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Type 'c' and then type in the [cmd.ms] command."입니다.

확장 프로그램 스크린샷

screenshot

[cmd.ms] 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        [cmd.ms] is your Microsoft Cloud command line!

🚀 Use the power of your browser's address bar to quickly get to your favorite blade in Azure, Microsoft 365, Azure AD, Intune or any other Microsoft portal.

Installing this extension will add the 'c' keyword to your address bar and provide autocomplete suggestions for all the available [cmd.ms] commands as you type.

To navigate to a Microsoft portal or blade type 'c'  

Here are a few examples

c  ad -> This will take you directly to the Azure Active Directory portal.

c  ex -> This will take you directly to the Exchange Admin center.

If you press Enter without choosing a suggestion, the full list of available commands will be displayed. Alternatively you can also browse to https://cmd.ms for a full list of all the commands.                    

확장 프로그램 기본 정보

이름 [cmd.ms] [cmd.ms]
ID elbjjbmcngffncifaghboopbmegjnkbi
공식 URL https://chromewebstore.google.com/detail/cmdms/elbjjbmcngffncifaghboopbmegjnkbi
설명 Type 'c' and then type in the [cmd.ms] command.
파일 크기 21.66 KB
설치 횟수 1,815
현재 버전 0.4
최근 업데이트 2023-11-03
출시 날짜 2022-10-25
평점 5.00/5 총 2 개의 평점
개발자 merill
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://cmd.ms
도움말 페이지 URL https://cmd.ms
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "[cmd.ms]",
    "description": "Type 'c'  and then type in the [cmd.ms] command.",
    "version": "0.4",
    "homepage_url": "https:\/\/cmd.ms",
    "author": "Merill Fernando",
    "omnibox": {
        "keyword": "c"
    },
    "icons": {
        "512": "img\/icon-512.png",
        "256": "img\/icon-256.png",
        "128": "img\/icon-128.png",
        "64": "img\/icon-64.png",
        "32": "img\/icon-32.png",
        "16": "img\/icon-16.png"
    },
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "512": "img\/icon-512.png",
            "256": "img\/icon-256.png",
            "128": "img\/icon-128.png",
            "64": "img\/icon-64.png",
            "32": "img\/icon-32.png",
            "16": "img\/icon-16.png"
        }
    },
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    }
}