SN ScriptMaster

Generate powerful ServiceNow scripts with natural language.

ما هو SN ScriptMaster؟

SN ScriptMaster هو إضافة Chrome تم تطويرها بواسطة natespring92، والميزة الرئيسية لها هي "Generate powerful ServiceNow scripts with natural language.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة SN ScriptMaster

قم بتنزيل ملفات الامتداد SN ScriptMaster بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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"
    }
}