SN ScriptMaster
Generate powerful ServiceNow scripts with natural language.
Cos'è SN ScriptMaster?
SN ScriptMaster è un'estensione di Chrome sviluppata da natespring92, e la sua funzione principale è "Generate powerful ServiceNow scripts with natural language.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SN ScriptMaster
Scarica i file di estensione SN ScriptMaster in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | SN ScriptMaster |
ID | albdlcdfleolmlgnbellpmpfnagfbpel |
URL Ufficiale | https://chromewebstore.google.com/detail/sn-scriptmaster/albdlcdfleolmlgnbellpmpfnagfbpel |
Descrizione | Generate powerful ServiceNow scripts with natural language. |
Dimensione del File | 13.74 KB |
Conteggio Installazioni | 110 |
Versione Corrente | 0.0.3 |
Ultimo Aggiornamento | 2022-12-10 |
Data di Pubblicazione | 2022-12-08 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | natespring92 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |