SN ScriptMaster

Generate powerful ServiceNow scripts with natural language.

Co je SN ScriptMaster?

SN ScriptMaster je rozšíření Chrome vyvinuté natespring92, a jeho hlavní funkcí je „Generate powerful ServiceNow scripts with natural language.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření SN ScriptMaster

Stáhněte si soubory rozšíření SN ScriptMaster ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název SN ScriptMaster SN ScriptMaster
ID albdlcdfleolmlgnbellpmpfnagfbpel
Oficiální URL https://chromewebstore.google.com/detail/sn-scriptmaster/albdlcdfleolmlgnbellpmpfnagfbpel
Popis Generate powerful ServiceNow scripts with natural language.
Velikost souboru 13.74 KB
Počet instalací 110
Aktuální Verze 0.0.3
Poslední Aktualizace 2022-12-10
Datum Vydání 2022-12-08
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář natespring92
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}