SN ScriptMaster
Generate powerful ServiceNow scripts with natural language.
Vad är SN ScriptMaster?
SN ScriptMaster är en Chrome-tillägg utvecklad av natespring92, och dess huvudfunktion är "Generate powerful ServiceNow scripts with natural language.".
Tilläggsskärmbilder
Ladda ner SN ScriptMaster-förlängningens CRX-fil
Ladda ner SN ScriptMaster-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | SN ScriptMaster |
ID | albdlcdfleolmlgnbellpmpfnagfbpel |
Officiell webbadress | https://chromewebstore.google.com/detail/sn-scriptmaster/albdlcdfleolmlgnbellpmpfnagfbpel |
Beskrivning | Generate powerful ServiceNow scripts with natural language. |
Filstorlek | 13.74 KB |
Antal Installationer | 110 |
Aktuell Version | 0.0.3 |
Senast Uppdaterad | 2022-12-10 |
Publiceringsdatum | 2022-12-08 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | natespring92 |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |