SN ScriptMaster
Generate powerful ServiceNow scripts with natural language.
什么是SN ScriptMaster?
SN ScriptMaster是由natespring92开发的Chrome扩展程序,该扩展的主要功能是“Generate powerful ServiceNow scripts with natural language.”。
扩展截图
下载SN ScriptMaster扩展crx文件
下载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 |
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" } } |