SN ScriptMaster

Generate powerful ServiceNow scripts with natural language.

Τι είναι το SN ScriptMaster;

Το SN ScriptMaster είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον natespring92, και η κύρια λειτουργία του είναι "Generate powerful ServiceNow scripts with natural language.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης SN ScriptMaster

Λήψη αρχείων επέκτασης SN ScriptMaster σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        SN ScriptMaster is the perfect solution for streamlining and automating your development processes. With just a few simple clicks, you can easily create custom scripts from natural language that can be used to automate a wide range of tasks within ServiceNow. 

Need to find all of the Computer records on the cmdb_ci_computer table that are assigned to "John Cena" and update the location to Building C? 
No problem! SN ScriptMaster will generate a script for you to use immediately. 

Try it out today and see the benefits for yourself!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα SN ScriptMaster SN ScriptMaster
ID albdlcdfleolmlgnbellpmpfnagfbpel
Επίσημο URL https://chromewebstore.google.com/detail/sn-scriptmaster/albdlcdfleolmlgnbellpmpfnagfbpel
Περιγραφή Generate powerful ServiceNow scripts with natural language.
Μέγεθος Αρχείου 13.74 KB
Αριθμός Εγκαταστάσεων 110
Τρέχουσα Έκδοση 0.0.3
Τελευταία Ενημέρωση 2022-12-10
Ημερομηνία Δημοσίευσης 2022-12-08
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής natespring92
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SN ScriptMaster",
    "description": "Generate powerful ServiceNow scripts with natural language.",
    "version": "0.0.3",
    "author": "Nate Spring",
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "SN ScriptMaster"
    }
}