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 |
官方網址 | 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" } } |