[cmd.ms]

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

[cmd.ms]คืออะไร?

[cmd.ms] เป็นส่วนขยายของ Chrome ที่พัฒนาโดย merill และคุณลักษณะหลักของมันคือ "Type 'c' and then type in the [cmd.ms] command."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย [cmd.ms]

ดาวน์โหลดไฟล์ส่วนขยาย [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"
    }
}