SN ScriptMaster
Generate powerful ServiceNow scripts with natural language.
Was ist SN ScriptMaster?
SN ScriptMaster ist eine Chrome-Erweiterung, die von natespring92 entwickelt wurde, und ihr Hauptmerkmal ist "Generate powerful ServiceNow scripts with natural language.".
Erweiterungsscreenshots
SN ScriptMaster-Erweiterungs-CRX-Datei herunterladen
Laden Sie SN ScriptMaster-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | SN ScriptMaster |
ID | albdlcdfleolmlgnbellpmpfnagfbpel |
Offizielle URL | https://chromewebstore.google.com/detail/sn-scriptmaster/albdlcdfleolmlgnbellpmpfnagfbpel |
Beschreibung | Generate powerful ServiceNow scripts with natural language. |
Dateigröße | 13.74 KB |
Installationsanzahl | 110 |
Aktuelle Version | 0.0.3 |
Letztes Update | 2022-12-10 |
Veröffentlichungsdatum | 2022-12-08 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | natespring92 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |