SN ScriptMaster
Generate powerful ServiceNow scripts with natural language.
O que é SN ScriptMaster?
SN ScriptMaster é uma extensão do Chrome desenvolvida por natespring92, e sua principal característica é "Generate powerful ServiceNow scripts with natural language.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SN ScriptMaster
Baixe arquivos de extensão SN ScriptMaster no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | SN ScriptMaster |
ID | albdlcdfleolmlgnbellpmpfnagfbpel |
URL Oficial | https://chromewebstore.google.com/detail/sn-scriptmaster/albdlcdfleolmlgnbellpmpfnagfbpel |
Descrição | Generate powerful ServiceNow scripts with natural language. |
Tamanho do Arquivo | 13.74 KB |
Contagem de Instalações | 110 |
Versão Atual | 0.0.3 |
Última Atualização | 2022-12-10 |
Data de Publicação | 2022-12-08 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | natespring92 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |