SN ScriptMaster
Generate powerful ServiceNow scripts with natural language.
Qu'est-ce que SN ScriptMaster ?
SN ScriptMaster est une extension Chrome développée par natespring92, et sa fonction principale est "Generate powerful ServiceNow scripts with natural language.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SN ScriptMaster
Téléchargez les fichiers d'extension SN ScriptMaster au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | SN ScriptMaster |
ID | albdlcdfleolmlgnbellpmpfnagfbpel |
URL Officiel | https://chromewebstore.google.com/detail/sn-scriptmaster/albdlcdfleolmlgnbellpmpfnagfbpel |
Description | Generate powerful ServiceNow scripts with natural language. |
Taille du Fichier | 13.74 KB |
Nombre d'Installations | 110 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2022-12-10 |
Date de Publication | 2022-12-08 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | natespring92 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |