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