SN ScriptMaster
Generate powerful ServiceNow scripts with natural language.
¿Qué es SN ScriptMaster?
SN ScriptMaster es una extensión de Chrome desarrollada por natespring92, y su función principal es "Generate powerful ServiceNow scripts with natural language.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión SN ScriptMaster
Descarga archivos de extensión SN ScriptMaster en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | SN ScriptMaster |
ID | albdlcdfleolmlgnbellpmpfnagfbpel |
URL Oficial | https://chromewebstore.google.com/detail/sn-scriptmaster/albdlcdfleolmlgnbellpmpfnagfbpel |
Descripción | Generate powerful ServiceNow scripts with natural language. |
Tamaño del Archivo | 13.74 KB |
Cantidad de Instalaciones | 110 |
Versión Actual | 0.0.3 |
Última Actualización | 2022-12-10 |
Fecha de Publicación | 2022-12-08 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | natespring92 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |