SN ScriptMaster

Generate powerful ServiceNow scripts with natural language.

What is SN ScriptMaster?

SN ScriptMaster is a Chrome extension developed by natespring92, and its main feature is "Generate powerful ServiceNow scripts with natural language.".

Extension Screenshots

screenshot
screenshot
screenshot

Download SN ScriptMaster Extension CRX File

Download SN ScriptMaster extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name SN ScriptMaster SN ScriptMaster
ID albdlcdfleolmlgnbellpmpfnagfbpel
Official URL https://chromewebstore.google.com/detail/sn-scriptmaster/albdlcdfleolmlgnbellpmpfnagfbpel
Description Generate powerful ServiceNow scripts with natural language.
File Size 13.74 KB
Installation Count 110
Current Version 0.0.3
Last Updated 2022-12-10
Publish Date 2022-12-08
Rating 5.00/5 Total 2 Ratings
Developer natespring92
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}