SN ScriptMaster
Generate powerful ServiceNow scripts with natural language.
Hvad er SN ScriptMaster?
SN ScriptMaster er en Chrome-udvidelse udviklet af natespring92, og dens hovedfunktion er "Generate powerful ServiceNow scripts with natural language.".
Udvidelsesskærmbilleder
Download SN ScriptMaster-udvidelses-CRX-fil
Download SN ScriptMaster-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | SN ScriptMaster |
ID | albdlcdfleolmlgnbellpmpfnagfbpel |
Officiel URL | https://chromewebstore.google.com/detail/sn-scriptmaster/albdlcdfleolmlgnbellpmpfnagfbpel |
Beskrivelse | Generate powerful ServiceNow scripts with natural language. |
Filstørrelse | 13.74 KB |
Antal Installationer | 110 |
Nuværende Version | 0.0.3 |
Senest Opdateret | 2022-12-10 |
Udgivelsesdato | 2022-12-08 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | natespring92 |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |