SN ScriptMaster
Generate powerful ServiceNow scripts with natural language.
Что такое SN ScriptMaster?
SN ScriptMaster - это расширение Chrome, разработанное natespring92, и его основная функция - "Generate powerful ServiceNow scripts with natural language.".
Снимки экрана расширения
Скачать файл CRX расширения SN ScriptMaster
Скачайте файлы расширений 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 |
Официальный URL | 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" } } |