[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文件

下载[cmd.ms]扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        [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"
    }
}